aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-13 16:44:34 +0100
committerChocobozzz <me@florianbigard.com>2021-12-13 16:44:34 +0100
commite2a1ccd1749981875f6fe8eeab85b22cbcfeed5b (patch)
tree2a76777f767f7cc91a412ccec7af7c4baa06ecab /client/src
parent42fea41a48e68e9a3fd1d3b55547be5a67dd9cb2 (diff)
downloadPeerTube-e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b.tar.gz
PeerTube-e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b.tar.zst
PeerTube-e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b.zip
Add meaning to date short names
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts52
-rw-r--r--client/src/locale/angular.ar.xlf339
-rw-r--r--client/src/locale/angular.ca-ES.xlf389
-rw-r--r--client/src/locale/angular.cs-CZ.xlf389
-rw-r--r--client/src/locale/angular.da-DK.xlf339
-rw-r--r--client/src/locale/angular.de-DE.xlf389
-rw-r--r--client/src/locale/angular.el-GR.xlf389
-rw-r--r--client/src/locale/angular.en-GB.xlf389
-rw-r--r--client/src/locale/angular.en-US.xlf339
-rw-r--r--client/src/locale/angular.eo.xlf389
-rw-r--r--client/src/locale/angular.es-ES.xlf389
-rw-r--r--client/src/locale/angular.eu-ES.xlf389
-rw-r--r--client/src/locale/angular.fa-IR.xlf361
-rw-r--r--client/src/locale/angular.fi-FI.xlf389
-rw-r--r--client/src/locale/angular.fr-FR.xlf389
-rw-r--r--client/src/locale/angular.gd.xlf339
-rw-r--r--client/src/locale/angular.gl-ES.xlf339
-rw-r--r--client/src/locale/angular.hu-HU.xlf339
-rw-r--r--client/src/locale/angular.it-IT.xlf389
-rw-r--r--client/src/locale/angular.ja-JP.xlf389
-rw-r--r--client/src/locale/angular.jbo.xlf339
-rw-r--r--client/src/locale/angular.kab.xlf339
-rw-r--r--client/src/locale/angular.ko-KR.xlf339
-rw-r--r--client/src/locale/angular.lt-LT.xlf339
-rw-r--r--client/src/locale/angular.nb-NO.xlf339
-rw-r--r--client/src/locale/angular.nl-NL.xlf389
-rw-r--r--client/src/locale/angular.oc.xlf389
-rw-r--r--client/src/locale/angular.pl-PL.xlf389
-rw-r--r--client/src/locale/angular.pt-BR.xlf389
-rw-r--r--client/src/locale/angular.pt-PT.xlf389
-rw-r--r--client/src/locale/angular.ru-RU.xlf345
-rw-r--r--client/src/locale/angular.sk-SK.xlf339
-rw-r--r--client/src/locale/angular.sl-SI.xlf339
-rw-r--r--client/src/locale/angular.sv-SE.xlf389
-rw-r--r--client/src/locale/angular.ta.xlf339
-rw-r--r--client/src/locale/angular.th-TH.xlf339
-rw-r--r--client/src/locale/angular.tr-TR.xlf339
-rw-r--r--client/src/locale/angular.uk-UA.xlf339
-rw-r--r--client/src/locale/angular.vi-VN.xlf389
-rw-r--r--client/src/locale/angular.xlf88
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf389
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf389
42 files changed, 9064 insertions, 5714 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts b/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts
index 4b201ac74..40f25674e 100644
--- a/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts
+++ b/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts
@@ -17,23 +17,23 @@ export class I18nPrimengCalendarService {
17 ], 17 ],
18 18
19 dayNamesShort: [ 19 dayNamesShort: [
20 $localize`:Day name short:Sun`, 20 $localize`:Sunday short name|Day name short:Sun`,
21 $localize`:Day name short:Mon`, 21 $localize`:Monday short name|Day name short:Mon`,
22 $localize`:Day name short:Tue`, 22 $localize`:Tuesday short name|Day name short:Tue`,
23 $localize`:Day name short:Wed`, 23 $localize`:Wednesday short name|Day name short:Wed`,
24 $localize`:Day name short:Thu`, 24 $localize`:Thursday short name|Day name short:Thu`,
25 $localize`:Day name short:Fri`, 25 $localize`:Friday short name|Day name short:Fri`,
26 $localize`:Day name short:Sat` 26 $localize`:Saturday short name|Day name short:Sat`
27 ], 27 ],
28 28
29 dayNamesMin: [ 29 dayNamesMin: [
30 $localize`:Day name min:Su`, 30 $localize`:Sunday min name|Day name min:Su`,
31 $localize`:Day name min:Mo`, 31 $localize`:Monday min name|Day name min:Mo`,
32 $localize`:Day name min:Tu`, 32 $localize`:Tuesday min name|Day name min:Tu`,
33 $localize`:Day name min:We`, 33 $localize`:Wednesday min name|Day name min:We`,
34 $localize`:Day name min:Th`, 34 $localize`:Thursday min name|Day name min:Th`,
35 $localize`:Day name min:Fr`, 35 $localize`:Friday min name|Day name min:Fr`,
36 $localize`:Day name min:Sa` 36 $localize`:Saturday min name|Day name min:Sa`
37 ], 37 ],
38 38
39 monthNames: [ 39 monthNames: [
@@ -52,18 +52,18 @@ export class I18nPrimengCalendarService {
52 ], 52 ],
53 53
54 monthNamesShort: [ 54 monthNamesShort: [
55 $localize`:Month name short:Jan`, 55 $localize`:January short name|Month name short:Jan`,
56 $localize`:Month name short:Feb`, 56 $localize`:February short name|Month name short:Feb`,
57 $localize`:Month name short:Mar`, 57 $localize`:March short name|Month name short:Mar`,
58 $localize`:Month name short:Apr`, 58 $localize`:April short name|Month name short:Apr`,
59 $localize`:Month name short:May`, 59 $localize`:May short name|Month name short:May`,
60 $localize`:Month name short:Jun`, 60 $localize`:June short name|Month name short:Jun`,
61 $localize`:Month name short:Jul`, 61 $localize`:July short name|Month name short:Jul`,
62 $localize`:Month name short:Aug`, 62 $localize`:August short name|Month name short:Aug`,
63 $localize`:Month name short:Sep`, 63 $localize`:September short name|Month name short:Sep`,
64 $localize`:Month name short:Oct`, 64 $localize`:October short name|Month name short:Oct`,
65 $localize`:Month name short:Nov`, 65 $localize`:November short name|Month name short:Nov`,
66 $localize`:Month name short:Dec` 66 $localize`:December short name|Month name short:Dec`
67 ], 67 ],
68 68
69 today: $localize`Today`, 69 today: $localize`Today`,
diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf
index 6d5fe8505..0eff0370e 100644
--- a/client/src/locale/angular.ar.xlf
+++ b/client/src/locale/angular.ar.xlf
@@ -8079,91 +8079,133 @@ The link will expire within 1 hour.</source>
8079 <source>Saturday</source> 8079 <source>Saturday</source>
8080 <target>السبت</target> 8080 <target>السبت</target>
8081 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 8081 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
8082 </trans-unit> 8082 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
8083 <trans-unit id="4921929243068857081" datatype="html"> 8083 <source>Sun</source><target state="new">Sun</target>
8084 <source>Sun</source> 8084 <context-group purpose="location">
8085 <target>أحد</target> 8085 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8086 <context context-type="linenumber">20</context>
8087 </context-group>
8086 <note priority="1" from="description">Day name short</note> 8088 <note priority="1" from="description">Day name short</note>
8087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 8089 <note priority="1" from="meaning">Sunday short name</note>
8088 </trans-unit> 8090 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
8089 <trans-unit id="8563137213157122993" datatype="html"> 8091 <source>Mon</source><target state="new">Mon</target>
8090 <source>Mon</source> 8092 <context-group purpose="location">
8091 <target>إثن</target> 8093 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8094 <context context-type="linenumber">21</context>
8095 </context-group>
8092 <note priority="1" from="description">Day name short</note> 8096 <note priority="1" from="description">Day name short</note>
8093 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 8097 <note priority="1" from="meaning">Monday short name</note>
8094 </trans-unit> 8098 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
8095 <trans-unit id="8502240922750617054" datatype="html"> 8099 <source>Tue</source><target state="new">Tue</target>
8096 <source>Tue</source> 8100 <context-group purpose="location">
8097 <target>ثلا</target> 8101 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8102 <context context-type="linenumber">22</context>
8103 </context-group>
8098 <note priority="1" from="description">Day name short</note> 8104 <note priority="1" from="description">Day name short</note>
8099 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 8105 <note priority="1" from="meaning">Tuesday short name</note>
8100 </trans-unit> 8106 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
8101 <trans-unit id="7421778640995344715" datatype="html"> 8107 <source>Wed</source><target state="new">Wed</target>
8102 <source>Wed</source> 8108 <context-group purpose="location">
8103 <target>أرب</target> 8109 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8110 <context context-type="linenumber">23</context>
8111 </context-group>
8104 <note priority="1" from="description">Day name short</note> 8112 <note priority="1" from="description">Day name short</note>
8105 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 8113 <note priority="1" from="meaning">Wednesday short name</note>
8106 </trans-unit> 8114 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
8107 <trans-unit id="4409954796361883558" datatype="html"> 8115 <source>Thu</source><target state="new">Thu</target>
8108 <source>Thu</source> 8116 <context-group purpose="location">
8109 <target>خمي</target> 8117 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8118 <context context-type="linenumber">24</context>
8119 </context-group>
8110 <note priority="1" from="description">Day name short</note> 8120 <note priority="1" from="description">Day name short</note>
8111 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 8121 <note priority="1" from="meaning">Thursday short name</note>
8112 </trans-unit> 8122 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
8113 <trans-unit id="5651951128882735477" datatype="html"> 8123 <source>Fri</source><target state="new">Fri</target>
8114 <source>Fri</source> 8124 <context-group purpose="location">
8115 <target>جمع</target> 8125 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8126 <context context-type="linenumber">25</context>
8127 </context-group>
8116 <note priority="1" from="description">Day name short</note> 8128 <note priority="1" from="description">Day name short</note>
8117 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 8129 <note priority="1" from="meaning">Friday short name</note>
8118 </trans-unit> 8130 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
8119 <trans-unit id="93026920674143073" datatype="html"> 8131 <source>Sat</source><target state="new">Sat</target>
8120 <source>Sat</source> 8132 <context-group purpose="location">
8121 <target>سبت</target> 8133 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8134 <context context-type="linenumber">26</context>
8135 </context-group>
8122 <note priority="1" from="description">Day name short</note> 8136 <note priority="1" from="description">Day name short</note>
8123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 8137 <note priority="1" from="meaning">Saturday short name</note>
8124 </trans-unit> 8138 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
8125 <trans-unit id="8349763432924710200" datatype="html"> 8139 <source>Su</source><target state="new">Su</target>
8126 <source>Su</source> 8140 <context-group purpose="location">
8127 <target>أح</target> 8141 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8142 <context context-type="linenumber">30</context>
8143 </context-group>
8128 <note priority="1" from="description">Day name min</note> 8144 <note priority="1" from="description">Day name min</note>
8129 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 8145 <note priority="1" from="meaning">Sunday min name</note>
8130 </trans-unit> 8146 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
8131 <trans-unit id="4197236438302165051" datatype="html"> 8147 <source>Mo</source><target state="new">Mo</target>
8132 <source>Mo</source> 8148 <context-group purpose="location">
8133 <target>إث</target> 8149 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8150 <context context-type="linenumber">31</context>
8151 </context-group>
8134 <note priority="1" from="description">Day name min</note> 8152 <note priority="1" from="description">Day name min</note>
8135 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 8153 <note priority="1" from="meaning">Monday min name</note>
8136 </trans-unit> 8154 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
8137 <trans-unit id="6034455877220674404" datatype="html"> 8155 <source>Tu</source><target state="new">Tu</target>
8138 <source>Tu</source> 8156 <context-group purpose="location">
8139 <target>ثل</target> 8157 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8158 <context context-type="linenumber">32</context>
8159 </context-group>
8140 <note priority="1" from="description">Day name min</note> 8160 <note priority="1" from="description">Day name min</note>
8141 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 8161 <note priority="1" from="meaning">Tuesday min name</note>
8142 </trans-unit> 8162 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
8143 <trans-unit id="3221670730445125135" datatype="html"> 8163 <source>We</source><target state="new">We</target>
8144 <source>We</source> 8164 <context-group purpose="location">
8145 <target>أر</target> 8165 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8166 <context context-type="linenumber">33</context>
8167 </context-group>
8146 <note priority="1" from="description">Day name min</note> 8168 <note priority="1" from="description">Day name min</note>
8147 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 8169 <note priority="1" from="meaning">Wednesday min name</note>
8148 </trans-unit> 8170 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
8149 <trans-unit id="772466829681972216" datatype="html"> 8171 <source>Th</source><target state="new">Th</target>
8150 <source>Th</source> 8172 <context-group purpose="location">
8151 <target>خم</target> 8173 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8174 <context context-type="linenumber">34</context>
8175 </context-group>
8152 <note priority="1" from="description">Day name min</note> 8176 <note priority="1" from="description">Day name min</note>
8153 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 8177 <note priority="1" from="meaning">Thursday min name</note>
8154 </trans-unit> 8178 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
8155 <trans-unit id="8598262708800132669" datatype="html"> 8179 <source>Fr</source><target state="new">Fr</target>
8156 <source>Fr</source> 8180 <context-group purpose="location">
8157 <target>جم</target> 8181 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8182 <context context-type="linenumber">35</context>
8183 </context-group>
8158 <note priority="1" from="description">Day name min</note> 8184 <note priority="1" from="description">Day name min</note>
8159 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 8185 <note priority="1" from="meaning">Friday min name</note>
8160 </trans-unit> 8186 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
8161 <trans-unit id="569007902695332072" datatype="html"> 8187 <source>Sa</source><target state="new">Sa</target>
8162 <source>Sa</source> 8188 <context-group purpose="location">
8163 <target>سب</target> 8189 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8190 <context context-type="linenumber">36</context>
8191 </context-group>
8164 <note priority="1" from="description">Day name min</note> 8192 <note priority="1" from="description">Day name min</note>
8165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 8193 <note priority="1" from="meaning">Saturday min name</note>
8166 </trans-unit> 8194 </trans-unit>
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8167 <trans-unit id="3913843642962116845" datatype="html"> 8209 <trans-unit id="3913843642962116845" datatype="html">
8168 <source>January</source> 8210 <source>January</source>
8169 <target>جانفي</target> 8211 <target>جانفي</target>
@@ -8187,9 +8229,9 @@ The link will expire within 1 hour.</source>
8187 <trans-unit id="8469692700277617405" datatype="html"> 8229 <trans-unit id="8469692700277617405" datatype="html">
8188 <source>May</source> 8230 <source>May</source>
8189 <target>ماي</target> 8231 <target>ماي</target>
8190 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 8232
8191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 8233
8192 </trans-unit> 8234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
8193 <trans-unit id="9055297580745330415" datatype="html"> 8235 <trans-unit id="9055297580745330415" datatype="html">
8194 <source>June</source> 8236 <source>June</source>
8195 <target>جوان</target> 8237 <target>جوان</target>
@@ -8224,73 +8266,114 @@ The link will expire within 1 hour.</source>
8224 <source>December</source> 8266 <source>December</source>
8225 <target>ديسمبر</target> 8267 <target>ديسمبر</target>
8226 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 8268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
8227 </trans-unit> 8269 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
8228 <trans-unit id="7595747576974676670" datatype="html"> 8270 <source>Jan</source><target state="new">Jan</target>
8229 <source>Jan</source> 8271 <context-group purpose="location">
8230 <target>جان</target> 8272 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8273 <context context-type="linenumber">55</context>
8274 </context-group>
8231 <note priority="1" from="description">Month name short</note> 8275 <note priority="1" from="description">Month name short</note>
8232 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 8276 <note priority="1" from="meaning">January short name</note>
8233 </trans-unit> 8277 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
8234 <trans-unit id="4916040996255005712" datatype="html"> 8278 <source>Feb</source><target state="new">Feb</target>
8235 <source>Feb</source> 8279 <context-group purpose="location">
8236 <target>فيف</target> 8280 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8281 <context context-type="linenumber">56</context>
8282 </context-group>
8237 <note priority="1" from="description">Month name short</note> 8283 <note priority="1" from="description">Month name short</note>
8238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 8284 <note priority="1" from="meaning">February short name</note>
8239 </trans-unit> 8285 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
8240 <trans-unit id="6438827956918137617" datatype="html"> 8286 <source>Mar</source><target state="new">Mar</target>
8241 <source>Mar</source> 8287 <context-group purpose="location">
8242 <target>مار</target> 8288 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8289 <context context-type="linenumber">57</context>
8290 </context-group>
8243 <note priority="1" from="description">Month name short</note> 8291 <note priority="1" from="description">Month name short</note>
8244 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 8292 <note priority="1" from="meaning">March short name</note>
8245 </trans-unit> 8293 </trans-unit><trans-unit id="9658641661863772" datatype="html">
8246 <trans-unit id="5507326650332881991" datatype="html"> 8294 <source>Apr</source><target state="new">Apr</target>
8247 <source>Apr</source> 8295 <context-group purpose="location">
8248 <target>أفر</target> 8296 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8297 <context context-type="linenumber">58</context>
8298 </context-group>
8249 <note priority="1" from="description">Month name short</note> 8299 <note priority="1" from="description">Month name short</note>
8250 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 8300 <note priority="1" from="meaning">April short name</note>
8251 </trans-unit> 8301 </trans-unit><trans-unit id="502512326533496869" datatype="html">
8252 <trans-unit id="2113470244260512015" datatype="html"> 8302 <source>May</source><target state="new">May</target>
8253 <source>Jun</source> 8303 <context-group purpose="location">
8254 <target>جوا</target> 8304 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8305 <context context-type="linenumber">59</context>
8306 </context-group>
8255 <note priority="1" from="description">Month name short</note> 8307 <note priority="1" from="description">Month name short</note>
8256 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 8308 <note priority="1" from="meaning">May short name</note>
8257 </trans-unit> 8309 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
8258 <trans-unit id="53176888553719239" datatype="html"> 8310 <source>Jun</source><target state="new">Jun</target>
8259 <source>Jul</source> 8311 <context-group purpose="location">
8260 <target>جوي</target> 8312 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8313 <context context-type="linenumber">60</context>
8314 </context-group>
8261 <note priority="1" from="description">Month name short</note> 8315 <note priority="1" from="description">Month name short</note>
8262 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 8316 <note priority="1" from="meaning">June short name</note>
8263 </trans-unit> 8317 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
8264 <trans-unit id="5648574669404659458" datatype="html"> 8318 <source>Jul</source><target state="new">Jul</target>
8265 <source>Aug</source> 8319 <context-group purpose="location">
8266 <target>أوت</target> 8320 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8321 <context context-type="linenumber">61</context>
8322 </context-group>
8267 <note priority="1" from="description">Month name short</note> 8323 <note priority="1" from="description">Month name short</note>
8268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 8324 <note priority="1" from="meaning">July short name</note>
8269 </trans-unit> 8325 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
8270 <trans-unit id="4354095055982674918" datatype="html"> 8326 <source>Aug</source><target state="new">Aug</target>
8271 <source>Sep</source> 8327 <context-group purpose="location">
8272 <target>سبت</target> 8328 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8329 <context context-type="linenumber">62</context>
8330 </context-group>
8273 <note priority="1" from="description">Month name short</note> 8331 <note priority="1" from="description">Month name short</note>
8274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 8332 <note priority="1" from="meaning">August short name</note>
8275 </trans-unit> 8333 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
8276 <trans-unit id="6207754626941051341" datatype="html"> 8334 <source>Sep</source><target state="new">Sep</target>
8277 <source>Oct</source> 8335 <context-group purpose="location">
8278 <target>أكت</target> 8336 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8337 <context context-type="linenumber">63</context>
8338 </context-group>
8279 <note priority="1" from="description">Month name short</note> 8339 <note priority="1" from="description">Month name short</note>
8280 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 8340 <note priority="1" from="meaning">September short name</note>
8281 </trans-unit> 8341 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
8282 <trans-unit id="8269261039058575292" datatype="html"> 8342 <source>Oct</source><target state="new">Oct</target>
8283 <source>Nov</source> 8343 <context-group purpose="location">
8284 <target>نوف</target> 8344 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8345 <context context-type="linenumber">64</context>
8346 </context-group>
8285 <note priority="1" from="description">Month name short</note> 8347 <note priority="1" from="description">Month name short</note>
8286 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 8348 <note priority="1" from="meaning">October short name</note>
8287 </trans-unit> 8349 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
8288 <trans-unit id="7777579586760423636" datatype="html"> 8350 <source>Nov</source><target state="new">Nov</target>
8289 <source>Dec</source> 8351 <context-group purpose="location">
8290 <target>ديس</target> 8352 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8353 <context context-type="linenumber">65</context>
8354 </context-group>
8291 <note priority="1" from="description">Month name short</note> 8355 <note priority="1" from="description">Month name short</note>
8292 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 8356 <note priority="1" from="meaning">November short name</note>
8357 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
8358 <source>Dec</source><target state="new">Dec</target>
8359 <context-group purpose="location">
8360 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8361 <context context-type="linenumber">66</context>
8362 </context-group>
8363 <note priority="1" from="description">Month name short</note>
8364 <note priority="1" from="meaning">December short name</note>
8293 </trans-unit> 8365 </trans-unit>
8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8294 <trans-unit id="8700121026680200191" datatype="html"> 8377 <trans-unit id="8700121026680200191" datatype="html">
8295 <source>Clear</source> 8378 <source>Clear</source>
8296 <target>مسح</target> 8379 <target>مسح</target>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index 7dff66ff1..6a2a5b23f 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -9510,91 +9510,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9510 <source>Saturday</source> 9510 <source>Saturday</source>
9511 <target>Dissabte</target> 9511 <target>Dissabte</target>
9512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9513 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9514 <source>Sun</source><target state="new">Sun</target>
9515 <context-group purpose="location">
9516 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9517 <context context-type="linenumber">20</context>
9518 </context-group>
9519 <note priority="1" from="description">Day name short</note>
9520 <note priority="1" from="meaning">Sunday short name</note>
9521 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9522 <source>Mon</source><target state="new">Mon</target>
9523 <context-group purpose="location">
9524 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9525 <context context-type="linenumber">21</context>
9526 </context-group>
9527 <note priority="1" from="description">Day name short</note>
9528 <note priority="1" from="meaning">Monday short name</note>
9529 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9530 <source>Tue</source><target state="new">Tue</target>
9531 <context-group purpose="location">
9532 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9533 <context context-type="linenumber">22</context>
9534 </context-group>
9535 <note priority="1" from="description">Day name short</note>
9536 <note priority="1" from="meaning">Tuesday short name</note>
9537 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9538 <source>Wed</source><target state="new">Wed</target>
9539 <context-group purpose="location">
9540 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9541 <context context-type="linenumber">23</context>
9542 </context-group>
9543 <note priority="1" from="description">Day name short</note>
9544 <note priority="1" from="meaning">Wednesday short name</note>
9545 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9546 <source>Thu</source><target state="new">Thu</target>
9547 <context-group purpose="location">
9548 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9549 <context context-type="linenumber">24</context>
9550 </context-group>
9551 <note priority="1" from="description">Day name short</note>
9552 <note priority="1" from="meaning">Thursday short name</note>
9553 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9554 <source>Fri</source><target state="new">Fri</target>
9555 <context-group purpose="location">
9556 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9557 <context context-type="linenumber">25</context>
9558 </context-group>
9559 <note priority="1" from="description">Day name short</note>
9560 <note priority="1" from="meaning">Friday short name</note>
9561 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9562 <source>Sat</source><target state="new">Sat</target>
9563 <context-group purpose="location">
9564 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9565 <context context-type="linenumber">26</context>
9566 </context-group>
9567 <note priority="1" from="description">Day name short</note>
9568 <note priority="1" from="meaning">Saturday short name</note>
9569 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9570 <source>Su</source><target state="new">Su</target>
9571 <context-group purpose="location">
9572 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9573 <context context-type="linenumber">30</context>
9574 </context-group>
9575 <note priority="1" from="description">Day name min</note>
9576 <note priority="1" from="meaning">Sunday min name</note>
9577 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9578 <source>Mo</source><target state="new">Mo</target>
9579 <context-group purpose="location">
9580 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9581 <context context-type="linenumber">31</context>
9582 </context-group>
9583 <note priority="1" from="description">Day name min</note>
9584 <note priority="1" from="meaning">Monday min name</note>
9585 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9586 <source>Tu</source><target state="new">Tu</target>
9587 <context-group purpose="location">
9588 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9589 <context context-type="linenumber">32</context>
9590 </context-group>
9591 <note priority="1" from="description">Day name min</note>
9592 <note priority="1" from="meaning">Tuesday min name</note>
9593 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9594 <source>We</source><target state="new">We</target>
9595 <context-group purpose="location">
9596 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9597 <context context-type="linenumber">33</context>
9598 </context-group>
9599 <note priority="1" from="description">Day name min</note>
9600 <note priority="1" from="meaning">Wednesday min name</note>
9601 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9602 <source>Th</source><target state="new">Th</target>
9603 <context-group purpose="location">
9604 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9605 <context context-type="linenumber">34</context>
9606 </context-group>
9607 <note priority="1" from="description">Day name min</note>
9608 <note priority="1" from="meaning">Thursday min name</note>
9609 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9610 <source>Fr</source><target state="new">Fr</target>
9611 <context-group purpose="location">
9612 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9613 <context context-type="linenumber">35</context>
9614 </context-group>
9615 <note priority="1" from="description">Day name min</note>
9616 <note priority="1" from="meaning">Friday min name</note>
9617 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9618 <source>Sa</source><target state="new">Sa</target>
9619 <context-group purpose="location">
9620 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9621 <context context-type="linenumber">36</context>
9622 </context-group>
9623 <note priority="1" from="description">Day name min</note>
9624 <note priority="1" from="meaning">Saturday min name</note>
9513 </trans-unit> 9625 </trans-unit>
9514 <trans-unit id="4921929243068857081"> 9626
9515 <source>Sun</source> 9627
9516 <target>Dg</target> 9628
9517 <note from="description" priority="1">Day name short</note> 9629
9518 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9630
9519 </trans-unit> 9631
9520 <trans-unit id="8563137213157122993"> 9632
9521 <source>Mon</source> 9633
9522 <target>Dl</target> 9634
9523 <note from="description" priority="1">Day name short</note> 9635
9524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9636
9525 </trans-unit> 9637
9526 <trans-unit id="8502240922750617054"> 9638
9527 <source>Tue</source> 9639
9528 <target>Dt</target>
9529 <note from="description" priority="1">Day name short</note>
9530 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9531 </trans-unit>
9532 <trans-unit id="7421778640995344715">
9533 <source>Wed</source>
9534 <target>Dc</target>
9535 <note from="description" priority="1">Day name short</note>
9536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9537 </trans-unit>
9538 <trans-unit id="4409954796361883558">
9539 <source>Thu</source>
9540 <target>Dj</target>
9541 <note from="description" priority="1">Day name short</note>
9542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9543 </trans-unit>
9544 <trans-unit id="5651951128882735477">
9545 <source>Fri</source>
9546 <target>Dv</target>
9547 <note from="description" priority="1">Day name short</note>
9548 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9549 </trans-unit>
9550 <trans-unit id="93026920674143073">
9551 <source>Sat</source>
9552 <target>Ds</target>
9553 <note from="description" priority="1">Day name short</note>
9554 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9555 </trans-unit>
9556 <trans-unit id="8349763432924710200">
9557 <source>Su</source>
9558 <target>Dg</target>
9559 <note from="description" priority="1">Day name min</note>
9560 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9561 </trans-unit>
9562 <trans-unit id="4197236438302165051">
9563 <source>Mo</source>
9564 <target>Dl</target>
9565 <note from="description" priority="1">Day name min</note>
9566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9567 </trans-unit>
9568 <trans-unit id="6034455877220674404">
9569 <source>Tu</source>
9570 <target>Dt</target>
9571 <note from="description" priority="1">Day name min</note>
9572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9573 </trans-unit>
9574 <trans-unit id="3221670730445125135">
9575 <source>We</source>
9576 <target>Dm</target>
9577 <note from="description" priority="1">Day name min</note>
9578 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9579 </trans-unit>
9580 <trans-unit id="772466829681972216">
9581 <source>Th</source>
9582 <target>Dj</target>
9583 <note from="description" priority="1">Day name min</note>
9584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9585 </trans-unit>
9586 <trans-unit id="8598262708800132669">
9587 <source>Fr</source>
9588 <target>Dv</target>
9589 <note from="description" priority="1">Day name min</note>
9590 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9591 </trans-unit>
9592 <trans-unit id="569007902695332072">
9593 <source>Sa</source>
9594 <target>Ds</target>
9595 <note from="description" priority="1">Day name min</note>
9596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9597 </trans-unit>
9598 <trans-unit id="3913843642962116845"> 9640 <trans-unit id="3913843642962116845">
9599 <source>January</source> 9641 <source>January</source>
9600 <target>Gener</target> 9642 <target>Gener</target>
@@ -9618,9 +9660,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9618 <trans-unit id="8469692700277617405"> 9660 <trans-unit id="8469692700277617405">
9619 <source>May</source> 9661 <source>May</source>
9620 <target>Maig</target> 9662 <target>Maig</target>
9621 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9663
9622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9664
9623 </trans-unit> 9665 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9624 <trans-unit id="9055297580745330415"> 9666 <trans-unit id="9055297580745330415">
9625 <source>June</source> 9667 <source>June</source>
9626 <target>Juny</target> 9668 <target>Juny</target>
@@ -9655,73 +9697,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9655 <source>December</source> 9697 <source>December</source>
9656 <target>Desembre</target> 9698 <target>Desembre</target>
9657 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9700 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9701 <source>Jan</source><target state="new">Jan</target>
9702 <context-group purpose="location">
9703 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9704 <context context-type="linenumber">55</context>
9705 </context-group>
9706 <note priority="1" from="description">Month name short</note>
9707 <note priority="1" from="meaning">January short name</note>
9708 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9709 <source>Feb</source><target state="new">Feb</target>
9710 <context-group purpose="location">
9711 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9712 <context context-type="linenumber">56</context>
9713 </context-group>
9714 <note priority="1" from="description">Month name short</note>
9715 <note priority="1" from="meaning">February short name</note>
9716 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9717 <source>Mar</source><target state="new">Mar</target>
9718 <context-group purpose="location">
9719 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9720 <context context-type="linenumber">57</context>
9721 </context-group>
9722 <note priority="1" from="description">Month name short</note>
9723 <note priority="1" from="meaning">March short name</note>
9724 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9725 <source>Apr</source><target state="new">Apr</target>
9726 <context-group purpose="location">
9727 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9728 <context context-type="linenumber">58</context>
9729 </context-group>
9730 <note priority="1" from="description">Month name short</note>
9731 <note priority="1" from="meaning">April short name</note>
9732 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9733 <source>May</source><target state="new">May</target>
9734 <context-group purpose="location">
9735 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9736 <context context-type="linenumber">59</context>
9737 </context-group>
9738 <note priority="1" from="description">Month name short</note>
9739 <note priority="1" from="meaning">May short name</note>
9740 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9741 <source>Jun</source><target state="new">Jun</target>
9742 <context-group purpose="location">
9743 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9744 <context context-type="linenumber">60</context>
9745 </context-group>
9746 <note priority="1" from="description">Month name short</note>
9747 <note priority="1" from="meaning">June short name</note>
9748 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9749 <source>Jul</source><target state="new">Jul</target>
9750 <context-group purpose="location">
9751 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9752 <context context-type="linenumber">61</context>
9753 </context-group>
9754 <note priority="1" from="description">Month name short</note>
9755 <note priority="1" from="meaning">July short name</note>
9756 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9757 <source>Aug</source><target state="new">Aug</target>
9758 <context-group purpose="location">
9759 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9760 <context context-type="linenumber">62</context>
9761 </context-group>
9762 <note priority="1" from="description">Month name short</note>
9763 <note priority="1" from="meaning">August short name</note>
9764 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9765 <source>Sep</source><target state="new">Sep</target>
9766 <context-group purpose="location">
9767 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9768 <context context-type="linenumber">63</context>
9769 </context-group>
9770 <note priority="1" from="description">Month name short</note>
9771 <note priority="1" from="meaning">September short name</note>
9772 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9773 <source>Oct</source><target state="new">Oct</target>
9774 <context-group purpose="location">
9775 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9776 <context context-type="linenumber">64</context>
9777 </context-group>
9778 <note priority="1" from="description">Month name short</note>
9779 <note priority="1" from="meaning">October short name</note>
9780 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9781 <source>Nov</source><target state="new">Nov</target>
9782 <context-group purpose="location">
9783 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9784 <context context-type="linenumber">65</context>
9785 </context-group>
9786 <note priority="1" from="description">Month name short</note>
9787 <note priority="1" from="meaning">November short name</note>
9788 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9789 <source>Dec</source><target state="new">Dec</target>
9790 <context-group purpose="location">
9791 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9792 <context context-type="linenumber">66</context>
9793 </context-group>
9794 <note priority="1" from="description">Month name short</note>
9795 <note priority="1" from="meaning">December short name</note>
9658 </trans-unit> 9796 </trans-unit>
9659 <trans-unit id="7595747576974676670"> 9797
9660 <source>Jan</source> 9798
9661 <target>Gen</target> 9799
9662 <note from="description" priority="1">Month name short</note> 9800
9663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9801
9664 </trans-unit> 9802
9665 <trans-unit id="4916040996255005712"> 9803
9666 <source>Feb</source> 9804
9667 <target>Feb</target> 9805
9668 <note from="description" priority="1">Month name short</note> 9806
9669 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9807
9670 </trans-unit>
9671 <trans-unit id="6438827956918137617">
9672 <source>Mar</source>
9673 <target>Mar</target>
9674 <note from="description" priority="1">Month name short</note>
9675 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9676 </trans-unit>
9677 <trans-unit id="5507326650332881991">
9678 <source>Apr</source>
9679 <target>Abr</target>
9680 <note from="description" priority="1">Month name short</note>
9681 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9682 </trans-unit>
9683 <trans-unit id="2113470244260512015">
9684 <source>Jun</source>
9685 <target>Jun</target>
9686 <note from="description" priority="1">Month name short</note>
9687 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9688 </trans-unit>
9689 <trans-unit id="53176888553719239">
9690 <source>Jul</source>
9691 <target>Jul</target>
9692 <note from="description" priority="1">Month name short</note>
9693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9694 </trans-unit>
9695 <trans-unit id="5648574669404659458">
9696 <source>Aug</source>
9697 <target>Ago</target>
9698 <note from="description" priority="1">Month name short</note>
9699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9700 </trans-unit>
9701 <trans-unit id="4354095055982674918">
9702 <source>Sep</source>
9703 <target>Set</target>
9704 <note from="description" priority="1">Month name short</note>
9705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9706 </trans-unit>
9707 <trans-unit id="6207754626941051341">
9708 <source>Oct</source>
9709 <target>Oct</target>
9710 <note from="description" priority="1">Month name short</note>
9711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9712 </trans-unit>
9713 <trans-unit id="8269261039058575292">
9714 <source>Nov</source>
9715 <target>Nov</target>
9716 <note from="description" priority="1">Month name short</note>
9717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9718 </trans-unit>
9719 <trans-unit id="7777579586760423636">
9720 <source>Dec</source>
9721 <target>Des</target>
9722 <note from="description" priority="1">Month name short</note>
9723 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9724 </trans-unit>
9725 <trans-unit id="8700121026680200191"> 9808 <trans-unit id="8700121026680200191">
9726 <source>Clear</source> 9809 <source>Clear</source>
9727 <target>Clar</target> 9810 <target>Clar</target>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index 6e4359cdd..8c559aa3b 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -9236,91 +9236,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9236 <source>Saturday</source> 9236 <source>Saturday</source>
9237 <target>sobota</target> 9237 <target>sobota</target>
9238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9239 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9240 <source>Sun</source><target state="new">Sun</target>
9241 <context-group purpose="location">
9242 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9243 <context context-type="linenumber">20</context>
9244 </context-group>
9245 <note priority="1" from="description">Day name short</note>
9246 <note priority="1" from="meaning">Sunday short name</note>
9247 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9248 <source>Mon</source><target state="new">Mon</target>
9249 <context-group purpose="location">
9250 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9251 <context context-type="linenumber">21</context>
9252 </context-group>
9253 <note priority="1" from="description">Day name short</note>
9254 <note priority="1" from="meaning">Monday short name</note>
9255 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9256 <source>Tue</source><target state="new">Tue</target>
9257 <context-group purpose="location">
9258 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9259 <context context-type="linenumber">22</context>
9260 </context-group>
9261 <note priority="1" from="description">Day name short</note>
9262 <note priority="1" from="meaning">Tuesday short name</note>
9263 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9264 <source>Wed</source><target state="new">Wed</target>
9265 <context-group purpose="location">
9266 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9267 <context context-type="linenumber">23</context>
9268 </context-group>
9269 <note priority="1" from="description">Day name short</note>
9270 <note priority="1" from="meaning">Wednesday short name</note>
9271 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9272 <source>Thu</source><target state="new">Thu</target>
9273 <context-group purpose="location">
9274 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9275 <context context-type="linenumber">24</context>
9276 </context-group>
9277 <note priority="1" from="description">Day name short</note>
9278 <note priority="1" from="meaning">Thursday short name</note>
9279 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9280 <source>Fri</source><target state="new">Fri</target>
9281 <context-group purpose="location">
9282 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9283 <context context-type="linenumber">25</context>
9284 </context-group>
9285 <note priority="1" from="description">Day name short</note>
9286 <note priority="1" from="meaning">Friday short name</note>
9287 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9288 <source>Sat</source><target state="new">Sat</target>
9289 <context-group purpose="location">
9290 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9291 <context context-type="linenumber">26</context>
9292 </context-group>
9293 <note priority="1" from="description">Day name short</note>
9294 <note priority="1" from="meaning">Saturday short name</note>
9295 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9296 <source>Su</source><target state="new">Su</target>
9297 <context-group purpose="location">
9298 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9299 <context context-type="linenumber">30</context>
9300 </context-group>
9301 <note priority="1" from="description">Day name min</note>
9302 <note priority="1" from="meaning">Sunday min name</note>
9303 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9304 <source>Mo</source><target state="new">Mo</target>
9305 <context-group purpose="location">
9306 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9307 <context context-type="linenumber">31</context>
9308 </context-group>
9309 <note priority="1" from="description">Day name min</note>
9310 <note priority="1" from="meaning">Monday min name</note>
9311 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9312 <source>Tu</source><target state="new">Tu</target>
9313 <context-group purpose="location">
9314 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9315 <context context-type="linenumber">32</context>
9316 </context-group>
9317 <note priority="1" from="description">Day name min</note>
9318 <note priority="1" from="meaning">Tuesday min name</note>
9319 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9320 <source>We</source><target state="new">We</target>
9321 <context-group purpose="location">
9322 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9323 <context context-type="linenumber">33</context>
9324 </context-group>
9325 <note priority="1" from="description">Day name min</note>
9326 <note priority="1" from="meaning">Wednesday min name</note>
9327 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9328 <source>Th</source><target state="new">Th</target>
9329 <context-group purpose="location">
9330 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9331 <context context-type="linenumber">34</context>
9332 </context-group>
9333 <note priority="1" from="description">Day name min</note>
9334 <note priority="1" from="meaning">Thursday min name</note>
9335 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9336 <source>Fr</source><target state="new">Fr</target>
9337 <context-group purpose="location">
9338 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9339 <context context-type="linenumber">35</context>
9340 </context-group>
9341 <note priority="1" from="description">Day name min</note>
9342 <note priority="1" from="meaning">Friday min name</note>
9343 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9344 <source>Sa</source><target state="new">Sa</target>
9345 <context-group purpose="location">
9346 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9347 <context context-type="linenumber">36</context>
9348 </context-group>
9349 <note priority="1" from="description">Day name min</note>
9350 <note priority="1" from="meaning">Saturday min name</note>
9239 </trans-unit> 9351 </trans-unit>
9240 <trans-unit id="4921929243068857081"> 9352
9241 <source>Sun</source> 9353
9242 <target>Ne</target> 9354
9243 <note from="description" priority="1">Day name short</note> 9355
9244 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9356
9245 </trans-unit> 9357
9246 <trans-unit id="8563137213157122993"> 9358
9247 <source>Mon</source> 9359
9248 <target>Po</target> 9360
9249 <note from="description" priority="1">Day name short</note> 9361
9250 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9362
9251 </trans-unit> 9363
9252 <trans-unit id="8502240922750617054"> 9364
9253 <source>Tue</source> 9365
9254 <target>Út</target>
9255 <note from="description" priority="1">Day name short</note>
9256 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9257 </trans-unit>
9258 <trans-unit id="7421778640995344715">
9259 <source>Wed</source>
9260 <target>St</target>
9261 <note from="description" priority="1">Day name short</note>
9262 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9263 </trans-unit>
9264 <trans-unit id="4409954796361883558">
9265 <source>Thu</source>
9266 <target>Čt</target>
9267 <note from="description" priority="1">Day name short</note>
9268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9269 </trans-unit>
9270 <trans-unit id="5651951128882735477">
9271 <source>Fri</source>
9272 <target>Pá</target>
9273 <note from="description" priority="1">Day name short</note>
9274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9275 </trans-unit>
9276 <trans-unit id="93026920674143073">
9277 <source>Sat</source>
9278 <target>So</target>
9279 <note from="description" priority="1">Day name short</note>
9280 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9281 </trans-unit>
9282 <trans-unit id="8349763432924710200">
9283 <source>Su</source>
9284 <target>ne</target>
9285 <note from="description" priority="1">Day name min</note>
9286 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9287 </trans-unit>
9288 <trans-unit id="4197236438302165051">
9289 <source>Mo</source>
9290 <target>po</target>
9291 <note from="description" priority="1">Day name min</note>
9292 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9293 </trans-unit>
9294 <trans-unit id="6034455877220674404">
9295 <source>Tu</source>
9296 <target>út</target>
9297 <note from="description" priority="1">Day name min</note>
9298 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9299 </trans-unit>
9300 <trans-unit id="3221670730445125135">
9301 <source>We</source>
9302 <target>st</target>
9303 <note from="description" priority="1">Day name min</note>
9304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9305 </trans-unit>
9306 <trans-unit id="772466829681972216">
9307 <source>Th</source>
9308 <target>čt</target>
9309 <note from="description" priority="1">Day name min</note>
9310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9311 </trans-unit>
9312 <trans-unit id="8598262708800132669">
9313 <source>Fr</source>
9314 <target>pá</target>
9315 <note from="description" priority="1">Day name min</note>
9316 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9317 </trans-unit>
9318 <trans-unit id="569007902695332072">
9319 <source>Sa</source>
9320 <target>so</target>
9321 <note from="description" priority="1">Day name min</note>
9322 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9323 </trans-unit>
9324 <trans-unit id="3913843642962116845"> 9366 <trans-unit id="3913843642962116845">
9325 <source>January</source> 9367 <source>January</source>
9326 <target>leden</target> 9368 <target>leden</target>
@@ -9344,9 +9386,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9344 <trans-unit id="8469692700277617405"> 9386 <trans-unit id="8469692700277617405">
9345 <source>May</source> 9387 <source>May</source>
9346 <target>květen</target> 9388 <target>květen</target>
9347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9389
9348 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9390
9349 </trans-unit> 9391 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9350 <trans-unit id="9055297580745330415"> 9392 <trans-unit id="9055297580745330415">
9351 <source>June</source> 9393 <source>June</source>
9352 <target>červen</target> 9394 <target>červen</target>
@@ -9381,73 +9423,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9381 <source>December</source> 9423 <source>December</source>
9382 <target>prosinec</target> 9424 <target>prosinec</target>
9383 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9426 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9427 <source>Jan</source><target state="new">Jan</target>
9428 <context-group purpose="location">
9429 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9430 <context context-type="linenumber">55</context>
9431 </context-group>
9432 <note priority="1" from="description">Month name short</note>
9433 <note priority="1" from="meaning">January short name</note>
9434 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9435 <source>Feb</source><target state="new">Feb</target>
9436 <context-group purpose="location">
9437 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9438 <context context-type="linenumber">56</context>
9439 </context-group>
9440 <note priority="1" from="description">Month name short</note>
9441 <note priority="1" from="meaning">February short name</note>
9442 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9443 <source>Mar</source><target state="new">Mar</target>
9444 <context-group purpose="location">
9445 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9446 <context context-type="linenumber">57</context>
9447 </context-group>
9448 <note priority="1" from="description">Month name short</note>
9449 <note priority="1" from="meaning">March short name</note>
9450 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9451 <source>Apr</source><target state="new">Apr</target>
9452 <context-group purpose="location">
9453 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9454 <context context-type="linenumber">58</context>
9455 </context-group>
9456 <note priority="1" from="description">Month name short</note>
9457 <note priority="1" from="meaning">April short name</note>
9458 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9459 <source>May</source><target state="new">May</target>
9460 <context-group purpose="location">
9461 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9462 <context context-type="linenumber">59</context>
9463 </context-group>
9464 <note priority="1" from="description">Month name short</note>
9465 <note priority="1" from="meaning">May short name</note>
9466 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9467 <source>Jun</source><target state="new">Jun</target>
9468 <context-group purpose="location">
9469 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9470 <context context-type="linenumber">60</context>
9471 </context-group>
9472 <note priority="1" from="description">Month name short</note>
9473 <note priority="1" from="meaning">June short name</note>
9474 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9475 <source>Jul</source><target state="new">Jul</target>
9476 <context-group purpose="location">
9477 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9478 <context context-type="linenumber">61</context>
9479 </context-group>
9480 <note priority="1" from="description">Month name short</note>
9481 <note priority="1" from="meaning">July short name</note>
9482 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9483 <source>Aug</source><target state="new">Aug</target>
9484 <context-group purpose="location">
9485 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9486 <context context-type="linenumber">62</context>
9487 </context-group>
9488 <note priority="1" from="description">Month name short</note>
9489 <note priority="1" from="meaning">August short name</note>
9490 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9491 <source>Sep</source><target state="new">Sep</target>
9492 <context-group purpose="location">
9493 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9494 <context context-type="linenumber">63</context>
9495 </context-group>
9496 <note priority="1" from="description">Month name short</note>
9497 <note priority="1" from="meaning">September short name</note>
9498 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9499 <source>Oct</source><target state="new">Oct</target>
9500 <context-group purpose="location">
9501 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9502 <context context-type="linenumber">64</context>
9503 </context-group>
9504 <note priority="1" from="description">Month name short</note>
9505 <note priority="1" from="meaning">October short name</note>
9506 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9507 <source>Nov</source><target state="new">Nov</target>
9508 <context-group purpose="location">
9509 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9510 <context context-type="linenumber">65</context>
9511 </context-group>
9512 <note priority="1" from="description">Month name short</note>
9513 <note priority="1" from="meaning">November short name</note>
9514 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9515 <source>Dec</source><target state="new">Dec</target>
9516 <context-group purpose="location">
9517 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9518 <context context-type="linenumber">66</context>
9519 </context-group>
9520 <note priority="1" from="description">Month name short</note>
9521 <note priority="1" from="meaning">December short name</note>
9384 </trans-unit> 9522 </trans-unit>
9385 <trans-unit id="7595747576974676670"> 9523
9386 <source>Jan</source> 9524
9387 <target>led</target> 9525
9388 <note from="description" priority="1">Month name short</note> 9526
9389 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9527
9390 </trans-unit> 9528
9391 <trans-unit id="4916040996255005712"> 9529
9392 <source>Feb</source> 9530
9393 <target>úno</target> 9531
9394 <note from="description" priority="1">Month name short</note> 9532
9395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9533
9396 </trans-unit>
9397 <trans-unit id="6438827956918137617">
9398 <source>Mar</source>
9399 <target>bře</target>
9400 <note from="description" priority="1">Month name short</note>
9401 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9402 </trans-unit>
9403 <trans-unit id="5507326650332881991">
9404 <source>Apr</source>
9405 <target>dub</target>
9406 <note from="description" priority="1">Month name short</note>
9407 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9408 </trans-unit>
9409 <trans-unit id="2113470244260512015">
9410 <source>Jun</source>
9411 <target>čer</target>
9412 <note from="description" priority="1">Month name short</note>
9413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9414 </trans-unit>
9415 <trans-unit id="53176888553719239">
9416 <source>Jul</source>
9417 <target>čvc</target>
9418 <note from="description" priority="1">Month name short</note>
9419 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9420 </trans-unit>
9421 <trans-unit id="5648574669404659458">
9422 <source>Aug</source>
9423 <target>srp</target>
9424 <note from="description" priority="1">Month name short</note>
9425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9426 </trans-unit>
9427 <trans-unit id="4354095055982674918">
9428 <source>Sep</source>
9429 <target>zář</target>
9430 <note from="description" priority="1">Month name short</note>
9431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9432 </trans-unit>
9433 <trans-unit id="6207754626941051341">
9434 <source>Oct</source>
9435 <target>říj</target>
9436 <note from="description" priority="1">Month name short</note>
9437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9438 </trans-unit>
9439 <trans-unit id="8269261039058575292">
9440 <source>Nov</source>
9441 <target>lis</target>
9442 <note from="description" priority="1">Month name short</note>
9443 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9444 </trans-unit>
9445 <trans-unit id="7777579586760423636">
9446 <source>Dec</source>
9447 <target>pro</target>
9448 <note from="description" priority="1">Month name short</note>
9449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9450 </trans-unit>
9451 <trans-unit id="8700121026680200191"> 9534 <trans-unit id="8700121026680200191">
9452 <source>Clear</source> 9535 <source>Clear</source>
9453 <target>Vymazat</target> 9536 <target>Vymazat</target>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index 5da185172..a9720de55 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -9553,91 +9553,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9553 <source>Saturday</source> 9553 <source>Saturday</source>
9554 <target state="new">Saturday</target> 9554 <target state="new">Saturday</target>
9555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9556 </trans-unit> 9556 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9557 <trans-unit id="4921929243068857081" datatype="html"> 9557 <source>Sun</source><target state="new">Sun</target>
9558 <source>Sun</source> 9558 <context-group purpose="location">
9559 <target state="new">Sun</target> 9559 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9560 <context context-type="linenumber">20</context>
9561 </context-group>
9560 <note priority="1" from="description">Day name short</note> 9562 <note priority="1" from="description">Day name short</note>
9561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9563 <note priority="1" from="meaning">Sunday short name</note>
9562 </trans-unit> 9564 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9563 <trans-unit id="8563137213157122993" datatype="html"> 9565 <source>Mon</source><target state="new">Mon</target>
9564 <source>Mon</source> 9566 <context-group purpose="location">
9565 <target state="new">Mon</target> 9567 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9568 <context context-type="linenumber">21</context>
9569 </context-group>
9566 <note priority="1" from="description">Day name short</note> 9570 <note priority="1" from="description">Day name short</note>
9567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9571 <note priority="1" from="meaning">Monday short name</note>
9568 </trans-unit> 9572 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9569 <trans-unit id="8502240922750617054" datatype="html"> 9573 <source>Tue</source><target state="new">Tue</target>
9570 <source>Tue</source> 9574 <context-group purpose="location">
9571 <target state="new">Tue</target> 9575 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9576 <context context-type="linenumber">22</context>
9577 </context-group>
9572 <note priority="1" from="description">Day name short</note> 9578 <note priority="1" from="description">Day name short</note>
9573 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9579 <note priority="1" from="meaning">Tuesday short name</note>
9574 </trans-unit> 9580 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9575 <trans-unit id="7421778640995344715" datatype="html"> 9581 <source>Wed</source><target state="new">Wed</target>
9576 <source>Wed</source> 9582 <context-group purpose="location">
9577 <target state="new">Wed</target> 9583 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9584 <context context-type="linenumber">23</context>
9585 </context-group>
9578 <note priority="1" from="description">Day name short</note> 9586 <note priority="1" from="description">Day name short</note>
9579 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9587 <note priority="1" from="meaning">Wednesday short name</note>
9580 </trans-unit> 9588 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9581 <trans-unit id="4409954796361883558" datatype="html"> 9589 <source>Thu</source><target state="new">Thu</target>
9582 <source>Thu</source> 9590 <context-group purpose="location">
9583 <target state="new">Thu</target> 9591 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9592 <context context-type="linenumber">24</context>
9593 </context-group>
9584 <note priority="1" from="description">Day name short</note> 9594 <note priority="1" from="description">Day name short</note>
9585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9595 <note priority="1" from="meaning">Thursday short name</note>
9586 </trans-unit> 9596 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9587 <trans-unit id="5651951128882735477" datatype="html"> 9597 <source>Fri</source><target state="new">Fri</target>
9588 <source>Fri</source> 9598 <context-group purpose="location">
9589 <target state="new">Fri</target> 9599 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9600 <context context-type="linenumber">25</context>
9601 </context-group>
9590 <note priority="1" from="description">Day name short</note> 9602 <note priority="1" from="description">Day name short</note>
9591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9603 <note priority="1" from="meaning">Friday short name</note>
9592 </trans-unit> 9604 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9593 <trans-unit id="93026920674143073" datatype="html"> 9605 <source>Sat</source><target state="new">Sat</target>
9594 <source>Sat</source> 9606 <context-group purpose="location">
9595 <target state="new">Sat</target> 9607 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9608 <context context-type="linenumber">26</context>
9609 </context-group>
9596 <note priority="1" from="description">Day name short</note> 9610 <note priority="1" from="description">Day name short</note>
9597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9611 <note priority="1" from="meaning">Saturday short name</note>
9598 </trans-unit> 9612 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9599 <trans-unit id="8349763432924710200" datatype="html"> 9613 <source>Su</source><target state="new">Su</target>
9600 <source>Su</source> 9614 <context-group purpose="location">
9601 <target state="new">Su</target> 9615 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9616 <context context-type="linenumber">30</context>
9617 </context-group>
9602 <note priority="1" from="description">Day name min</note> 9618 <note priority="1" from="description">Day name min</note>
9603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9619 <note priority="1" from="meaning">Sunday min name</note>
9604 </trans-unit> 9620 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9605 <trans-unit id="4197236438302165051" datatype="html"> 9621 <source>Mo</source><target state="new">Mo</target>
9606 <source>Mo</source> 9622 <context-group purpose="location">
9607 <target state="new">Mo</target> 9623 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9624 <context context-type="linenumber">31</context>
9625 </context-group>
9608 <note priority="1" from="description">Day name min</note> 9626 <note priority="1" from="description">Day name min</note>
9609 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9627 <note priority="1" from="meaning">Monday min name</note>
9610 </trans-unit> 9628 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9611 <trans-unit id="6034455877220674404" datatype="html"> 9629 <source>Tu</source><target state="new">Tu</target>
9612 <source>Tu</source> 9630 <context-group purpose="location">
9613 <target state="new">Tu</target> 9631 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9632 <context context-type="linenumber">32</context>
9633 </context-group>
9614 <note priority="1" from="description">Day name min</note> 9634 <note priority="1" from="description">Day name min</note>
9615 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9635 <note priority="1" from="meaning">Tuesday min name</note>
9616 </trans-unit> 9636 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9617 <trans-unit id="3221670730445125135" datatype="html"> 9637 <source>We</source><target state="new">We</target>
9618 <source>We</source> 9638 <context-group purpose="location">
9619 <target state="new">We</target> 9639 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9640 <context context-type="linenumber">33</context>
9641 </context-group>
9620 <note priority="1" from="description">Day name min</note> 9642 <note priority="1" from="description">Day name min</note>
9621 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9643 <note priority="1" from="meaning">Wednesday min name</note>
9622 </trans-unit> 9644 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9623 <trans-unit id="772466829681972216" datatype="html"> 9645 <source>Th</source><target state="new">Th</target>
9624 <source>Th</source> 9646 <context-group purpose="location">
9625 <target state="new">Th</target> 9647 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9648 <context context-type="linenumber">34</context>
9649 </context-group>
9626 <note priority="1" from="description">Day name min</note> 9650 <note priority="1" from="description">Day name min</note>
9627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9651 <note priority="1" from="meaning">Thursday min name</note>
9628 </trans-unit> 9652 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9629 <trans-unit id="8598262708800132669" datatype="html"> 9653 <source>Fr</source><target state="new">Fr</target>
9630 <source>Fr</source> 9654 <context-group purpose="location">
9631 <target state="new">Fr</target> 9655 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9656 <context context-type="linenumber">35</context>
9657 </context-group>
9632 <note priority="1" from="description">Day name min</note> 9658 <note priority="1" from="description">Day name min</note>
9633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9659 <note priority="1" from="meaning">Friday min name</note>
9634 </trans-unit> 9660 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9635 <trans-unit id="569007902695332072" datatype="html"> 9661 <source>Sa</source><target state="new">Sa</target>
9636 <source>Sa</source> 9662 <context-group purpose="location">
9637 <target state="new">Sa</target> 9663 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9664 <context context-type="linenumber">36</context>
9665 </context-group>
9638 <note priority="1" from="description">Day name min</note> 9666 <note priority="1" from="description">Day name min</note>
9639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9667 <note priority="1" from="meaning">Saturday min name</note>
9640 </trans-unit> 9668 </trans-unit>
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9641 <trans-unit id="3913843642962116845" datatype="html"> 9683 <trans-unit id="3913843642962116845" datatype="html">
9642 <source>January</source> 9684 <source>January</source>
9643 <target state="new">January</target> 9685 <target state="new">January</target>
@@ -9661,9 +9703,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9661 <trans-unit id="8469692700277617405" datatype="html"> 9703 <trans-unit id="8469692700277617405" datatype="html">
9662 <source>May</source> 9704 <source>May</source>
9663 <target state="new">May</target> 9705 <target state="new">May</target>
9664 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9706
9665 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9707
9666 </trans-unit> 9708 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9667 <trans-unit id="9055297580745330415" datatype="html"> 9709 <trans-unit id="9055297580745330415" datatype="html">
9668 <source>June</source> 9710 <source>June</source>
9669 <target state="new">June</target> 9711 <target state="new">June</target>
@@ -9698,73 +9740,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9698 <source>December</source> 9740 <source>December</source>
9699 <target state="new">December</target> 9741 <target state="new">December</target>
9700 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9742 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9701 </trans-unit> 9743 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9702 <trans-unit id="7595747576974676670" datatype="html"> 9744 <source>Jan</source><target state="new">Jan</target>
9703 <source>Jan</source> 9745 <context-group purpose="location">
9704 <target state="new">Jan</target> 9746 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9747 <context context-type="linenumber">55</context>
9748 </context-group>
9705 <note priority="1" from="description">Month name short</note> 9749 <note priority="1" from="description">Month name short</note>
9706 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9750 <note priority="1" from="meaning">January short name</note>
9707 </trans-unit> 9751 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9708 <trans-unit id="4916040996255005712" datatype="html"> 9752 <source>Feb</source><target state="new">Feb</target>
9709 <source>Feb</source> 9753 <context-group purpose="location">
9710 <target state="new">Feb</target> 9754 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9755 <context context-type="linenumber">56</context>
9756 </context-group>
9711 <note priority="1" from="description">Month name short</note> 9757 <note priority="1" from="description">Month name short</note>
9712 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9758 <note priority="1" from="meaning">February short name</note>
9713 </trans-unit> 9759 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9714 <trans-unit id="6438827956918137617" datatype="html"> 9760 <source>Mar</source><target state="new">Mar</target>
9715 <source>Mar</source> 9761 <context-group purpose="location">
9716 <target state="new">Mar</target> 9762 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9763 <context context-type="linenumber">57</context>
9764 </context-group>
9717 <note priority="1" from="description">Month name short</note> 9765 <note priority="1" from="description">Month name short</note>
9718 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9766 <note priority="1" from="meaning">March short name</note>
9719 </trans-unit> 9767 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9720 <trans-unit id="5507326650332881991" datatype="html"> 9768 <source>Apr</source><target state="new">Apr</target>
9721 <source>Apr</source> 9769 <context-group purpose="location">
9722 <target state="new">Apr</target> 9770 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9771 <context context-type="linenumber">58</context>
9772 </context-group>
9723 <note priority="1" from="description">Month name short</note> 9773 <note priority="1" from="description">Month name short</note>
9724 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9774 <note priority="1" from="meaning">April short name</note>
9725 </trans-unit> 9775 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9726 <trans-unit id="2113470244260512015" datatype="html"> 9776 <source>May</source><target state="new">May</target>
9727 <source>Jun</source> 9777 <context-group purpose="location">
9728 <target state="new">Jun</target> 9778 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9779 <context context-type="linenumber">59</context>
9780 </context-group>
9729 <note priority="1" from="description">Month name short</note> 9781 <note priority="1" from="description">Month name short</note>
9730 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9782 <note priority="1" from="meaning">May short name</note>
9731 </trans-unit> 9783 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9732 <trans-unit id="53176888553719239" datatype="html"> 9784 <source>Jun</source><target state="new">Jun</target>
9733 <source>Jul</source> 9785 <context-group purpose="location">
9734 <target state="new">Jul</target> 9786 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9787 <context context-type="linenumber">60</context>
9788 </context-group>
9735 <note priority="1" from="description">Month name short</note> 9789 <note priority="1" from="description">Month name short</note>
9736 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9790 <note priority="1" from="meaning">June short name</note>
9737 </trans-unit> 9791 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9738 <trans-unit id="5648574669404659458" datatype="html"> 9792 <source>Jul</source><target state="new">Jul</target>
9739 <source>Aug</source> 9793 <context-group purpose="location">
9740 <target state="new">Aug</target> 9794 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9795 <context context-type="linenumber">61</context>
9796 </context-group>
9741 <note priority="1" from="description">Month name short</note> 9797 <note priority="1" from="description">Month name short</note>
9742 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9798 <note priority="1" from="meaning">July short name</note>
9743 </trans-unit> 9799 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9744 <trans-unit id="4354095055982674918" datatype="html"> 9800 <source>Aug</source><target state="new">Aug</target>
9745 <source>Sep</source> 9801 <context-group purpose="location">
9746 <target state="new">Sep</target> 9802 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9803 <context context-type="linenumber">62</context>
9804 </context-group>
9747 <note priority="1" from="description">Month name short</note> 9805 <note priority="1" from="description">Month name short</note>
9748 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9806 <note priority="1" from="meaning">August short name</note>
9749 </trans-unit> 9807 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9750 <trans-unit id="6207754626941051341" datatype="html"> 9808 <source>Sep</source><target state="new">Sep</target>
9751 <source>Oct</source> 9809 <context-group purpose="location">
9752 <target state="new">Oct</target> 9810 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9811 <context context-type="linenumber">63</context>
9812 </context-group>
9753 <note priority="1" from="description">Month name short</note> 9813 <note priority="1" from="description">Month name short</note>
9754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9814 <note priority="1" from="meaning">September short name</note>
9755 </trans-unit> 9815 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9756 <trans-unit id="8269261039058575292" datatype="html"> 9816 <source>Oct</source><target state="new">Oct</target>
9757 <source>Nov</source> 9817 <context-group purpose="location">
9758 <target state="new">Nov</target> 9818 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9819 <context context-type="linenumber">64</context>
9820 </context-group>
9759 <note priority="1" from="description">Month name short</note> 9821 <note priority="1" from="description">Month name short</note>
9760 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9822 <note priority="1" from="meaning">October short name</note>
9761 </trans-unit> 9823 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9762 <trans-unit id="7777579586760423636" datatype="html"> 9824 <source>Nov</source><target state="new">Nov</target>
9763 <source>Dec</source> 9825 <context-group purpose="location">
9764 <target state="new">Dec</target> 9826 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9827 <context context-type="linenumber">65</context>
9828 </context-group>
9765 <note priority="1" from="description">Month name short</note> 9829 <note priority="1" from="description">Month name short</note>
9766 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9830 <note priority="1" from="meaning">November short name</note>
9831 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9832 <source>Dec</source><target state="new">Dec</target>
9833 <context-group purpose="location">
9834 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9835 <context context-type="linenumber">66</context>
9836 </context-group>
9837 <note priority="1" from="description">Month name short</note>
9838 <note priority="1" from="meaning">December short name</note>
9767 </trans-unit> 9839 </trans-unit>
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9768 <trans-unit id="8700121026680200191" datatype="html"> 9851 <trans-unit id="8700121026680200191" datatype="html">
9769 <source>Clear</source> 9852 <source>Clear</source>
9770 <target state="new">Clear</target> 9853 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index b3c50a219..edd68326c 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -9285,91 +9285,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9285 <source>Saturday</source> 9285 <source>Saturday</source>
9286 <target>Samstag</target> 9286 <target>Samstag</target>
9287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9288 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9289 <source>Sun</source><target state="new">Sun</target>
9290 <context-group purpose="location">
9291 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9292 <context context-type="linenumber">20</context>
9293 </context-group>
9294 <note priority="1" from="description">Day name short</note>
9295 <note priority="1" from="meaning">Sunday short name</note>
9296 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9297 <source>Mon</source><target state="new">Mon</target>
9298 <context-group purpose="location">
9299 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9300 <context context-type="linenumber">21</context>
9301 </context-group>
9302 <note priority="1" from="description">Day name short</note>
9303 <note priority="1" from="meaning">Monday short name</note>
9304 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9305 <source>Tue</source><target state="new">Tue</target>
9306 <context-group purpose="location">
9307 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9308 <context context-type="linenumber">22</context>
9309 </context-group>
9310 <note priority="1" from="description">Day name short</note>
9311 <note priority="1" from="meaning">Tuesday short name</note>
9312 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9313 <source>Wed</source><target state="new">Wed</target>
9314 <context-group purpose="location">
9315 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9316 <context context-type="linenumber">23</context>
9317 </context-group>
9318 <note priority="1" from="description">Day name short</note>
9319 <note priority="1" from="meaning">Wednesday short name</note>
9320 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9321 <source>Thu</source><target state="new">Thu</target>
9322 <context-group purpose="location">
9323 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9324 <context context-type="linenumber">24</context>
9325 </context-group>
9326 <note priority="1" from="description">Day name short</note>
9327 <note priority="1" from="meaning">Thursday short name</note>
9328 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9329 <source>Fri</source><target state="new">Fri</target>
9330 <context-group purpose="location">
9331 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9332 <context context-type="linenumber">25</context>
9333 </context-group>
9334 <note priority="1" from="description">Day name short</note>
9335 <note priority="1" from="meaning">Friday short name</note>
9336 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9337 <source>Sat</source><target state="new">Sat</target>
9338 <context-group purpose="location">
9339 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9340 <context context-type="linenumber">26</context>
9341 </context-group>
9342 <note priority="1" from="description">Day name short</note>
9343 <note priority="1" from="meaning">Saturday short name</note>
9344 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9345 <source>Su</source><target state="new">Su</target>
9346 <context-group purpose="location">
9347 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9348 <context context-type="linenumber">30</context>
9349 </context-group>
9350 <note priority="1" from="description">Day name min</note>
9351 <note priority="1" from="meaning">Sunday min name</note>
9352 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9353 <source>Mo</source><target state="new">Mo</target>
9354 <context-group purpose="location">
9355 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9356 <context context-type="linenumber">31</context>
9357 </context-group>
9358 <note priority="1" from="description">Day name min</note>
9359 <note priority="1" from="meaning">Monday min name</note>
9360 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9361 <source>Tu</source><target state="new">Tu</target>
9362 <context-group purpose="location">
9363 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9364 <context context-type="linenumber">32</context>
9365 </context-group>
9366 <note priority="1" from="description">Day name min</note>
9367 <note priority="1" from="meaning">Tuesday min name</note>
9368 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9369 <source>We</source><target state="new">We</target>
9370 <context-group purpose="location">
9371 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9372 <context context-type="linenumber">33</context>
9373 </context-group>
9374 <note priority="1" from="description">Day name min</note>
9375 <note priority="1" from="meaning">Wednesday min name</note>
9376 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9377 <source>Th</source><target state="new">Th</target>
9378 <context-group purpose="location">
9379 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9380 <context context-type="linenumber">34</context>
9381 </context-group>
9382 <note priority="1" from="description">Day name min</note>
9383 <note priority="1" from="meaning">Thursday min name</note>
9384 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9385 <source>Fr</source><target state="new">Fr</target>
9386 <context-group purpose="location">
9387 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9388 <context context-type="linenumber">35</context>
9389 </context-group>
9390 <note priority="1" from="description">Day name min</note>
9391 <note priority="1" from="meaning">Friday min name</note>
9392 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9393 <source>Sa</source><target state="new">Sa</target>
9394 <context-group purpose="location">
9395 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9396 <context context-type="linenumber">36</context>
9397 </context-group>
9398 <note priority="1" from="description">Day name min</note>
9399 <note priority="1" from="meaning">Saturday min name</note>
9288 </trans-unit> 9400 </trans-unit>
9289 <trans-unit id="4921929243068857081"> 9401
9290 <source>Sun</source> 9402
9291 <target>So</target> 9403
9292 <note from="description" priority="1">Day name short</note> 9404
9293 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9405
9294 </trans-unit> 9406
9295 <trans-unit id="8563137213157122993"> 9407
9296 <source>Mon</source> 9408
9297 <target>Mo</target> 9409
9298 <note from="description" priority="1">Day name short</note> 9410
9299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9411
9300 </trans-unit> 9412
9301 <trans-unit id="8502240922750617054"> 9413
9302 <source>Tue</source> 9414
9303 <target>Di</target>
9304 <note from="description" priority="1">Day name short</note>
9305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9306 </trans-unit>
9307 <trans-unit id="7421778640995344715">
9308 <source>Wed</source>
9309 <target>Mi</target>
9310 <note from="description" priority="1">Day name short</note>
9311 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9312 </trans-unit>
9313 <trans-unit id="4409954796361883558">
9314 <source>Thu</source>
9315 <target>Do</target>
9316 <note from="description" priority="1">Day name short</note>
9317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9318 </trans-unit>
9319 <trans-unit id="5651951128882735477">
9320 <source>Fri</source>
9321 <target>Fr</target>
9322 <note from="description" priority="1">Day name short</note>
9323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9324 </trans-unit>
9325 <trans-unit id="93026920674143073">
9326 <source>Sat</source>
9327 <target>Sa</target>
9328 <note from="description" priority="1">Day name short</note>
9329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9330 </trans-unit>
9331 <trans-unit id="8349763432924710200">
9332 <source>Su</source>
9333 <target>So</target>
9334 <note from="description" priority="1">Day name min</note>
9335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9336 </trans-unit>
9337 <trans-unit id="4197236438302165051">
9338 <source>Mo</source>
9339 <target>Mo</target>
9340 <note from="description" priority="1">Day name min</note>
9341 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9342 </trans-unit>
9343 <trans-unit id="6034455877220674404">
9344 <source>Tu</source>
9345 <target>Di</target>
9346 <note from="description" priority="1">Day name min</note>
9347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9348 </trans-unit>
9349 <trans-unit id="3221670730445125135">
9350 <source>We</source>
9351 <target>Mi</target>
9352 <note from="description" priority="1">Day name min</note>
9353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9354 </trans-unit>
9355 <trans-unit id="772466829681972216">
9356 <source>Th</source>
9357 <target>Do</target>
9358 <note from="description" priority="1">Day name min</note>
9359 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9360 </trans-unit>
9361 <trans-unit id="8598262708800132669">
9362 <source>Fr</source>
9363 <target>Fr</target>
9364 <note from="description" priority="1">Day name min</note>
9365 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9366 </trans-unit>
9367 <trans-unit id="569007902695332072">
9368 <source>Sa</source>
9369 <target>Sa</target>
9370 <note from="description" priority="1">Day name min</note>
9371 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9372 </trans-unit>
9373 <trans-unit id="3913843642962116845"> 9415 <trans-unit id="3913843642962116845">
9374 <source>January</source> 9416 <source>January</source>
9375 <target>Januar</target> 9417 <target>Januar</target>
@@ -9393,9 +9435,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9393 <trans-unit id="8469692700277617405"> 9435 <trans-unit id="8469692700277617405">
9394 <source>May</source> 9436 <source>May</source>
9395 <target>Mai</target> 9437 <target>Mai</target>
9396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9438
9397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9439
9398 </trans-unit> 9440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9399 <trans-unit id="9055297580745330415"> 9441 <trans-unit id="9055297580745330415">
9400 <source>June</source> 9442 <source>June</source>
9401 <target>Juni</target> 9443 <target>Juni</target>
@@ -9430,73 +9472,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9430 <source>December</source> 9472 <source>December</source>
9431 <target>Dezember</target> 9473 <target>Dezember</target>
9432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9475 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9476 <source>Jan</source><target state="new">Jan</target>
9477 <context-group purpose="location">
9478 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9479 <context context-type="linenumber">55</context>
9480 </context-group>
9481 <note priority="1" from="description">Month name short</note>
9482 <note priority="1" from="meaning">January short name</note>
9483 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9484 <source>Feb</source><target state="new">Feb</target>
9485 <context-group purpose="location">
9486 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9487 <context context-type="linenumber">56</context>
9488 </context-group>
9489 <note priority="1" from="description">Month name short</note>
9490 <note priority="1" from="meaning">February short name</note>
9491 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9492 <source>Mar</source><target state="new">Mar</target>
9493 <context-group purpose="location">
9494 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9495 <context context-type="linenumber">57</context>
9496 </context-group>
9497 <note priority="1" from="description">Month name short</note>
9498 <note priority="1" from="meaning">March short name</note>
9499 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9500 <source>Apr</source><target state="new">Apr</target>
9501 <context-group purpose="location">
9502 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9503 <context context-type="linenumber">58</context>
9504 </context-group>
9505 <note priority="1" from="description">Month name short</note>
9506 <note priority="1" from="meaning">April short name</note>
9507 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9508 <source>May</source><target state="new">May</target>
9509 <context-group purpose="location">
9510 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9511 <context context-type="linenumber">59</context>
9512 </context-group>
9513 <note priority="1" from="description">Month name short</note>
9514 <note priority="1" from="meaning">May short name</note>
9515 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9516 <source>Jun</source><target state="new">Jun</target>
9517 <context-group purpose="location">
9518 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9519 <context context-type="linenumber">60</context>
9520 </context-group>
9521 <note priority="1" from="description">Month name short</note>
9522 <note priority="1" from="meaning">June short name</note>
9523 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9524 <source>Jul</source><target state="new">Jul</target>
9525 <context-group purpose="location">
9526 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9527 <context context-type="linenumber">61</context>
9528 </context-group>
9529 <note priority="1" from="description">Month name short</note>
9530 <note priority="1" from="meaning">July short name</note>
9531 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9532 <source>Aug</source><target state="new">Aug</target>
9533 <context-group purpose="location">
9534 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9535 <context context-type="linenumber">62</context>
9536 </context-group>
9537 <note priority="1" from="description">Month name short</note>
9538 <note priority="1" from="meaning">August short name</note>
9539 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9540 <source>Sep</source><target state="new">Sep</target>
9541 <context-group purpose="location">
9542 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9543 <context context-type="linenumber">63</context>
9544 </context-group>
9545 <note priority="1" from="description">Month name short</note>
9546 <note priority="1" from="meaning">September short name</note>
9547 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9548 <source>Oct</source><target state="new">Oct</target>
9549 <context-group purpose="location">
9550 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9551 <context context-type="linenumber">64</context>
9552 </context-group>
9553 <note priority="1" from="description">Month name short</note>
9554 <note priority="1" from="meaning">October short name</note>
9555 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9556 <source>Nov</source><target state="new">Nov</target>
9557 <context-group purpose="location">
9558 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9559 <context context-type="linenumber">65</context>
9560 </context-group>
9561 <note priority="1" from="description">Month name short</note>
9562 <note priority="1" from="meaning">November short name</note>
9563 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9564 <source>Dec</source><target state="new">Dec</target>
9565 <context-group purpose="location">
9566 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9567 <context context-type="linenumber">66</context>
9568 </context-group>
9569 <note priority="1" from="description">Month name short</note>
9570 <note priority="1" from="meaning">December short name</note>
9433 </trans-unit> 9571 </trans-unit>
9434 <trans-unit id="7595747576974676670"> 9572
9435 <source>Jan</source> 9573
9436 <target>Jan</target> 9574
9437 <note from="description" priority="1">Month name short</note> 9575
9438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9576
9439 </trans-unit> 9577
9440 <trans-unit id="4916040996255005712"> 9578
9441 <source>Feb</source> 9579
9442 <target>Feb</target> 9580
9443 <note from="description" priority="1">Month name short</note> 9581
9444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9582
9445 </trans-unit>
9446 <trans-unit id="6438827956918137617">
9447 <source>Mar</source>
9448 <target>Mar</target>
9449 <note from="description" priority="1">Month name short</note>
9450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9451 </trans-unit>
9452 <trans-unit id="5507326650332881991">
9453 <source>Apr</source>
9454 <target>Apr</target>
9455 <note from="description" priority="1">Month name short</note>
9456 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9457 </trans-unit>
9458 <trans-unit id="2113470244260512015">
9459 <source>Jun</source>
9460 <target>Jun</target>
9461 <note from="description" priority="1">Month name short</note>
9462 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9463 </trans-unit>
9464 <trans-unit id="53176888553719239">
9465 <source>Jul</source>
9466 <target>Jul</target>
9467 <note from="description" priority="1">Month name short</note>
9468 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9469 </trans-unit>
9470 <trans-unit id="5648574669404659458">
9471 <source>Aug</source>
9472 <target>Aug</target>
9473 <note from="description" priority="1">Month name short</note>
9474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9475 </trans-unit>
9476 <trans-unit id="4354095055982674918">
9477 <source>Sep</source>
9478 <target>Sep</target>
9479 <note from="description" priority="1">Month name short</note>
9480 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9481 </trans-unit>
9482 <trans-unit id="6207754626941051341">
9483 <source>Oct</source>
9484 <target>Okt</target>
9485 <note from="description" priority="1">Month name short</note>
9486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9487 </trans-unit>
9488 <trans-unit id="8269261039058575292">
9489 <source>Nov</source>
9490 <target>Nov</target>
9491 <note from="description" priority="1">Month name short</note>
9492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9493 </trans-unit>
9494 <trans-unit id="7777579586760423636">
9495 <source>Dec</source>
9496 <target>Dez</target>
9497 <note from="description" priority="1">Month name short</note>
9498 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9499 </trans-unit>
9500 <trans-unit id="8700121026680200191"> 9583 <trans-unit id="8700121026680200191">
9501 <source>Clear</source> 9584 <source>Clear</source>
9502 <target>Leeren</target> 9585 <target>Leeren</target>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index f60d88525..57423145c 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -9464,91 +9464,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9464 <source>Saturday</source> 9464 <source>Saturday</source>
9465 <target>Σάββατο</target> 9465 <target>Σάββατο</target>
9466 9466
9467 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9467 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9468 <trans-unit id="4921929243068857081"> 9468 <source>Sun</source><target state="new">Sun</target>
9469 <source>Sun</source> 9469 <context-group purpose="location">
9470 <target>Κυρ</target> 9470 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9471 <note from="description" priority="1">Day name short</note> 9471 <context context-type="linenumber">20</context>
9472 9472 </context-group>
9473 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9473 <note priority="1" from="description">Day name short</note>
9474 <trans-unit id="8563137213157122993"> 9474 <note priority="1" from="meaning">Sunday short name</note>
9475 <source>Mon</source> 9475 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9476 <target>Δευ</target> 9476 <source>Mon</source><target state="new">Mon</target>
9477 <note from="description" priority="1">Day name short</note> 9477 <context-group purpose="location">
9478 9478 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9479 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9479 <context context-type="linenumber">21</context>
9480 <trans-unit id="8502240922750617054"> 9480 </context-group>
9481 <source>Tue</source> 9481 <note priority="1" from="description">Day name short</note>
9482 <target>Τρι</target> 9482 <note priority="1" from="meaning">Monday short name</note>
9483 <note from="description" priority="1">Day name short</note> 9483 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9484 9484 <source>Tue</source><target state="new">Tue</target>
9485 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9485 <context-group purpose="location">
9486 <trans-unit id="7421778640995344715"> 9486 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9487 <source>Wed</source> 9487 <context context-type="linenumber">22</context>
9488 <target>Τετ</target> 9488 </context-group>
9489 <note from="description" priority="1">Day name short</note> 9489 <note priority="1" from="description">Day name short</note>
9490 9490 <note priority="1" from="meaning">Tuesday short name</note>
9491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9491 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9492 <trans-unit id="4409954796361883558"> 9492 <source>Wed</source><target state="new">Wed</target>
9493 <source>Thu</source> 9493 <context-group purpose="location">
9494 <target>Πεμ</target> 9494 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9495 <note from="description" priority="1">Day name short</note> 9495 <context context-type="linenumber">23</context>
9496 9496 </context-group>
9497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9497 <note priority="1" from="description">Day name short</note>
9498 <trans-unit id="5651951128882735477"> 9498 <note priority="1" from="meaning">Wednesday short name</note>
9499 <source>Fri</source> 9499 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9500 <target>Παρ</target> 9500 <source>Thu</source><target state="new">Thu</target>
9501 <note from="description" priority="1">Day name short</note> 9501 <context-group purpose="location">
9502 9502 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9503 <context context-type="linenumber">24</context>
9504 <trans-unit id="93026920674143073"> 9504 </context-group>
9505 <source>Sat</source> 9505 <note priority="1" from="description">Day name short</note>
9506 <target>Σαβ</target> 9506 <note priority="1" from="meaning">Thursday short name</note>
9507 <note from="description" priority="1">Day name short</note> 9507 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9508 9508 <source>Fri</source><target state="new">Fri</target>
9509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9509 <context-group purpose="location">
9510 <trans-unit id="8349763432924710200"> 9510 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9511 <source>Su</source> 9511 <context context-type="linenumber">25</context>
9512 <target>Κυρ</target> 9512 </context-group>
9513 <note from="description" priority="1">Day name min</note> 9513 <note priority="1" from="description">Day name short</note>
9514 9514 <note priority="1" from="meaning">Friday short name</note>
9515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9515 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9516 <trans-unit id="4197236438302165051"> 9516 <source>Sat</source><target state="new">Sat</target>
9517 <source>Mo</source> 9517 <context-group purpose="location">
9518 <target>Δε</target> 9518 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9519 <note from="description" priority="1">Day name min</note> 9519 <context context-type="linenumber">26</context>
9520 9520 </context-group>
9521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9521 <note priority="1" from="description">Day name short</note>
9522 <trans-unit id="6034455877220674404"> 9522 <note priority="1" from="meaning">Saturday short name</note>
9523 <source>Tu</source> 9523 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9524 <target>Τρ</target> 9524 <source>Su</source><target state="new">Su</target>
9525 <note from="description" priority="1">Day name min</note> 9525 <context-group purpose="location">
9526 9526 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9527 <context context-type="linenumber">30</context>
9528 <trans-unit id="3221670730445125135"> 9528 </context-group>
9529 <source>We</source> 9529 <note priority="1" from="description">Day name min</note>
9530 <target>Τε</target> 9530 <note priority="1" from="meaning">Sunday min name</note>
9531 <note from="description" priority="1">Day name min</note> 9531 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9532 9532 <source>Mo</source><target state="new">Mo</target>
9533 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9533 <context-group purpose="location">
9534 <trans-unit id="772466829681972216"> 9534 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9535 <source>Th</source> 9535 <context context-type="linenumber">31</context>
9536 <target>Πε</target> 9536 </context-group>
9537 <note from="description" priority="1">Day name min</note> 9537 <note priority="1" from="description">Day name min</note>
9538 9538 <note priority="1" from="meaning">Monday min name</note>
9539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9539 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9540 <trans-unit id="8598262708800132669"> 9540 <source>Tu</source><target state="new">Tu</target>
9541 <source>Fr</source> 9541 <context-group purpose="location">
9542 <target>Πα</target> 9542 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9543 <note from="description" priority="1">Day name min</note> 9543 <context context-type="linenumber">32</context>
9544 9544 </context-group>
9545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9545 <note priority="1" from="description">Day name min</note>
9546 <trans-unit id="569007902695332072"> 9546 <note priority="1" from="meaning">Tuesday min name</note>
9547 <source>Sa</source> 9547 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9548 <target>Σα</target> 9548 <source>We</source><target state="new">We</target>
9549 <note from="description" priority="1">Day name min</note> 9549 <context-group purpose="location">
9550 9550 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9551 <context context-type="linenumber">33</context>
9552 </context-group>
9553 <note priority="1" from="description">Day name min</note>
9554 <note priority="1" from="meaning">Wednesday min name</note>
9555 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9556 <source>Th</source><target state="new">Th</target>
9557 <context-group purpose="location">
9558 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9559 <context context-type="linenumber">34</context>
9560 </context-group>
9561 <note priority="1" from="description">Day name min</note>
9562 <note priority="1" from="meaning">Thursday min name</note>
9563 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9564 <source>Fr</source><target state="new">Fr</target>
9565 <context-group purpose="location">
9566 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9567 <context context-type="linenumber">35</context>
9568 </context-group>
9569 <note priority="1" from="description">Day name min</note>
9570 <note priority="1" from="meaning">Friday min name</note>
9571 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9572 <source>Sa</source><target state="new">Sa</target>
9573 <context-group purpose="location">
9574 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9575 <context context-type="linenumber">36</context>
9576 </context-group>
9577 <note priority="1" from="description">Day name min</note>
9578 <note priority="1" from="meaning">Saturday min name</note>
9579 </trans-unit>
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9552 <trans-unit id="3913843642962116845"> 9594 <trans-unit id="3913843642962116845">
9553 <source>January</source> 9595 <source>January</source>
9554 <target>Ιανουάριος</target> 9596 <target>Ιανουάριος</target>
@@ -9574,7 +9616,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9574 <target>Μάιος</target> 9616 <target>Μάιος</target>
9575 9617
9576 9618
9577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9578 <trans-unit id="9055297580745330415"> 9620 <trans-unit id="9055297580745330415">
9579 <source>June</source> 9621 <source>June</source>
9580 <target>Ιούνιος</target> 9622 <target>Ιούνιος</target>
@@ -9609,73 +9651,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9609 <source>December</source> 9651 <source>December</source>
9610 <target>Δεκέμβριος</target> 9652 <target>Δεκέμβριος</target>
9611 9653
9612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9613 <trans-unit id="7595747576974676670"> 9655 <source>Jan</source><target state="new">Jan</target>
9614 <source>Jan</source> 9656 <context-group purpose="location">
9615 <target>Ιαν</target> 9657 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9616 <note from="description" priority="1">Month name short</note> 9658 <context context-type="linenumber">55</context>
9617 9659 </context-group>
9618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9660 <note priority="1" from="description">Month name short</note>
9619 <trans-unit id="4916040996255005712"> 9661 <note priority="1" from="meaning">January short name</note>
9620 <source>Feb</source> 9662 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9621 <target>Φεβ</target> 9663 <source>Feb</source><target state="new">Feb</target>
9622 <note from="description" priority="1">Month name short</note> 9664 <context-group purpose="location">
9623 9665 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9624 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9666 <context context-type="linenumber">56</context>
9625 <trans-unit id="6438827956918137617"> 9667 </context-group>
9626 <source>Mar</source> 9668 <note priority="1" from="description">Month name short</note>
9627 <target>Μαρ</target> 9669 <note priority="1" from="meaning">February short name</note>
9628 <note from="description" priority="1">Month name short</note> 9670 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9629 9671 <source>Mar</source><target state="new">Mar</target>
9630 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9672 <context-group purpose="location">
9631 <trans-unit id="5507326650332881991"> 9673 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9632 <source>Apr</source> 9674 <context context-type="linenumber">57</context>
9633 <target>Απρ</target> 9675 </context-group>
9634 <note from="description" priority="1">Month name short</note> 9676 <note priority="1" from="description">Month name short</note>
9635 9677 <note priority="1" from="meaning">March short name</note>
9636 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9678 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9637 <trans-unit id="2113470244260512015"> 9679 <source>Apr</source><target state="new">Apr</target>
9638 <source>Jun</source> 9680 <context-group purpose="location">
9639 <target>Ιουν</target> 9681 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9640 <note from="description" priority="1">Month name short</note> 9682 <context context-type="linenumber">58</context>
9641 9683 </context-group>
9642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9684 <note priority="1" from="description">Month name short</note>
9643 <trans-unit id="53176888553719239"> 9685 <note priority="1" from="meaning">April short name</note>
9644 <source>Jul</source> 9686 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9645 <target>Ιουλ</target> 9687 <source>May</source><target state="new">May</target>
9646 <note from="description" priority="1">Month name short</note> 9688 <context-group purpose="location">
9647 9689 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9690 <context context-type="linenumber">59</context>
9649 <trans-unit id="5648574669404659458"> 9691 </context-group>
9650 <source>Aug</source> 9692 <note priority="1" from="description">Month name short</note>
9651 <target>Αυγ</target> 9693 <note priority="1" from="meaning">May short name</note>
9652 <note from="description" priority="1">Month name short</note> 9694 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9653 9695 <source>Jun</source><target state="new">Jun</target>
9654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9696 <context-group purpose="location">
9655 <trans-unit id="4354095055982674918"> 9697 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9656 <source>Sep</source> 9698 <context context-type="linenumber">60</context>
9657 <target>Σεπ</target> 9699 </context-group>
9658 <note from="description" priority="1">Month name short</note> 9700 <note priority="1" from="description">Month name short</note>
9659 9701 <note priority="1" from="meaning">June short name</note>
9660 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9702 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9661 <trans-unit id="6207754626941051341"> 9703 <source>Jul</source><target state="new">Jul</target>
9662 <source>Oct</source> 9704 <context-group purpose="location">
9663 <target>Οκτ</target> 9705 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9664 <note from="description" priority="1">Month name short</note> 9706 <context context-type="linenumber">61</context>
9665 9707 </context-group>
9666 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9708 <note priority="1" from="description">Month name short</note>
9667 <trans-unit id="8269261039058575292"> 9709 <note priority="1" from="meaning">July short name</note>
9668 <source>Nov</source> 9710 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9669 <target>Νοε</target> 9711 <source>Aug</source><target state="new">Aug</target>
9670 <note from="description" priority="1">Month name short</note> 9712 <context-group purpose="location">
9671 9713 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9714 <context context-type="linenumber">62</context>
9673 <trans-unit id="7777579586760423636"> 9715 </context-group>
9674 <source>Dec</source> 9716 <note priority="1" from="description">Month name short</note>
9675 <target>Δεκ</target> 9717 <note priority="1" from="meaning">August short name</note>
9676 <note from="description" priority="1">Month name short</note> 9718 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9677 9719 <source>Sep</source><target state="new">Sep</target>
9678 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9720 <context-group purpose="location">
9721 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9722 <context context-type="linenumber">63</context>
9723 </context-group>
9724 <note priority="1" from="description">Month name short</note>
9725 <note priority="1" from="meaning">September short name</note>
9726 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9727 <source>Oct</source><target state="new">Oct</target>
9728 <context-group purpose="location">
9729 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9730 <context context-type="linenumber">64</context>
9731 </context-group>
9732 <note priority="1" from="description">Month name short</note>
9733 <note priority="1" from="meaning">October short name</note>
9734 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9735 <source>Nov</source><target state="new">Nov</target>
9736 <context-group purpose="location">
9737 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9738 <context context-type="linenumber">65</context>
9739 </context-group>
9740 <note priority="1" from="description">Month name short</note>
9741 <note priority="1" from="meaning">November short name</note>
9742 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9743 <source>Dec</source><target state="new">Dec</target>
9744 <context-group purpose="location">
9745 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9746 <context context-type="linenumber">66</context>
9747 </context-group>
9748 <note priority="1" from="description">Month name short</note>
9749 <note priority="1" from="meaning">December short name</note>
9750 </trans-unit>
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9679 <trans-unit id="8700121026680200191"> 9762 <trans-unit id="8700121026680200191">
9680 <source>Clear</source> 9763 <source>Clear</source>
9681 <target>Εκκαθάριση</target> 9764 <target>Εκκαθάριση</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index 4bd042b08..7f33a60ff 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -8930,91 +8930,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8930 <source>Saturday</source> 8930 <source>Saturday</source>
8931 <target>Saturday</target> 8931 <target>Saturday</target>
8932 8932
8933 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 8933 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
8934 <trans-unit id="4921929243068857081"> 8934 <source>Sun</source><target state="new">Sun</target>
8935 <source>Sun</source> 8935 <context-group purpose="location">
8936 <target>Sun</target> 8936 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8937 <note from="description" priority="1">Day name short</note> 8937 <context context-type="linenumber">20</context>
8938 8938 </context-group>
8939 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 8939 <note priority="1" from="description">Day name short</note>
8940 <trans-unit id="8563137213157122993"> 8940 <note priority="1" from="meaning">Sunday short name</note>
8941 <source>Mon</source> 8941 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
8942 <target>Mon</target> 8942 <source>Mon</source><target state="new">Mon</target>
8943 <note from="description" priority="1">Day name short</note> 8943 <context-group purpose="location">
8944 8944 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8945 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 8945 <context context-type="linenumber">21</context>
8946 <trans-unit id="8502240922750617054"> 8946 </context-group>
8947 <source>Tue</source> 8947 <note priority="1" from="description">Day name short</note>
8948 <target>Tue</target> 8948 <note priority="1" from="meaning">Monday short name</note>
8949 <note from="description" priority="1">Day name short</note> 8949 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
8950 8950 <source>Tue</source><target state="new">Tue</target>
8951 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 8951 <context-group purpose="location">
8952 <trans-unit id="7421778640995344715"> 8952 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8953 <source>Wed</source> 8953 <context context-type="linenumber">22</context>
8954 <target>Wed</target> 8954 </context-group>
8955 <note from="description" priority="1">Day name short</note> 8955 <note priority="1" from="description">Day name short</note>
8956 8956 <note priority="1" from="meaning">Tuesday short name</note>
8957 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 8957 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
8958 <trans-unit id="4409954796361883558"> 8958 <source>Wed</source><target state="new">Wed</target>
8959 <source>Thu</source> 8959 <context-group purpose="location">
8960 <target>Thu</target> 8960 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8961 <note from="description" priority="1">Day name short</note> 8961 <context context-type="linenumber">23</context>
8962 8962 </context-group>
8963 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 8963 <note priority="1" from="description">Day name short</note>
8964 <trans-unit id="5651951128882735477"> 8964 <note priority="1" from="meaning">Wednesday short name</note>
8965 <source>Fri</source> 8965 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
8966 <target>Fri</target> 8966 <source>Thu</source><target state="new">Thu</target>
8967 <note from="description" priority="1">Day name short</note> 8967 <context-group purpose="location">
8968 8968 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 8969 <context context-type="linenumber">24</context>
8970 <trans-unit id="93026920674143073"> 8970 </context-group>
8971 <source>Sat</source> 8971 <note priority="1" from="description">Day name short</note>
8972 <target>Sat</target> 8972 <note priority="1" from="meaning">Thursday short name</note>
8973 <note from="description" priority="1">Day name short</note> 8973 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
8974 8974 <source>Fri</source><target state="new">Fri</target>
8975 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 8975 <context-group purpose="location">
8976 <trans-unit id="8349763432924710200"> 8976 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8977 <source>Su</source> 8977 <context context-type="linenumber">25</context>
8978 <target>Su</target> 8978 </context-group>
8979 <note from="description" priority="1">Day name min</note> 8979 <note priority="1" from="description">Day name short</note>
8980 8980 <note priority="1" from="meaning">Friday short name</note>
8981 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 8981 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
8982 <trans-unit id="4197236438302165051"> 8982 <source>Sat</source><target state="new">Sat</target>
8983 <source>Mo</source> 8983 <context-group purpose="location">
8984 <target>Mo</target> 8984 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8985 <note from="description" priority="1">Day name min</note> 8985 <context context-type="linenumber">26</context>
8986 8986 </context-group>
8987 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 8987 <note priority="1" from="description">Day name short</note>
8988 <trans-unit id="6034455877220674404"> 8988 <note priority="1" from="meaning">Saturday short name</note>
8989 <source>Tu</source> 8989 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
8990 <target>Tu</target> 8990 <source>Su</source><target state="new">Su</target>
8991 <note from="description" priority="1">Day name min</note> 8991 <context-group purpose="location">
8992 8992 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8993 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 8993 <context context-type="linenumber">30</context>
8994 <trans-unit id="3221670730445125135"> 8994 </context-group>
8995 <source>We</source> 8995 <note priority="1" from="description">Day name min</note>
8996 <target>We</target> 8996 <note priority="1" from="meaning">Sunday min name</note>
8997 <note from="description" priority="1">Day name min</note> 8997 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
8998 8998 <source>Mo</source><target state="new">Mo</target>
8999 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 8999 <context-group purpose="location">
9000 <trans-unit id="772466829681972216"> 9000 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9001 <source>Th</source> 9001 <context context-type="linenumber">31</context>
9002 <target>Th</target> 9002 </context-group>
9003 <note from="description" priority="1">Day name min</note> 9003 <note priority="1" from="description">Day name min</note>
9004 9004 <note priority="1" from="meaning">Monday min name</note>
9005 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9005 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9006 <trans-unit id="8598262708800132669"> 9006 <source>Tu</source><target state="new">Tu</target>
9007 <source>Fr</source> 9007 <context-group purpose="location">
9008 <target>Fr</target> 9008 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9009 <note from="description" priority="1">Day name min</note> 9009 <context context-type="linenumber">32</context>
9010 9010 </context-group>
9011 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9011 <note priority="1" from="description">Day name min</note>
9012 <trans-unit id="569007902695332072"> 9012 <note priority="1" from="meaning">Tuesday min name</note>
9013 <source>Sa</source> 9013 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9014 <target>Sa</target> 9014 <source>We</source><target state="new">We</target>
9015 <note from="description" priority="1">Day name min</note> 9015 <context-group purpose="location">
9016 9016 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9017 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9017 <context context-type="linenumber">33</context>
9018 </context-group>
9019 <note priority="1" from="description">Day name min</note>
9020 <note priority="1" from="meaning">Wednesday min name</note>
9021 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9022 <source>Th</source><target state="new">Th</target>
9023 <context-group purpose="location">
9024 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9025 <context context-type="linenumber">34</context>
9026 </context-group>
9027 <note priority="1" from="description">Day name min</note>
9028 <note priority="1" from="meaning">Thursday min name</note>
9029 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9030 <source>Fr</source><target state="new">Fr</target>
9031 <context-group purpose="location">
9032 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9033 <context context-type="linenumber">35</context>
9034 </context-group>
9035 <note priority="1" from="description">Day name min</note>
9036 <note priority="1" from="meaning">Friday min name</note>
9037 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9038 <source>Sa</source><target state="new">Sa</target>
9039 <context-group purpose="location">
9040 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9041 <context context-type="linenumber">36</context>
9042 </context-group>
9043 <note priority="1" from="description">Day name min</note>
9044 <note priority="1" from="meaning">Saturday min name</note>
9045 </trans-unit>
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9018 <trans-unit id="3913843642962116845"> 9060 <trans-unit id="3913843642962116845">
9019 <source>January</source> 9061 <source>January</source>
9020 <target>January</target> 9062 <target>January</target>
@@ -9040,7 +9082,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9040 <target>May</target> 9082 <target>May</target>
9041 9083
9042 9084
9043 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9044 <trans-unit id="9055297580745330415"> 9086 <trans-unit id="9055297580745330415">
9045 <source>June</source> 9087 <source>June</source>
9046 <target>June</target> 9088 <target>June</target>
@@ -9075,73 +9117,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9075 <source>December</source> 9117 <source>December</source>
9076 <target>December</target> 9118 <target>December</target>
9077 9119
9078 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9120 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9079 <trans-unit id="7595747576974676670"> 9121 <source>Jan</source><target state="new">Jan</target>
9080 <source>Jan</source> 9122 <context-group purpose="location">
9081 <target>Jan</target> 9123 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9082 <note from="description" priority="1">Month name short</note> 9124 <context context-type="linenumber">55</context>
9083 9125 </context-group>
9084 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9126 <note priority="1" from="description">Month name short</note>
9085 <trans-unit id="4916040996255005712"> 9127 <note priority="1" from="meaning">January short name</note>
9086 <source>Feb</source> 9128 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9087 <target>Feb</target> 9129 <source>Feb</source><target state="new">Feb</target>
9088 <note from="description" priority="1">Month name short</note> 9130 <context-group purpose="location">
9089 9131 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9090 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9132 <context context-type="linenumber">56</context>
9091 <trans-unit id="6438827956918137617"> 9133 </context-group>
9092 <source>Mar</source> 9134 <note priority="1" from="description">Month name short</note>
9093 <target>Mar</target> 9135 <note priority="1" from="meaning">February short name</note>
9094 <note from="description" priority="1">Month name short</note> 9136 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9095 9137 <source>Mar</source><target state="new">Mar</target>
9096 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9138 <context-group purpose="location">
9097 <trans-unit id="5507326650332881991"> 9139 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9098 <source>Apr</source> 9140 <context context-type="linenumber">57</context>
9099 <target>Apr</target> 9141 </context-group>
9100 <note from="description" priority="1">Month name short</note> 9142 <note priority="1" from="description">Month name short</note>
9101 9143 <note priority="1" from="meaning">March short name</note>
9102 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9144 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9103 <trans-unit id="2113470244260512015"> 9145 <source>Apr</source><target state="new">Apr</target>
9104 <source>Jun</source> 9146 <context-group purpose="location">
9105 <target>Jun</target> 9147 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9106 <note from="description" priority="1">Month name short</note> 9148 <context context-type="linenumber">58</context>
9107 9149 </context-group>
9108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9150 <note priority="1" from="description">Month name short</note>
9109 <trans-unit id="53176888553719239"> 9151 <note priority="1" from="meaning">April short name</note>
9110 <source>Jul</source> 9152 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9111 <target>Jul</target> 9153 <source>May</source><target state="new">May</target>
9112 <note from="description" priority="1">Month name short</note> 9154 <context-group purpose="location">
9113 9155 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9114 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9156 <context context-type="linenumber">59</context>
9115 <trans-unit id="5648574669404659458"> 9157 </context-group>
9116 <source>Aug</source> 9158 <note priority="1" from="description">Month name short</note>
9117 <target>Aug</target> 9159 <note priority="1" from="meaning">May short name</note>
9118 <note from="description" priority="1">Month name short</note> 9160 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9119 9161 <source>Jun</source><target state="new">Jun</target>
9120 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9162 <context-group purpose="location">
9121 <trans-unit id="4354095055982674918"> 9163 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9122 <source>Sep</source> 9164 <context context-type="linenumber">60</context>
9123 <target>Sep</target> 9165 </context-group>
9124 <note from="description" priority="1">Month name short</note> 9166 <note priority="1" from="description">Month name short</note>
9125 9167 <note priority="1" from="meaning">June short name</note>
9126 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9168 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9127 <trans-unit id="6207754626941051341"> 9169 <source>Jul</source><target state="new">Jul</target>
9128 <source>Oct</source> 9170 <context-group purpose="location">
9129 <target>Oct</target> 9171 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9130 <note from="description" priority="1">Month name short</note> 9172 <context context-type="linenumber">61</context>
9131 9173 </context-group>
9132 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9174 <note priority="1" from="description">Month name short</note>
9133 <trans-unit id="8269261039058575292"> 9175 <note priority="1" from="meaning">July short name</note>
9134 <source>Nov</source> 9176 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9135 <target>Nov</target> 9177 <source>Aug</source><target state="new">Aug</target>
9136 <note from="description" priority="1">Month name short</note> 9178 <context-group purpose="location">
9137 9179 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9138 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9180 <context context-type="linenumber">62</context>
9139 <trans-unit id="7777579586760423636"> 9181 </context-group>
9140 <source>Dec</source> 9182 <note priority="1" from="description">Month name short</note>
9141 <target>Dec</target> 9183 <note priority="1" from="meaning">August short name</note>
9142 <note from="description" priority="1">Month name short</note> 9184 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9143 9185 <source>Sep</source><target state="new">Sep</target>
9144 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9186 <context-group purpose="location">
9187 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9188 <context context-type="linenumber">63</context>
9189 </context-group>
9190 <note priority="1" from="description">Month name short</note>
9191 <note priority="1" from="meaning">September short name</note>
9192 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9193 <source>Oct</source><target state="new">Oct</target>
9194 <context-group purpose="location">
9195 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9196 <context context-type="linenumber">64</context>
9197 </context-group>
9198 <note priority="1" from="description">Month name short</note>
9199 <note priority="1" from="meaning">October short name</note>
9200 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9201 <source>Nov</source><target state="new">Nov</target>
9202 <context-group purpose="location">
9203 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9204 <context context-type="linenumber">65</context>
9205 </context-group>
9206 <note priority="1" from="description">Month name short</note>
9207 <note priority="1" from="meaning">November short name</note>
9208 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9209 <source>Dec</source><target state="new">Dec</target>
9210 <context-group purpose="location">
9211 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9212 <context context-type="linenumber">66</context>
9213 </context-group>
9214 <note priority="1" from="description">Month name short</note>
9215 <note priority="1" from="meaning">December short name</note>
9216 </trans-unit>
9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9145 <trans-unit id="8700121026680200191"> 9228 <trans-unit id="8700121026680200191">
9146 <source>Clear</source> 9229 <source>Clear</source>
9147 <target>Clear</target> 9230 <target>Clear</target>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index 8c1451366..af1197dcb 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -8500,91 +8500,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8500 <source>Saturday</source> 8500 <source>Saturday</source>
8501 <target state="final">Saturday</target> 8501 <target state="final">Saturday</target>
8502 8502
8503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 8503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
8504 <trans-unit id="4921929243068857081" datatype="html"> 8504 <source>Sun</source><target state="final">Sun</target>
8505 <source>Sun</source> 8505 <context-group purpose="location">
8506 <target state="final">Sun</target> 8506 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8507 <context context-type="linenumber">20</context>
8508 </context-group>
8507 <note priority="1" from="description">Day name short</note> 8509 <note priority="1" from="description">Day name short</note>
8508 8510 <note priority="1" from="meaning">Sunday short name</note>
8509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 8511 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
8510 <trans-unit id="8563137213157122993" datatype="html"> 8512 <source>Mon</source><target state="final">Mon</target>
8511 <source>Mon</source> 8513 <context-group purpose="location">
8512 <target state="final">Mon</target> 8514 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8515 <context context-type="linenumber">21</context>
8516 </context-group>
8513 <note priority="1" from="description">Day name short</note> 8517 <note priority="1" from="description">Day name short</note>
8514 8518 <note priority="1" from="meaning">Monday short name</note>
8515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 8519 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
8516 <trans-unit id="8502240922750617054" datatype="html"> 8520 <source>Tue</source><target state="final">Tue</target>
8517 <source>Tue</source> 8521 <context-group purpose="location">
8518 <target state="final">Tue</target> 8522 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8523 <context context-type="linenumber">22</context>
8524 </context-group>
8519 <note priority="1" from="description">Day name short</note> 8525 <note priority="1" from="description">Day name short</note>
8520 8526 <note priority="1" from="meaning">Tuesday short name</note>
8521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 8527 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
8522 <trans-unit id="7421778640995344715" datatype="html"> 8528 <source>Wed</source><target state="final">Wed</target>
8523 <source>Wed</source> 8529 <context-group purpose="location">
8524 <target state="final">Wed</target> 8530 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8531 <context context-type="linenumber">23</context>
8532 </context-group>
8525 <note priority="1" from="description">Day name short</note> 8533 <note priority="1" from="description">Day name short</note>
8526 8534 <note priority="1" from="meaning">Wednesday short name</note>
8527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 8535 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
8528 <trans-unit id="4409954796361883558" datatype="html"> 8536 <source>Thu</source><target state="final">Thu</target>
8529 <source>Thu</source> 8537 <context-group purpose="location">
8530 <target state="final">Thu</target> 8538 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8539 <context context-type="linenumber">24</context>
8540 </context-group>
8531 <note priority="1" from="description">Day name short</note> 8541 <note priority="1" from="description">Day name short</note>
8532 8542 <note priority="1" from="meaning">Thursday short name</note>
8533 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 8543 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
8534 <trans-unit id="5651951128882735477" datatype="html"> 8544 <source>Fri</source><target state="final">Fri</target>
8535 <source>Fri</source> 8545 <context-group purpose="location">
8536 <target state="final">Fri</target> 8546 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8547 <context context-type="linenumber">25</context>
8548 </context-group>
8537 <note priority="1" from="description">Day name short</note> 8549 <note priority="1" from="description">Day name short</note>
8538 8550 <note priority="1" from="meaning">Friday short name</note>
8539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 8551 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
8540 <trans-unit id="93026920674143073" datatype="html"> 8552 <source>Sat</source><target state="final">Sat</target>
8541 <source>Sat</source> 8553 <context-group purpose="location">
8542 <target state="final">Sat</target> 8554 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8555 <context context-type="linenumber">26</context>
8556 </context-group>
8543 <note priority="1" from="description">Day name short</note> 8557 <note priority="1" from="description">Day name short</note>
8544 8558 <note priority="1" from="meaning">Saturday short name</note>
8545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 8559 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
8546 <trans-unit id="8349763432924710200" datatype="html"> 8560 <source>Su</source><target state="final">Su</target>
8547 <source>Su</source> 8561 <context-group purpose="location">
8548 <target state="final">Su</target> 8562 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8563 <context context-type="linenumber">30</context>
8564 </context-group>
8549 <note priority="1" from="description">Day name min</note> 8565 <note priority="1" from="description">Day name min</note>
8550 8566 <note priority="1" from="meaning">Sunday min name</note>
8551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 8567 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
8552 <trans-unit id="4197236438302165051" datatype="html"> 8568 <source>Mo</source><target state="final">Mo</target>
8553 <source>Mo</source> 8569 <context-group purpose="location">
8554 <target state="final">Mo</target> 8570 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8571 <context context-type="linenumber">31</context>
8572 </context-group>
8555 <note priority="1" from="description">Day name min</note> 8573 <note priority="1" from="description">Day name min</note>
8556 8574 <note priority="1" from="meaning">Monday min name</note>
8557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 8575 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
8558 <trans-unit id="6034455877220674404" datatype="html"> 8576 <source>Tu</source><target state="final">Tu</target>
8559 <source>Tu</source> 8577 <context-group purpose="location">
8560 <target state="final">Tu</target> 8578 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8579 <context context-type="linenumber">32</context>
8580 </context-group>
8561 <note priority="1" from="description">Day name min</note> 8581 <note priority="1" from="description">Day name min</note>
8562 8582 <note priority="1" from="meaning">Tuesday min name</note>
8563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 8583 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
8564 <trans-unit id="3221670730445125135" datatype="html"> 8584 <source>We</source><target state="final">We</target>
8565 <source>We</source> 8585 <context-group purpose="location">
8566 <target state="final">We</target> 8586 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8587 <context context-type="linenumber">33</context>
8588 </context-group>
8567 <note priority="1" from="description">Day name min</note> 8589 <note priority="1" from="description">Day name min</note>
8568 8590 <note priority="1" from="meaning">Wednesday min name</note>
8569 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 8591 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
8570 <trans-unit id="772466829681972216" datatype="html"> 8592 <source>Th</source><target state="final">Th</target>
8571 <source>Th</source> 8593 <context-group purpose="location">
8572 <target state="final">Th</target> 8594 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8595 <context context-type="linenumber">34</context>
8596 </context-group>
8573 <note priority="1" from="description">Day name min</note> 8597 <note priority="1" from="description">Day name min</note>
8574 8598 <note priority="1" from="meaning">Thursday min name</note>
8575 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 8599 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
8576 <trans-unit id="8598262708800132669" datatype="html"> 8600 <source>Fr</source><target state="final">Fr</target>
8577 <source>Fr</source> 8601 <context-group purpose="location">
8578 <target state="final">Fr</target> 8602 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8603 <context context-type="linenumber">35</context>
8604 </context-group>
8579 <note priority="1" from="description">Day name min</note> 8605 <note priority="1" from="description">Day name min</note>
8580 8606 <note priority="1" from="meaning">Friday min name</note>
8581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 8607 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
8582 <trans-unit id="569007902695332072" datatype="html"> 8608 <source>Sa</source><target state="final">Sa</target>
8583 <source>Sa</source> 8609 <context-group purpose="location">
8584 <target state="final">Sa</target> 8610 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8611 <context context-type="linenumber">36</context>
8612 </context-group>
8585 <note priority="1" from="description">Day name min</note> 8613 <note priority="1" from="description">Day name min</note>
8586 8614 <note priority="1" from="meaning">Saturday min name</note>
8587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 8615 </trans-unit>
8616
8617
8618
8619
8620
8621
8622
8623
8624
8625
8626
8627
8628
8629
8588 <trans-unit id="3913843642962116845" datatype="html"> 8630 <trans-unit id="3913843642962116845" datatype="html">
8589 <source>January</source> 8631 <source>January</source>
8590 <target state="final">January</target> 8632 <target state="final">January</target>
@@ -8610,7 +8652,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8610 <target state="final">May</target> 8652 <target state="final">May</target>
8611 8653
8612 8654
8613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 8655 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
8614 <trans-unit id="9055297580745330415" datatype="html"> 8656 <trans-unit id="9055297580745330415" datatype="html">
8615 <source>June</source> 8657 <source>June</source>
8616 <target state="final">June</target> 8658 <target state="final">June</target>
@@ -8645,73 +8687,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8645 <source>December</source> 8687 <source>December</source>
8646 <target state="final">December</target> 8688 <target state="final">December</target>
8647 8689
8648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 8690 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
8649 <trans-unit id="7595747576974676670" datatype="html"> 8691 <source>Jan</source><target state="final">Jan</target>
8650 <source>Jan</source> 8692 <context-group purpose="location">
8651 <target state="final">Jan</target> 8693 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8694 <context context-type="linenumber">55</context>
8695 </context-group>
8652 <note priority="1" from="description">Month name short</note> 8696 <note priority="1" from="description">Month name short</note>
8653 8697 <note priority="1" from="meaning">January short name</note>
8654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 8698 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
8655 <trans-unit id="4916040996255005712" datatype="html"> 8699 <source>Feb</source><target state="final">Feb</target>
8656 <source>Feb</source> 8700 <context-group purpose="location">
8657 <target state="final">Feb</target> 8701 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8702 <context context-type="linenumber">56</context>
8703 </context-group>
8658 <note priority="1" from="description">Month name short</note> 8704 <note priority="1" from="description">Month name short</note>
8659 8705 <note priority="1" from="meaning">February short name</note>
8660 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 8706 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
8661 <trans-unit id="6438827956918137617" datatype="html"> 8707 <source>Mar</source><target state="final">Mar</target>
8662 <source>Mar</source> 8708 <context-group purpose="location">
8663 <target state="final">Mar</target> 8709 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8710 <context context-type="linenumber">57</context>
8711 </context-group>
8664 <note priority="1" from="description">Month name short</note> 8712 <note priority="1" from="description">Month name short</note>
8665 8713 <note priority="1" from="meaning">March short name</note>
8666 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 8714 </trans-unit><trans-unit id="9658641661863772" datatype="html">
8667 <trans-unit id="5507326650332881991" datatype="html"> 8715 <source>Apr</source><target state="final">Apr</target>
8668 <source>Apr</source> 8716 <context-group purpose="location">
8669 <target state="final">Apr</target> 8717 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8718 <context context-type="linenumber">58</context>
8719 </context-group>
8670 <note priority="1" from="description">Month name short</note> 8720 <note priority="1" from="description">Month name short</note>
8671 8721 <note priority="1" from="meaning">April short name</note>
8672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 8722 </trans-unit><trans-unit id="502512326533496869" datatype="html">
8673 <trans-unit id="2113470244260512015" datatype="html"> 8723 <source>May</source><target state="final">May</target>
8674 <source>Jun</source> 8724 <context-group purpose="location">
8675 <target state="final">Jun</target> 8725 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8726 <context context-type="linenumber">59</context>
8727 </context-group>
8676 <note priority="1" from="description">Month name short</note> 8728 <note priority="1" from="description">Month name short</note>
8677 8729 <note priority="1" from="meaning">May short name</note>
8678 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 8730 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
8679 <trans-unit id="53176888553719239" datatype="html"> 8731 <source>Jun</source><target state="final">Jun</target>
8680 <source>Jul</source> 8732 <context-group purpose="location">
8681 <target state="final">Jul</target> 8733 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8734 <context context-type="linenumber">60</context>
8735 </context-group>
8682 <note priority="1" from="description">Month name short</note> 8736 <note priority="1" from="description">Month name short</note>
8683 8737 <note priority="1" from="meaning">June short name</note>
8684 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 8738 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
8685 <trans-unit id="5648574669404659458" datatype="html"> 8739 <source>Jul</source><target state="final">Jul</target>
8686 <source>Aug</source> 8740 <context-group purpose="location">
8687 <target state="final">Aug</target> 8741 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8742 <context context-type="linenumber">61</context>
8743 </context-group>
8688 <note priority="1" from="description">Month name short</note> 8744 <note priority="1" from="description">Month name short</note>
8689 8745 <note priority="1" from="meaning">July short name</note>
8690 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 8746 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
8691 <trans-unit id="4354095055982674918" datatype="html"> 8747 <source>Aug</source><target state="final">Aug</target>
8692 <source>Sep</source> 8748 <context-group purpose="location">
8693 <target state="final">Sep</target> 8749 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8750 <context context-type="linenumber">62</context>
8751 </context-group>
8694 <note priority="1" from="description">Month name short</note> 8752 <note priority="1" from="description">Month name short</note>
8695 8753 <note priority="1" from="meaning">August short name</note>
8696 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 8754 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
8697 <trans-unit id="6207754626941051341" datatype="html"> 8755 <source>Sep</source><target state="final">Sep</target>
8698 <source>Oct</source> 8756 <context-group purpose="location">
8699 <target state="final">Oct</target> 8757 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8758 <context context-type="linenumber">63</context>
8759 </context-group>
8700 <note priority="1" from="description">Month name short</note> 8760 <note priority="1" from="description">Month name short</note>
8701 8761 <note priority="1" from="meaning">September short name</note>
8702 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 8762 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
8703 <trans-unit id="8269261039058575292" datatype="html"> 8763 <source>Oct</source><target state="final">Oct</target>
8704 <source>Nov</source> 8764 <context-group purpose="location">
8705 <target state="final">Nov</target> 8765 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8766 <context context-type="linenumber">64</context>
8767 </context-group>
8706 <note priority="1" from="description">Month name short</note> 8768 <note priority="1" from="description">Month name short</note>
8707 8769 <note priority="1" from="meaning">October short name</note>
8708 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 8770 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
8709 <trans-unit id="7777579586760423636" datatype="html"> 8771 <source>Nov</source><target state="final">Nov</target>
8710 <source>Dec</source> 8772 <context-group purpose="location">
8711 <target state="final">Dec</target> 8773 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8774 <context context-type="linenumber">65</context>
8775 </context-group>
8712 <note priority="1" from="description">Month name short</note> 8776 <note priority="1" from="description">Month name short</note>
8713 8777 <note priority="1" from="meaning">November short name</note>
8714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 8778 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
8779 <source>Dec</source><target state="final">Dec</target>
8780 <context-group purpose="location">
8781 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8782 <context context-type="linenumber">66</context>
8783 </context-group>
8784 <note priority="1" from="description">Month name short</note>
8785 <note priority="1" from="meaning">December short name</note>
8786 </trans-unit>
8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
8715 <trans-unit id="8700121026680200191" datatype="html"> 8798 <trans-unit id="8700121026680200191" datatype="html">
8716 <source>Clear</source> 8799 <source>Clear</source>
8717 <target state="final">Clear</target> 8800 <target state="final">Clear</target>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index fa7af44d9..2bf4eb57b 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -9298,91 +9298,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9298 <source>Saturday</source> 9298 <source>Saturday</source>
9299 <target>Sabato</target> 9299 <target>Sabato</target>
9300 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9300 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9301 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9302 <source>Sun</source><target state="new">Sun</target>
9303 <context-group purpose="location">
9304 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9305 <context context-type="linenumber">20</context>
9306 </context-group>
9307 <note priority="1" from="description">Day name short</note>
9308 <note priority="1" from="meaning">Sunday short name</note>
9309 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9310 <source>Mon</source><target state="new">Mon</target>
9311 <context-group purpose="location">
9312 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9313 <context context-type="linenumber">21</context>
9314 </context-group>
9315 <note priority="1" from="description">Day name short</note>
9316 <note priority="1" from="meaning">Monday short name</note>
9317 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9318 <source>Tue</source><target state="new">Tue</target>
9319 <context-group purpose="location">
9320 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9321 <context context-type="linenumber">22</context>
9322 </context-group>
9323 <note priority="1" from="description">Day name short</note>
9324 <note priority="1" from="meaning">Tuesday short name</note>
9325 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9326 <source>Wed</source><target state="new">Wed</target>
9327 <context-group purpose="location">
9328 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9329 <context context-type="linenumber">23</context>
9330 </context-group>
9331 <note priority="1" from="description">Day name short</note>
9332 <note priority="1" from="meaning">Wednesday short name</note>
9333 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9334 <source>Thu</source><target state="new">Thu</target>
9335 <context-group purpose="location">
9336 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9337 <context context-type="linenumber">24</context>
9338 </context-group>
9339 <note priority="1" from="description">Day name short</note>
9340 <note priority="1" from="meaning">Thursday short name</note>
9341 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9342 <source>Fri</source><target state="new">Fri</target>
9343 <context-group purpose="location">
9344 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9345 <context context-type="linenumber">25</context>
9346 </context-group>
9347 <note priority="1" from="description">Day name short</note>
9348 <note priority="1" from="meaning">Friday short name</note>
9349 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9350 <source>Sat</source><target state="new">Sat</target>
9351 <context-group purpose="location">
9352 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9353 <context context-type="linenumber">26</context>
9354 </context-group>
9355 <note priority="1" from="description">Day name short</note>
9356 <note priority="1" from="meaning">Saturday short name</note>
9357 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9358 <source>Su</source><target state="new">Su</target>
9359 <context-group purpose="location">
9360 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9361 <context context-type="linenumber">30</context>
9362 </context-group>
9363 <note priority="1" from="description">Day name min</note>
9364 <note priority="1" from="meaning">Sunday min name</note>
9365 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9366 <source>Mo</source><target state="new">Mo</target>
9367 <context-group purpose="location">
9368 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9369 <context context-type="linenumber">31</context>
9370 </context-group>
9371 <note priority="1" from="description">Day name min</note>
9372 <note priority="1" from="meaning">Monday min name</note>
9373 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9374 <source>Tu</source><target state="new">Tu</target>
9375 <context-group purpose="location">
9376 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9377 <context context-type="linenumber">32</context>
9378 </context-group>
9379 <note priority="1" from="description">Day name min</note>
9380 <note priority="1" from="meaning">Tuesday min name</note>
9381 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9382 <source>We</source><target state="new">We</target>
9383 <context-group purpose="location">
9384 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9385 <context context-type="linenumber">33</context>
9386 </context-group>
9387 <note priority="1" from="description">Day name min</note>
9388 <note priority="1" from="meaning">Wednesday min name</note>
9389 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9390 <source>Th</source><target state="new">Th</target>
9391 <context-group purpose="location">
9392 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9393 <context context-type="linenumber">34</context>
9394 </context-group>
9395 <note priority="1" from="description">Day name min</note>
9396 <note priority="1" from="meaning">Thursday min name</note>
9397 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9398 <source>Fr</source><target state="new">Fr</target>
9399 <context-group purpose="location">
9400 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9401 <context context-type="linenumber">35</context>
9402 </context-group>
9403 <note priority="1" from="description">Day name min</note>
9404 <note priority="1" from="meaning">Friday min name</note>
9405 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9406 <source>Sa</source><target state="new">Sa</target>
9407 <context-group purpose="location">
9408 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9409 <context context-type="linenumber">36</context>
9410 </context-group>
9411 <note priority="1" from="description">Day name min</note>
9412 <note priority="1" from="meaning">Saturday min name</note>
9301 </trans-unit> 9413 </trans-unit>
9302 <trans-unit id="4921929243068857081"> 9414
9303 <source>Sun</source> 9415
9304 <target>Dim</target> 9416
9305 <note from="description" priority="1">Day name short</note> 9417
9306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9418
9307 </trans-unit> 9419
9308 <trans-unit id="8563137213157122993"> 9420
9309 <source>Mon</source> 9421
9310 <target>Lun</target> 9422
9311 <note from="description" priority="1">Day name short</note> 9423
9312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9424
9313 </trans-unit> 9425
9314 <trans-unit id="8502240922750617054"> 9426
9315 <source>Tue</source> 9427
9316 <target>Mar</target>
9317 <note from="description" priority="1">Day name short</note>
9318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9319 </trans-unit>
9320 <trans-unit id="7421778640995344715">
9321 <source>Wed</source>
9322 <target>Mer</target>
9323 <note from="description" priority="1">Day name short</note>
9324 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9325 </trans-unit>
9326 <trans-unit id="4409954796361883558">
9327 <source>Thu</source>
9328 <target>Ĵaŭ</target>
9329 <note from="description" priority="1">Day name short</note>
9330 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9331 </trans-unit>
9332 <trans-unit id="5651951128882735477">
9333 <source>Fri</source>
9334 <target>Ven</target>
9335 <note from="description" priority="1">Day name short</note>
9336 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9337 </trans-unit>
9338 <trans-unit id="93026920674143073">
9339 <source>Sat</source>
9340 <target>Sab</target>
9341 <note from="description" priority="1">Day name short</note>
9342 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9343 </trans-unit>
9344 <trans-unit id="8349763432924710200">
9345 <source>Su</source>
9346 <target>Di</target>
9347 <note from="description" priority="1">Day name min</note>
9348 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9349 </trans-unit>
9350 <trans-unit id="4197236438302165051">
9351 <source>Mo</source>
9352 <target>Lu</target>
9353 <note from="description" priority="1">Day name min</note>
9354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9355 </trans-unit>
9356 <trans-unit id="6034455877220674404">
9357 <source>Tu</source>
9358 <target>Ma</target>
9359 <note from="description" priority="1">Day name min</note>
9360 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9361 </trans-unit>
9362 <trans-unit id="3221670730445125135">
9363 <source>We</source>
9364 <target>Me</target>
9365 <note from="description" priority="1">Day name min</note>
9366 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9367 </trans-unit>
9368 <trans-unit id="772466829681972216">
9369 <source>Th</source>
9370 <target>Ĵa</target>
9371 <note from="description" priority="1">Day name min</note>
9372 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9373 </trans-unit>
9374 <trans-unit id="8598262708800132669">
9375 <source>Fr</source>
9376 <target>Ve</target>
9377 <note from="description" priority="1">Day name min</note>
9378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9379 </trans-unit>
9380 <trans-unit id="569007902695332072">
9381 <source>Sa</source>
9382 <target>Sa</target>
9383 <note from="description" priority="1">Day name min</note>
9384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9385 </trans-unit>
9386 <trans-unit id="3913843642962116845"> 9428 <trans-unit id="3913843642962116845">
9387 <source>January</source> 9429 <source>January</source>
9388 <target>Januaro</target> 9430 <target>Januaro</target>
@@ -9406,9 +9448,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9406 <trans-unit id="8469692700277617405"> 9448 <trans-unit id="8469692700277617405">
9407 <source>May</source> 9449 <source>May</source>
9408 <target>Majo</target> 9450 <target>Majo</target>
9409 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9451
9410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9452
9411 </trans-unit> 9453 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9412 <trans-unit id="9055297580745330415"> 9454 <trans-unit id="9055297580745330415">
9413 <source>June</source> 9455 <source>June</source>
9414 <target>Junio</target> 9456 <target>Junio</target>
@@ -9443,73 +9485,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9443 <source>December</source> 9485 <source>December</source>
9444 <target>Decembro</target> 9486 <target>Decembro</target>
9445 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9487 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9488 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9489 <source>Jan</source><target state="new">Jan</target>
9490 <context-group purpose="location">
9491 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9492 <context context-type="linenumber">55</context>
9493 </context-group>
9494 <note priority="1" from="description">Month name short</note>
9495 <note priority="1" from="meaning">January short name</note>
9496 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9497 <source>Feb</source><target state="new">Feb</target>
9498 <context-group purpose="location">
9499 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9500 <context context-type="linenumber">56</context>
9501 </context-group>
9502 <note priority="1" from="description">Month name short</note>
9503 <note priority="1" from="meaning">February short name</note>
9504 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9505 <source>Mar</source><target state="new">Mar</target>
9506 <context-group purpose="location">
9507 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9508 <context context-type="linenumber">57</context>
9509 </context-group>
9510 <note priority="1" from="description">Month name short</note>
9511 <note priority="1" from="meaning">March short name</note>
9512 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9513 <source>Apr</source><target state="new">Apr</target>
9514 <context-group purpose="location">
9515 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9516 <context context-type="linenumber">58</context>
9517 </context-group>
9518 <note priority="1" from="description">Month name short</note>
9519 <note priority="1" from="meaning">April short name</note>
9520 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9521 <source>May</source><target state="new">May</target>
9522 <context-group purpose="location">
9523 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9524 <context context-type="linenumber">59</context>
9525 </context-group>
9526 <note priority="1" from="description">Month name short</note>
9527 <note priority="1" from="meaning">May short name</note>
9528 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9529 <source>Jun</source><target state="new">Jun</target>
9530 <context-group purpose="location">
9531 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9532 <context context-type="linenumber">60</context>
9533 </context-group>
9534 <note priority="1" from="description">Month name short</note>
9535 <note priority="1" from="meaning">June short name</note>
9536 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9537 <source>Jul</source><target state="new">Jul</target>
9538 <context-group purpose="location">
9539 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9540 <context context-type="linenumber">61</context>
9541 </context-group>
9542 <note priority="1" from="description">Month name short</note>
9543 <note priority="1" from="meaning">July short name</note>
9544 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9545 <source>Aug</source><target state="new">Aug</target>
9546 <context-group purpose="location">
9547 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9548 <context context-type="linenumber">62</context>
9549 </context-group>
9550 <note priority="1" from="description">Month name short</note>
9551 <note priority="1" from="meaning">August short name</note>
9552 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9553 <source>Sep</source><target state="new">Sep</target>
9554 <context-group purpose="location">
9555 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9556 <context context-type="linenumber">63</context>
9557 </context-group>
9558 <note priority="1" from="description">Month name short</note>
9559 <note priority="1" from="meaning">September short name</note>
9560 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9561 <source>Oct</source><target state="new">Oct</target>
9562 <context-group purpose="location">
9563 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9564 <context context-type="linenumber">64</context>
9565 </context-group>
9566 <note priority="1" from="description">Month name short</note>
9567 <note priority="1" from="meaning">October short name</note>
9568 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9569 <source>Nov</source><target state="new">Nov</target>
9570 <context-group purpose="location">
9571 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9572 <context context-type="linenumber">65</context>
9573 </context-group>
9574 <note priority="1" from="description">Month name short</note>
9575 <note priority="1" from="meaning">November short name</note>
9576 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9577 <source>Dec</source><target state="new">Dec</target>
9578 <context-group purpose="location">
9579 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9580 <context context-type="linenumber">66</context>
9581 </context-group>
9582 <note priority="1" from="description">Month name short</note>
9583 <note priority="1" from="meaning">December short name</note>
9446 </trans-unit> 9584 </trans-unit>
9447 <trans-unit id="7595747576974676670"> 9585
9448 <source>Jan</source> 9586
9449 <target>Jan</target> 9587
9450 <note from="description" priority="1">Month name short</note> 9588
9451 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9589
9452 </trans-unit> 9590
9453 <trans-unit id="4916040996255005712"> 9591
9454 <source>Feb</source> 9592
9455 <target>Feb</target> 9593
9456 <note from="description" priority="1">Month name short</note> 9594
9457 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9595
9458 </trans-unit>
9459 <trans-unit id="6438827956918137617">
9460 <source>Mar</source>
9461 <target>Mar</target>
9462 <note from="description" priority="1">Month name short</note>
9463 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9464 </trans-unit>
9465 <trans-unit id="5507326650332881991">
9466 <source>Apr</source>
9467 <target>Apr</target>
9468 <note from="description" priority="1">Month name short</note>
9469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9470 </trans-unit>
9471 <trans-unit id="2113470244260512015">
9472 <source>Jun</source>
9473 <target>Jun</target>
9474 <note from="description" priority="1">Month name short</note>
9475 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9476 </trans-unit>
9477 <trans-unit id="53176888553719239">
9478 <source>Jul</source>
9479 <target>Jul</target>
9480 <note from="description" priority="1">Month name short</note>
9481 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9482 </trans-unit>
9483 <trans-unit id="5648574669404659458">
9484 <source>Aug</source>
9485 <target>Aŭg</target>
9486 <note from="description" priority="1">Month name short</note>
9487 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9488 </trans-unit>
9489 <trans-unit id="4354095055982674918">
9490 <source>Sep</source>
9491 <target>Sep</target>
9492 <note from="description" priority="1">Month name short</note>
9493 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9494 </trans-unit>
9495 <trans-unit id="6207754626941051341">
9496 <source>Oct</source>
9497 <target>Okt</target>
9498 <note from="description" priority="1">Month name short</note>
9499 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9500 </trans-unit>
9501 <trans-unit id="8269261039058575292">
9502 <source>Nov</source>
9503 <target>Nov</target>
9504 <note from="description" priority="1">Month name short</note>
9505 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9506 </trans-unit>
9507 <trans-unit id="7777579586760423636">
9508 <source>Dec</source>
9509 <target>Dec</target>
9510 <note from="description" priority="1">Month name short</note>
9511 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9512 </trans-unit>
9513 <trans-unit id="8700121026680200191"> 9596 <trans-unit id="8700121026680200191">
9514 <source>Clear</source> 9597 <source>Clear</source>
9515 <target>Viŝi</target> 9598 <target>Viŝi</target>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index f4b1d58fa..6839b3b32 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -9285,91 +9285,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9285 <source>Saturday</source> 9285 <source>Saturday</source>
9286 <target>Sábado</target> 9286 <target>Sábado</target>
9287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9288 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9289 <source>Sun</source><target state="new">Sun</target>
9290 <context-group purpose="location">
9291 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9292 <context context-type="linenumber">20</context>
9293 </context-group>
9294 <note priority="1" from="description">Day name short</note>
9295 <note priority="1" from="meaning">Sunday short name</note>
9296 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9297 <source>Mon</source><target state="new">Mon</target>
9298 <context-group purpose="location">
9299 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9300 <context context-type="linenumber">21</context>
9301 </context-group>
9302 <note priority="1" from="description">Day name short</note>
9303 <note priority="1" from="meaning">Monday short name</note>
9304 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9305 <source>Tue</source><target state="new">Tue</target>
9306 <context-group purpose="location">
9307 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9308 <context context-type="linenumber">22</context>
9309 </context-group>
9310 <note priority="1" from="description">Day name short</note>
9311 <note priority="1" from="meaning">Tuesday short name</note>
9312 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9313 <source>Wed</source><target state="new">Wed</target>
9314 <context-group purpose="location">
9315 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9316 <context context-type="linenumber">23</context>
9317 </context-group>
9318 <note priority="1" from="description">Day name short</note>
9319 <note priority="1" from="meaning">Wednesday short name</note>
9320 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9321 <source>Thu</source><target state="new">Thu</target>
9322 <context-group purpose="location">
9323 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9324 <context context-type="linenumber">24</context>
9325 </context-group>
9326 <note priority="1" from="description">Day name short</note>
9327 <note priority="1" from="meaning">Thursday short name</note>
9328 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9329 <source>Fri</source><target state="new">Fri</target>
9330 <context-group purpose="location">
9331 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9332 <context context-type="linenumber">25</context>
9333 </context-group>
9334 <note priority="1" from="description">Day name short</note>
9335 <note priority="1" from="meaning">Friday short name</note>
9336 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9337 <source>Sat</source><target state="new">Sat</target>
9338 <context-group purpose="location">
9339 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9340 <context context-type="linenumber">26</context>
9341 </context-group>
9342 <note priority="1" from="description">Day name short</note>
9343 <note priority="1" from="meaning">Saturday short name</note>
9344 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9345 <source>Su</source><target state="new">Su</target>
9346 <context-group purpose="location">
9347 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9348 <context context-type="linenumber">30</context>
9349 </context-group>
9350 <note priority="1" from="description">Day name min</note>
9351 <note priority="1" from="meaning">Sunday min name</note>
9352 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9353 <source>Mo</source><target state="new">Mo</target>
9354 <context-group purpose="location">
9355 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9356 <context context-type="linenumber">31</context>
9357 </context-group>
9358 <note priority="1" from="description">Day name min</note>
9359 <note priority="1" from="meaning">Monday min name</note>
9360 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9361 <source>Tu</source><target state="new">Tu</target>
9362 <context-group purpose="location">
9363 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9364 <context context-type="linenumber">32</context>
9365 </context-group>
9366 <note priority="1" from="description">Day name min</note>
9367 <note priority="1" from="meaning">Tuesday min name</note>
9368 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9369 <source>We</source><target state="new">We</target>
9370 <context-group purpose="location">
9371 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9372 <context context-type="linenumber">33</context>
9373 </context-group>
9374 <note priority="1" from="description">Day name min</note>
9375 <note priority="1" from="meaning">Wednesday min name</note>
9376 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9377 <source>Th</source><target state="new">Th</target>
9378 <context-group purpose="location">
9379 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9380 <context context-type="linenumber">34</context>
9381 </context-group>
9382 <note priority="1" from="description">Day name min</note>
9383 <note priority="1" from="meaning">Thursday min name</note>
9384 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9385 <source>Fr</source><target state="new">Fr</target>
9386 <context-group purpose="location">
9387 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9388 <context context-type="linenumber">35</context>
9389 </context-group>
9390 <note priority="1" from="description">Day name min</note>
9391 <note priority="1" from="meaning">Friday min name</note>
9392 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9393 <source>Sa</source><target state="new">Sa</target>
9394 <context-group purpose="location">
9395 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9396 <context context-type="linenumber">36</context>
9397 </context-group>
9398 <note priority="1" from="description">Day name min</note>
9399 <note priority="1" from="meaning">Saturday min name</note>
9288 </trans-unit> 9400 </trans-unit>
9289 <trans-unit id="4921929243068857081"> 9401
9290 <source>Sun</source> 9402
9291 <target>Dom</target> 9403
9292 <note from="description" priority="1">Day name short</note> 9404
9293 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9405
9294 </trans-unit> 9406
9295 <trans-unit id="8563137213157122993"> 9407
9296 <source>Mon</source> 9408
9297 <target>Lun</target> 9409
9298 <note from="description" priority="1">Day name short</note> 9410
9299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9411
9300 </trans-unit> 9412
9301 <trans-unit id="8502240922750617054"> 9413
9302 <source>Tue</source> 9414
9303 <target>Mar</target>
9304 <note from="description" priority="1">Day name short</note>
9305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9306 </trans-unit>
9307 <trans-unit id="7421778640995344715">
9308 <source>Wed</source>
9309 <target>Mié</target>
9310 <note from="description" priority="1">Day name short</note>
9311 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9312 </trans-unit>
9313 <trans-unit id="4409954796361883558">
9314 <source>Thu</source>
9315 <target>Jue</target>
9316 <note from="description" priority="1">Day name short</note>
9317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9318 </trans-unit>
9319 <trans-unit id="5651951128882735477">
9320 <source>Fri</source>
9321 <target>Vie</target>
9322 <note from="description" priority="1">Day name short</note>
9323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9324 </trans-unit>
9325 <trans-unit id="93026920674143073">
9326 <source>Sat</source>
9327 <target>Sáb</target>
9328 <note from="description" priority="1">Day name short</note>
9329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9330 </trans-unit>
9331 <trans-unit id="8349763432924710200">
9332 <source>Su</source>
9333 <target>Do</target>
9334 <note from="description" priority="1">Day name min</note>
9335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9336 </trans-unit>
9337 <trans-unit id="4197236438302165051">
9338 <source>Mo</source>
9339 <target>Lu</target>
9340 <note from="description" priority="1">Day name min</note>
9341 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9342 </trans-unit>
9343 <trans-unit id="6034455877220674404">
9344 <source>Tu</source>
9345 <target>Ma</target>
9346 <note from="description" priority="1">Day name min</note>
9347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9348 </trans-unit>
9349 <trans-unit id="3221670730445125135">
9350 <source>We</source>
9351 <target>Mi</target>
9352 <note from="description" priority="1">Day name min</note>
9353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9354 </trans-unit>
9355 <trans-unit id="772466829681972216">
9356 <source>Th</source>
9357 <target>Ju</target>
9358 <note from="description" priority="1">Day name min</note>
9359 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9360 </trans-unit>
9361 <trans-unit id="8598262708800132669">
9362 <source>Fr</source>
9363 <target>Vi</target>
9364 <note from="description" priority="1">Day name min</note>
9365 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9366 </trans-unit>
9367 <trans-unit id="569007902695332072">
9368 <source>Sa</source>
9369 <target>Sa</target>
9370 <note from="description" priority="1">Day name min</note>
9371 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9372 </trans-unit>
9373 <trans-unit id="3913843642962116845"> 9415 <trans-unit id="3913843642962116845">
9374 <source>January</source> 9416 <source>January</source>
9375 <target>Enero</target> 9417 <target>Enero</target>
@@ -9393,9 +9435,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9393 <trans-unit id="8469692700277617405"> 9435 <trans-unit id="8469692700277617405">
9394 <source>May</source> 9436 <source>May</source>
9395 <target>Mayo</target> 9437 <target>Mayo</target>
9396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9438
9397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9439
9398 </trans-unit> 9440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9399 <trans-unit id="9055297580745330415"> 9441 <trans-unit id="9055297580745330415">
9400 <source>June</source> 9442 <source>June</source>
9401 <target>Junio</target> 9443 <target>Junio</target>
@@ -9430,73 +9472,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9430 <source>December</source> 9472 <source>December</source>
9431 <target>Diciembre</target> 9473 <target>Diciembre</target>
9432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9475 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9476 <source>Jan</source><target state="new">Jan</target>
9477 <context-group purpose="location">
9478 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9479 <context context-type="linenumber">55</context>
9480 </context-group>
9481 <note priority="1" from="description">Month name short</note>
9482 <note priority="1" from="meaning">January short name</note>
9483 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9484 <source>Feb</source><target state="new">Feb</target>
9485 <context-group purpose="location">
9486 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9487 <context context-type="linenumber">56</context>
9488 </context-group>
9489 <note priority="1" from="description">Month name short</note>
9490 <note priority="1" from="meaning">February short name</note>
9491 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9492 <source>Mar</source><target state="new">Mar</target>
9493 <context-group purpose="location">
9494 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9495 <context context-type="linenumber">57</context>
9496 </context-group>
9497 <note priority="1" from="description">Month name short</note>
9498 <note priority="1" from="meaning">March short name</note>
9499 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9500 <source>Apr</source><target state="new">Apr</target>
9501 <context-group purpose="location">
9502 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9503 <context context-type="linenumber">58</context>
9504 </context-group>
9505 <note priority="1" from="description">Month name short</note>
9506 <note priority="1" from="meaning">April short name</note>
9507 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9508 <source>May</source><target state="new">May</target>
9509 <context-group purpose="location">
9510 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9511 <context context-type="linenumber">59</context>
9512 </context-group>
9513 <note priority="1" from="description">Month name short</note>
9514 <note priority="1" from="meaning">May short name</note>
9515 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9516 <source>Jun</source><target state="new">Jun</target>
9517 <context-group purpose="location">
9518 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9519 <context context-type="linenumber">60</context>
9520 </context-group>
9521 <note priority="1" from="description">Month name short</note>
9522 <note priority="1" from="meaning">June short name</note>
9523 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9524 <source>Jul</source><target state="new">Jul</target>
9525 <context-group purpose="location">
9526 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9527 <context context-type="linenumber">61</context>
9528 </context-group>
9529 <note priority="1" from="description">Month name short</note>
9530 <note priority="1" from="meaning">July short name</note>
9531 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9532 <source>Aug</source><target state="new">Aug</target>
9533 <context-group purpose="location">
9534 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9535 <context context-type="linenumber">62</context>
9536 </context-group>
9537 <note priority="1" from="description">Month name short</note>
9538 <note priority="1" from="meaning">August short name</note>
9539 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9540 <source>Sep</source><target state="new">Sep</target>
9541 <context-group purpose="location">
9542 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9543 <context context-type="linenumber">63</context>
9544 </context-group>
9545 <note priority="1" from="description">Month name short</note>
9546 <note priority="1" from="meaning">September short name</note>
9547 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9548 <source>Oct</source><target state="new">Oct</target>
9549 <context-group purpose="location">
9550 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9551 <context context-type="linenumber">64</context>
9552 </context-group>
9553 <note priority="1" from="description">Month name short</note>
9554 <note priority="1" from="meaning">October short name</note>
9555 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9556 <source>Nov</source><target state="new">Nov</target>
9557 <context-group purpose="location">
9558 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9559 <context context-type="linenumber">65</context>
9560 </context-group>
9561 <note priority="1" from="description">Month name short</note>
9562 <note priority="1" from="meaning">November short name</note>
9563 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9564 <source>Dec</source><target state="new">Dec</target>
9565 <context-group purpose="location">
9566 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9567 <context context-type="linenumber">66</context>
9568 </context-group>
9569 <note priority="1" from="description">Month name short</note>
9570 <note priority="1" from="meaning">December short name</note>
9433 </trans-unit> 9571 </trans-unit>
9434 <trans-unit id="7595747576974676670"> 9572
9435 <source>Jan</source> 9573
9436 <target>Ene</target> 9574
9437 <note from="description" priority="1">Month name short</note> 9575
9438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9576
9439 </trans-unit> 9577
9440 <trans-unit id="4916040996255005712"> 9578
9441 <source>Feb</source> 9579
9442 <target>Feb</target> 9580
9443 <note from="description" priority="1">Month name short</note> 9581
9444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9582
9445 </trans-unit>
9446 <trans-unit id="6438827956918137617">
9447 <source>Mar</source>
9448 <target>Mar</target>
9449 <note from="description" priority="1">Month name short</note>
9450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9451 </trans-unit>
9452 <trans-unit id="5507326650332881991">
9453 <source>Apr</source>
9454 <target>Abr</target>
9455 <note from="description" priority="1">Month name short</note>
9456 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9457 </trans-unit>
9458 <trans-unit id="2113470244260512015">
9459 <source>Jun</source>
9460 <target>Jun</target>
9461 <note from="description" priority="1">Month name short</note>
9462 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9463 </trans-unit>
9464 <trans-unit id="53176888553719239">
9465 <source>Jul</source>
9466 <target>Jul</target>
9467 <note from="description" priority="1">Month name short</note>
9468 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9469 </trans-unit>
9470 <trans-unit id="5648574669404659458">
9471 <source>Aug</source>
9472 <target>Ago</target>
9473 <note from="description" priority="1">Month name short</note>
9474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9475 </trans-unit>
9476 <trans-unit id="4354095055982674918">
9477 <source>Sep</source>
9478 <target>Sep</target>
9479 <note from="description" priority="1">Month name short</note>
9480 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9481 </trans-unit>
9482 <trans-unit id="6207754626941051341">
9483 <source>Oct</source>
9484 <target>Oct</target>
9485 <note from="description" priority="1">Month name short</note>
9486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9487 </trans-unit>
9488 <trans-unit id="8269261039058575292">
9489 <source>Nov</source>
9490 <target>Nov</target>
9491 <note from="description" priority="1">Month name short</note>
9492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9493 </trans-unit>
9494 <trans-unit id="7777579586760423636">
9495 <source>Dec</source>
9496 <target>Dec</target>
9497 <note from="description" priority="1">Month name short</note>
9498 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9499 </trans-unit>
9500 <trans-unit id="8700121026680200191"> 9583 <trans-unit id="8700121026680200191">
9501 <source>Clear</source> 9584 <source>Clear</source>
9502 <target>Borrar</target> 9585 <target>Borrar</target>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index 7c8559acb..406561351 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -9625,91 +9625,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9625 <source>Saturday</source> 9625 <source>Saturday</source>
9626 <target>Larunbata</target> 9626 <target>Larunbata</target>
9627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9628 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9629 <source>Sun</source><target state="new">Sun</target>
9630 <context-group purpose="location">
9631 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9632 <context context-type="linenumber">20</context>
9633 </context-group>
9634 <note priority="1" from="description">Day name short</note>
9635 <note priority="1" from="meaning">Sunday short name</note>
9636 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9637 <source>Mon</source><target state="new">Mon</target>
9638 <context-group purpose="location">
9639 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9640 <context context-type="linenumber">21</context>
9641 </context-group>
9642 <note priority="1" from="description">Day name short</note>
9643 <note priority="1" from="meaning">Monday short name</note>
9644 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9645 <source>Tue</source><target state="new">Tue</target>
9646 <context-group purpose="location">
9647 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9648 <context context-type="linenumber">22</context>
9649 </context-group>
9650 <note priority="1" from="description">Day name short</note>
9651 <note priority="1" from="meaning">Tuesday short name</note>
9652 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9653 <source>Wed</source><target state="new">Wed</target>
9654 <context-group purpose="location">
9655 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9656 <context context-type="linenumber">23</context>
9657 </context-group>
9658 <note priority="1" from="description">Day name short</note>
9659 <note priority="1" from="meaning">Wednesday short name</note>
9660 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9661 <source>Thu</source><target state="new">Thu</target>
9662 <context-group purpose="location">
9663 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9664 <context context-type="linenumber">24</context>
9665 </context-group>
9666 <note priority="1" from="description">Day name short</note>
9667 <note priority="1" from="meaning">Thursday short name</note>
9668 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9669 <source>Fri</source><target state="new">Fri</target>
9670 <context-group purpose="location">
9671 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9672 <context context-type="linenumber">25</context>
9673 </context-group>
9674 <note priority="1" from="description">Day name short</note>
9675 <note priority="1" from="meaning">Friday short name</note>
9676 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9677 <source>Sat</source><target state="new">Sat</target>
9678 <context-group purpose="location">
9679 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9680 <context context-type="linenumber">26</context>
9681 </context-group>
9682 <note priority="1" from="description">Day name short</note>
9683 <note priority="1" from="meaning">Saturday short name</note>
9684 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9685 <source>Su</source><target state="new">Su</target>
9686 <context-group purpose="location">
9687 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9688 <context context-type="linenumber">30</context>
9689 </context-group>
9690 <note priority="1" from="description">Day name min</note>
9691 <note priority="1" from="meaning">Sunday min name</note>
9692 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9693 <source>Mo</source><target state="new">Mo</target>
9694 <context-group purpose="location">
9695 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9696 <context context-type="linenumber">31</context>
9697 </context-group>
9698 <note priority="1" from="description">Day name min</note>
9699 <note priority="1" from="meaning">Monday min name</note>
9700 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9701 <source>Tu</source><target state="new">Tu</target>
9702 <context-group purpose="location">
9703 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9704 <context context-type="linenumber">32</context>
9705 </context-group>
9706 <note priority="1" from="description">Day name min</note>
9707 <note priority="1" from="meaning">Tuesday min name</note>
9708 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9709 <source>We</source><target state="new">We</target>
9710 <context-group purpose="location">
9711 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9712 <context context-type="linenumber">33</context>
9713 </context-group>
9714 <note priority="1" from="description">Day name min</note>
9715 <note priority="1" from="meaning">Wednesday min name</note>
9716 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9717 <source>Th</source><target state="new">Th</target>
9718 <context-group purpose="location">
9719 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9720 <context context-type="linenumber">34</context>
9721 </context-group>
9722 <note priority="1" from="description">Day name min</note>
9723 <note priority="1" from="meaning">Thursday min name</note>
9724 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9725 <source>Fr</source><target state="new">Fr</target>
9726 <context-group purpose="location">
9727 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9728 <context context-type="linenumber">35</context>
9729 </context-group>
9730 <note priority="1" from="description">Day name min</note>
9731 <note priority="1" from="meaning">Friday min name</note>
9732 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9733 <source>Sa</source><target state="new">Sa</target>
9734 <context-group purpose="location">
9735 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9736 <context context-type="linenumber">36</context>
9737 </context-group>
9738 <note priority="1" from="description">Day name min</note>
9739 <note priority="1" from="meaning">Saturday min name</note>
9628 </trans-unit> 9740 </trans-unit>
9629 <trans-unit id="4921929243068857081"> 9741
9630 <source>Sun</source> 9742
9631 <target>Ig</target> 9743
9632 <note from="description" priority="1">Day name short</note> 9744
9633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9745
9634 </trans-unit> 9746
9635 <trans-unit id="8563137213157122993"> 9747
9636 <source>Mon</source> 9748
9637 <target>Al</target> 9749
9638 <note from="description" priority="1">Day name short</note> 9750
9639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9751
9640 </trans-unit> 9752
9641 <trans-unit id="8502240922750617054"> 9753
9642 <source>Tue</source> 9754
9643 <target>Ar</target>
9644 <note from="description" priority="1">Day name short</note>
9645 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9646 </trans-unit>
9647 <trans-unit id="7421778640995344715">
9648 <source>Wed</source>
9649 <target>Az</target>
9650 <note from="description" priority="1">Day name short</note>
9651 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9652 </trans-unit>
9653 <trans-unit id="4409954796361883558">
9654 <source>Thu</source>
9655 <target>Og</target>
9656 <note from="description" priority="1">Day name short</note>
9657 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9658 </trans-unit>
9659 <trans-unit id="5651951128882735477">
9660 <source>Fri</source>
9661 <target>Or</target>
9662 <note from="description" priority="1">Day name short</note>
9663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9664 </trans-unit>
9665 <trans-unit id="93026920674143073">
9666 <source>Sat</source>
9667 <target>La</target>
9668 <note from="description" priority="1">Day name short</note>
9669 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9670 </trans-unit>
9671 <trans-unit id="8349763432924710200">
9672 <source>Su</source>
9673 <target>Ig</target>
9674 <note from="description" priority="1">Day name min</note>
9675 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9676 </trans-unit>
9677 <trans-unit id="4197236438302165051">
9678 <source>Mo</source>
9679 <target>Al</target>
9680 <note from="description" priority="1">Day name min</note>
9681 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9682 </trans-unit>
9683 <trans-unit id="6034455877220674404">
9684 <source>Tu</source>
9685 <target>Ar</target>
9686 <note from="description" priority="1">Day name min</note>
9687 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9688 </trans-unit>
9689 <trans-unit id="3221670730445125135">
9690 <source>We</source>
9691 <target>Az</target>
9692 <note from="description" priority="1">Day name min</note>
9693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9694 </trans-unit>
9695 <trans-unit id="772466829681972216">
9696 <source>Th</source>
9697 <target>Og</target>
9698 <note from="description" priority="1">Day name min</note>
9699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9700 </trans-unit>
9701 <trans-unit id="8598262708800132669">
9702 <source>Fr</source>
9703 <target>Or</target>
9704 <note from="description" priority="1">Day name min</note>
9705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9706 </trans-unit>
9707 <trans-unit id="569007902695332072">
9708 <source>Sa</source>
9709 <target>La</target>
9710 <note from="description" priority="1">Day name min</note>
9711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9712 </trans-unit>
9713 <trans-unit id="3913843642962116845"> 9755 <trans-unit id="3913843642962116845">
9714 <source>January</source> 9756 <source>January</source>
9715 <target>Urtarrila</target> 9757 <target>Urtarrila</target>
@@ -9733,9 +9775,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9733 <trans-unit id="8469692700277617405"> 9775 <trans-unit id="8469692700277617405">
9734 <source>May</source> 9776 <source>May</source>
9735 <target>Maiatza</target> 9777 <target>Maiatza</target>
9736 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9778
9737 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9779
9738 </trans-unit> 9780 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9739 <trans-unit id="9055297580745330415"> 9781 <trans-unit id="9055297580745330415">
9740 <source>June</source> 9782 <source>June</source>
9741 <target>Ekaina</target> 9783 <target>Ekaina</target>
@@ -9770,73 +9812,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9770 <source>December</source> 9812 <source>December</source>
9771 <target>Abendua</target> 9813 <target>Abendua</target>
9772 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9814 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9815 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9816 <source>Jan</source><target state="new">Jan</target>
9817 <context-group purpose="location">
9818 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9819 <context context-type="linenumber">55</context>
9820 </context-group>
9821 <note priority="1" from="description">Month name short</note>
9822 <note priority="1" from="meaning">January short name</note>
9823 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9824 <source>Feb</source><target state="new">Feb</target>
9825 <context-group purpose="location">
9826 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9827 <context context-type="linenumber">56</context>
9828 </context-group>
9829 <note priority="1" from="description">Month name short</note>
9830 <note priority="1" from="meaning">February short name</note>
9831 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9832 <source>Mar</source><target state="new">Mar</target>
9833 <context-group purpose="location">
9834 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9835 <context context-type="linenumber">57</context>
9836 </context-group>
9837 <note priority="1" from="description">Month name short</note>
9838 <note priority="1" from="meaning">March short name</note>
9839 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9840 <source>Apr</source><target state="new">Apr</target>
9841 <context-group purpose="location">
9842 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9843 <context context-type="linenumber">58</context>
9844 </context-group>
9845 <note priority="1" from="description">Month name short</note>
9846 <note priority="1" from="meaning">April short name</note>
9847 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9848 <source>May</source><target state="new">May</target>
9849 <context-group purpose="location">
9850 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9851 <context context-type="linenumber">59</context>
9852 </context-group>
9853 <note priority="1" from="description">Month name short</note>
9854 <note priority="1" from="meaning">May short name</note>
9855 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9856 <source>Jun</source><target state="new">Jun</target>
9857 <context-group purpose="location">
9858 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9859 <context context-type="linenumber">60</context>
9860 </context-group>
9861 <note priority="1" from="description">Month name short</note>
9862 <note priority="1" from="meaning">June short name</note>
9863 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9864 <source>Jul</source><target state="new">Jul</target>
9865 <context-group purpose="location">
9866 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9867 <context context-type="linenumber">61</context>
9868 </context-group>
9869 <note priority="1" from="description">Month name short</note>
9870 <note priority="1" from="meaning">July short name</note>
9871 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9872 <source>Aug</source><target state="new">Aug</target>
9873 <context-group purpose="location">
9874 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9875 <context context-type="linenumber">62</context>
9876 </context-group>
9877 <note priority="1" from="description">Month name short</note>
9878 <note priority="1" from="meaning">August short name</note>
9879 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9880 <source>Sep</source><target state="new">Sep</target>
9881 <context-group purpose="location">
9882 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9883 <context context-type="linenumber">63</context>
9884 </context-group>
9885 <note priority="1" from="description">Month name short</note>
9886 <note priority="1" from="meaning">September short name</note>
9887 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9888 <source>Oct</source><target state="new">Oct</target>
9889 <context-group purpose="location">
9890 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9891 <context context-type="linenumber">64</context>
9892 </context-group>
9893 <note priority="1" from="description">Month name short</note>
9894 <note priority="1" from="meaning">October short name</note>
9895 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9896 <source>Nov</source><target state="new">Nov</target>
9897 <context-group purpose="location">
9898 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9899 <context context-type="linenumber">65</context>
9900 </context-group>
9901 <note priority="1" from="description">Month name short</note>
9902 <note priority="1" from="meaning">November short name</note>
9903 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9904 <source>Dec</source><target state="new">Dec</target>
9905 <context-group purpose="location">
9906 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9907 <context context-type="linenumber">66</context>
9908 </context-group>
9909 <note priority="1" from="description">Month name short</note>
9910 <note priority="1" from="meaning">December short name</note>
9773 </trans-unit> 9911 </trans-unit>
9774 <trans-unit id="7595747576974676670"> 9912
9775 <source>Jan</source> 9913
9776 <target>Urt</target> 9914
9777 <note from="description" priority="1">Month name short</note> 9915
9778 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9916
9779 </trans-unit> 9917
9780 <trans-unit id="4916040996255005712"> 9918
9781 <source>Feb</source> 9919
9782 <target>Ots</target> 9920
9783 <note from="description" priority="1">Month name short</note> 9921
9784 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9922
9785 </trans-unit>
9786 <trans-unit id="6438827956918137617">
9787 <source>Mar</source>
9788 <target>Mar</target>
9789 <note from="description" priority="1">Month name short</note>
9790 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9791 </trans-unit>
9792 <trans-unit id="5507326650332881991">
9793 <source>Apr</source>
9794 <target>Api</target>
9795 <note from="description" priority="1">Month name short</note>
9796 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9797 </trans-unit>
9798 <trans-unit id="2113470244260512015">
9799 <source>Jun</source>
9800 <target>Eka</target>
9801 <note from="description" priority="1">Month name short</note>
9802 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9803 </trans-unit>
9804 <trans-unit id="53176888553719239">
9805 <source>Jul</source>
9806 <target>Uzt</target>
9807 <note from="description" priority="1">Month name short</note>
9808 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9809 </trans-unit>
9810 <trans-unit id="5648574669404659458">
9811 <source>Aug</source>
9812 <target>Abu</target>
9813 <note from="description" priority="1">Month name short</note>
9814 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9815 </trans-unit>
9816 <trans-unit id="4354095055982674918">
9817 <source>Sep</source>
9818 <target>Ira</target>
9819 <note from="description" priority="1">Month name short</note>
9820 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9821 </trans-unit>
9822 <trans-unit id="6207754626941051341">
9823 <source>Oct</source>
9824 <target>Urr</target>
9825 <note from="description" priority="1">Month name short</note>
9826 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9827 </trans-unit>
9828 <trans-unit id="8269261039058575292">
9829 <source>Nov</source>
9830 <target>Aza</target>
9831 <note from="description" priority="1">Month name short</note>
9832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9833 </trans-unit>
9834 <trans-unit id="7777579586760423636">
9835 <source>Dec</source>
9836 <target>Abe</target>
9837 <note from="description" priority="1">Month name short</note>
9838 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9839 </trans-unit>
9840 <trans-unit id="8700121026680200191"> 9923 <trans-unit id="8700121026680200191">
9841 <source>Clear</source> 9924 <source>Clear</source>
9842 <target>Garbitu</target> 9925 <target>Garbitu</target>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 3745eb982..8df16038a 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -9581,91 +9581,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9581 <source>Saturday</source> 9581 <source>Saturday</source>
9582 <target state="new">Saturday</target> 9582 <target state="new">Saturday</target>
9583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9584 </trans-unit> 9584 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9585 <trans-unit id="4921929243068857081" datatype="html"> 9585 <source>Sun</source><target state="new">Sun</target>
9586 <source>Sun</source> 9586 <context-group purpose="location">
9587 <target state="new">Sun</target> 9587 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9588 <context context-type="linenumber">20</context>
9589 </context-group>
9588 <note priority="1" from="description">Day name short</note> 9590 <note priority="1" from="description">Day name short</note>
9589 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9591 <note priority="1" from="meaning">Sunday short name</note>
9590 </trans-unit> 9592 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9591 <trans-unit id="8563137213157122993" datatype="html"> 9593 <source>Mon</source><target state="new">Mon</target>
9592 <source>Mon</source> 9594 <context-group purpose="location">
9593 <target state="new">Mon</target> 9595 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9596 <context context-type="linenumber">21</context>
9597 </context-group>
9594 <note priority="1" from="description">Day name short</note> 9598 <note priority="1" from="description">Day name short</note>
9595 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9599 <note priority="1" from="meaning">Monday short name</note>
9596 </trans-unit> 9600 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9597 <trans-unit id="8502240922750617054" datatype="html"> 9601 <source>Tue</source><target state="new">Tue</target>
9598 <source>Tue</source> 9602 <context-group purpose="location">
9599 <target state="new">Tue</target> 9603 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9604 <context context-type="linenumber">22</context>
9605 </context-group>
9600 <note priority="1" from="description">Day name short</note> 9606 <note priority="1" from="description">Day name short</note>
9601 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9607 <note priority="1" from="meaning">Tuesday short name</note>
9602 </trans-unit> 9608 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9603 <trans-unit id="7421778640995344715" datatype="html"> 9609 <source>Wed</source><target state="new">Wed</target>
9604 <source>Wed</source> 9610 <context-group purpose="location">
9605 <target state="new">Wed</target> 9611 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9612 <context context-type="linenumber">23</context>
9613 </context-group>
9606 <note priority="1" from="description">Day name short</note> 9614 <note priority="1" from="description">Day name short</note>
9607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9615 <note priority="1" from="meaning">Wednesday short name</note>
9608 </trans-unit> 9616 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9609 <trans-unit id="4409954796361883558" datatype="html"> 9617 <source>Thu</source><target state="new">Thu</target>
9610 <source>Thu</source> 9618 <context-group purpose="location">
9611 <target state="new">Thu</target> 9619 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9620 <context context-type="linenumber">24</context>
9621 </context-group>
9612 <note priority="1" from="description">Day name short</note> 9622 <note priority="1" from="description">Day name short</note>
9613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9623 <note priority="1" from="meaning">Thursday short name</note>
9614 </trans-unit> 9624 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9615 <trans-unit id="5651951128882735477" datatype="html"> 9625 <source>Fri</source><target state="new">Fri</target>
9616 <source>Fri</source> 9626 <context-group purpose="location">
9617 <target state="new">Fri</target> 9627 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9628 <context context-type="linenumber">25</context>
9629 </context-group>
9618 <note priority="1" from="description">Day name short</note> 9630 <note priority="1" from="description">Day name short</note>
9619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9631 <note priority="1" from="meaning">Friday short name</note>
9620 </trans-unit> 9632 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9621 <trans-unit id="93026920674143073" datatype="html"> 9633 <source>Sat</source><target state="new">Sat</target>
9622 <source>Sat</source> 9634 <context-group purpose="location">
9623 <target state="new">Sat</target> 9635 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9636 <context context-type="linenumber">26</context>
9637 </context-group>
9624 <note priority="1" from="description">Day name short</note> 9638 <note priority="1" from="description">Day name short</note>
9625 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9639 <note priority="1" from="meaning">Saturday short name</note>
9626 </trans-unit> 9640 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9627 <trans-unit id="8349763432924710200" datatype="html"> 9641 <source>Su</source><target state="new">Su</target>
9628 <source>Su</source> 9642 <context-group purpose="location">
9629 <target state="new">Su</target> 9643 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9644 <context context-type="linenumber">30</context>
9645 </context-group>
9630 <note priority="1" from="description">Day name min</note> 9646 <note priority="1" from="description">Day name min</note>
9631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9647 <note priority="1" from="meaning">Sunday min name</note>
9632 </trans-unit> 9648 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9633 <trans-unit id="4197236438302165051" datatype="html"> 9649 <source>Mo</source><target state="new">Mo</target>
9634 <source>Mo</source> 9650 <context-group purpose="location">
9635 <target state="new">Mo</target> 9651 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9652 <context context-type="linenumber">31</context>
9653 </context-group>
9636 <note priority="1" from="description">Day name min</note> 9654 <note priority="1" from="description">Day name min</note>
9637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9655 <note priority="1" from="meaning">Monday min name</note>
9638 </trans-unit> 9656 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9639 <trans-unit id="6034455877220674404" datatype="html"> 9657 <source>Tu</source><target state="new">Tu</target>
9640 <source>Tu</source> 9658 <context-group purpose="location">
9641 <target state="new">Tu</target> 9659 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9660 <context context-type="linenumber">32</context>
9661 </context-group>
9642 <note priority="1" from="description">Day name min</note> 9662 <note priority="1" from="description">Day name min</note>
9643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9663 <note priority="1" from="meaning">Tuesday min name</note>
9644 </trans-unit> 9664 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9645 <trans-unit id="3221670730445125135" datatype="html"> 9665 <source>We</source><target state="new">We</target>
9646 <source>We</source> 9666 <context-group purpose="location">
9647 <target state="new">We</target> 9667 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9668 <context context-type="linenumber">33</context>
9669 </context-group>
9648 <note priority="1" from="description">Day name min</note> 9670 <note priority="1" from="description">Day name min</note>
9649 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9671 <note priority="1" from="meaning">Wednesday min name</note>
9650 </trans-unit> 9672 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9651 <trans-unit id="772466829681972216" datatype="html"> 9673 <source>Th</source><target state="new">Th</target>
9652 <source>Th</source> 9674 <context-group purpose="location">
9653 <target state="new">Th</target> 9675 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9676 <context context-type="linenumber">34</context>
9677 </context-group>
9654 <note priority="1" from="description">Day name min</note> 9678 <note priority="1" from="description">Day name min</note>
9655 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9679 <note priority="1" from="meaning">Thursday min name</note>
9656 </trans-unit> 9680 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9657 <trans-unit id="8598262708800132669" datatype="html"> 9681 <source>Fr</source><target state="new">Fr</target>
9658 <source>Fr</source> 9682 <context-group purpose="location">
9659 <target state="new">Fr</target> 9683 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9684 <context context-type="linenumber">35</context>
9685 </context-group>
9660 <note priority="1" from="description">Day name min</note> 9686 <note priority="1" from="description">Day name min</note>
9661 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9687 <note priority="1" from="meaning">Friday min name</note>
9662 </trans-unit> 9688 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9663 <trans-unit id="569007902695332072" datatype="html"> 9689 <source>Sa</source><target state="new">Sa</target>
9664 <source>Sa</source> 9690 <context-group purpose="location">
9665 <target state="new">Sa</target> 9691 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9692 <context context-type="linenumber">36</context>
9693 </context-group>
9666 <note priority="1" from="description">Day name min</note> 9694 <note priority="1" from="description">Day name min</note>
9667 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9695 <note priority="1" from="meaning">Saturday min name</note>
9668 </trans-unit> 9696 </trans-unit>
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9669 <trans-unit id="3913843642962116845"> 9711 <trans-unit id="3913843642962116845">
9670 <source>January</source> 9712 <source>January</source>
9671 <target>ژانویه</target> 9713 <target>ژانویه</target>
@@ -9689,9 +9731,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9689 <trans-unit id="8469692700277617405"> 9731 <trans-unit id="8469692700277617405">
9690 <source>May</source> 9732 <source>May</source>
9691 <target>مِی</target> 9733 <target>مِی</target>
9692 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9734
9693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9735
9694 </trans-unit> 9736 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9695 <trans-unit id="9055297580745330415"> 9737 <trans-unit id="9055297580745330415">
9696 <source>June</source> 9738 <source>June</source>
9697 <target>ژوئن</target> 9739 <target>ژوئن</target>
@@ -9726,73 +9768,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9726 <source>December</source> 9768 <source>December</source>
9727 <target>دسامبر</target> 9769 <target>دسامبر</target>
9728 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9770 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9771 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9772 <source>Jan</source><target state="new">Jan</target>
9773 <context-group purpose="location">
9774 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9775 <context context-type="linenumber">55</context>
9776 </context-group>
9777 <note priority="1" from="description">Month name short</note>
9778 <note priority="1" from="meaning">January short name</note>
9779 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9780 <source>Feb</source><target state="new">Feb</target>
9781 <context-group purpose="location">
9782 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9783 <context context-type="linenumber">56</context>
9784 </context-group>
9785 <note priority="1" from="description">Month name short</note>
9786 <note priority="1" from="meaning">February short name</note>
9787 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9788 <source>Mar</source><target state="new">Mar</target>
9789 <context-group purpose="location">
9790 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9791 <context context-type="linenumber">57</context>
9792 </context-group>
9793 <note priority="1" from="description">Month name short</note>
9794 <note priority="1" from="meaning">March short name</note>
9795 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9796 <source>Apr</source><target state="new">Apr</target>
9797 <context-group purpose="location">
9798 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9799 <context context-type="linenumber">58</context>
9800 </context-group>
9801 <note priority="1" from="description">Month name short</note>
9802 <note priority="1" from="meaning">April short name</note>
9803 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9804 <source>May</source><target state="new">May</target>
9805 <context-group purpose="location">
9806 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9807 <context context-type="linenumber">59</context>
9808 </context-group>
9809 <note priority="1" from="description">Month name short</note>
9810 <note priority="1" from="meaning">May short name</note>
9811 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9812 <source>Jun</source><target state="new">Jun</target>
9813 <context-group purpose="location">
9814 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9815 <context context-type="linenumber">60</context>
9816 </context-group>
9817 <note priority="1" from="description">Month name short</note>
9818 <note priority="1" from="meaning">June short name</note>
9819 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9820 <source>Jul</source><target state="new">Jul</target>
9821 <context-group purpose="location">
9822 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9823 <context context-type="linenumber">61</context>
9824 </context-group>
9825 <note priority="1" from="description">Month name short</note>
9826 <note priority="1" from="meaning">July short name</note>
9827 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9828 <source>Aug</source><target state="new">Aug</target>
9829 <context-group purpose="location">
9830 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9831 <context context-type="linenumber">62</context>
9832 </context-group>
9833 <note priority="1" from="description">Month name short</note>
9834 <note priority="1" from="meaning">August short name</note>
9835 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9836 <source>Sep</source><target state="new">Sep</target>
9837 <context-group purpose="location">
9838 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9839 <context context-type="linenumber">63</context>
9840 </context-group>
9841 <note priority="1" from="description">Month name short</note>
9842 <note priority="1" from="meaning">September short name</note>
9843 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9844 <source>Oct</source><target state="new">Oct</target>
9845 <context-group purpose="location">
9846 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9847 <context context-type="linenumber">64</context>
9848 </context-group>
9849 <note priority="1" from="description">Month name short</note>
9850 <note priority="1" from="meaning">October short name</note>
9851 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9852 <source>Nov</source><target state="new">Nov</target>
9853 <context-group purpose="location">
9854 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9855 <context context-type="linenumber">65</context>
9856 </context-group>
9857 <note priority="1" from="description">Month name short</note>
9858 <note priority="1" from="meaning">November short name</note>
9859 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9860 <source>Dec</source><target state="new">Dec</target>
9861 <context-group purpose="location">
9862 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9863 <context context-type="linenumber">66</context>
9864 </context-group>
9865 <note priority="1" from="description">Month name short</note>
9866 <note priority="1" from="meaning">December short name</note>
9729 </trans-unit> 9867 </trans-unit>
9730 <trans-unit id="7595747576974676670"> 9868
9731 <source>Jan</source> 9869
9732 <target>ژانویه</target> 9870
9733 <note from="description" priority="1">Month name short</note> 9871
9734 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9872
9735 </trans-unit> 9873
9736 <trans-unit id="4916040996255005712"> 9874
9737 <source>Feb</source> 9875
9738 <target>فوریه</target> 9876
9739 <note from="description" priority="1">Month name short</note> 9877
9740 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9878
9741 </trans-unit>
9742 <trans-unit id="6438827956918137617">
9743 <source>Mar</source>
9744 <target>مارچ</target>
9745 <note from="description" priority="1">Month name short</note>
9746 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9747 </trans-unit>
9748 <trans-unit id="5507326650332881991">
9749 <source>Apr</source>
9750 <target>آپریل</target>
9751 <note from="description" priority="1">Month name short</note>
9752 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9753 </trans-unit>
9754 <trans-unit id="2113470244260512015">
9755 <source>Jun</source>
9756 <target>ژوئن</target>
9757 <note from="description" priority="1">Month name short</note>
9758 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9759 </trans-unit>
9760 <trans-unit id="53176888553719239">
9761 <source>Jul</source>
9762 <target>جولای</target>
9763 <note from="description" priority="1">Month name short</note>
9764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9765 </trans-unit>
9766 <trans-unit id="5648574669404659458">
9767 <source>Aug</source>
9768 <target>آگوست</target>
9769 <note from="description" priority="1">Month name short</note>
9770 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9771 </trans-unit>
9772 <trans-unit id="4354095055982674918">
9773 <source>Sep</source>
9774 <target>سپتامبر</target>
9775 <note from="description" priority="1">Month name short</note>
9776 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9777 </trans-unit>
9778 <trans-unit id="6207754626941051341">
9779 <source>Oct</source>
9780 <target>اکتبر</target>
9781 <note from="description" priority="1">Month name short</note>
9782 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9783 </trans-unit>
9784 <trans-unit id="8269261039058575292">
9785 <source>Nov</source>
9786 <target>نوامبر</target>
9787 <note from="description" priority="1">Month name short</note>
9788 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9789 </trans-unit>
9790 <trans-unit id="7777579586760423636">
9791 <source>Dec</source>
9792 <target>دسامبر</target>
9793 <note from="description" priority="1">Month name short</note>
9794 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9795 </trans-unit>
9796 <trans-unit id="8700121026680200191"> 9879 <trans-unit id="8700121026680200191">
9797 <source>Clear</source> 9880 <source>Clear</source>
9798 <target>پاک‌کردن</target> 9881 <target>پاک‌کردن</target>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index cec3cc9c0..97764fcc2 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -8904,91 +8904,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8904 <source>Saturday</source> 8904 <source>Saturday</source>
8905 <target>Lauantai</target> 8905 <target>Lauantai</target>
8906 8906
8907 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 8907 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
8908 <trans-unit id="4921929243068857081"> 8908 <source>Sun</source><target state="new">Sun</target>
8909 <source>Sun</source> 8909 <context-group purpose="location">
8910 <target>Sun</target> 8910 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8911 <note from="description" priority="1">Day name short</note> 8911 <context context-type="linenumber">20</context>
8912 8912 </context-group>
8913 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 8913 <note priority="1" from="description">Day name short</note>
8914 <trans-unit id="8563137213157122993"> 8914 <note priority="1" from="meaning">Sunday short name</note>
8915 <source>Mon</source> 8915 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
8916 <target>Maa</target> 8916 <source>Mon</source><target state="new">Mon</target>
8917 <note from="description" priority="1">Day name short</note> 8917 <context-group purpose="location">
8918 8918 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 8919 <context context-type="linenumber">21</context>
8920 <trans-unit id="8502240922750617054"> 8920 </context-group>
8921 <source>Tue</source> 8921 <note priority="1" from="description">Day name short</note>
8922 <target>Tii</target> 8922 <note priority="1" from="meaning">Monday short name</note>
8923 <note from="description" priority="1">Day name short</note> 8923 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
8924 8924 <source>Tue</source><target state="new">Tue</target>
8925 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 8925 <context-group purpose="location">
8926 <trans-unit id="7421778640995344715"> 8926 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8927 <source>Wed</source> 8927 <context context-type="linenumber">22</context>
8928 <target>Kes</target> 8928 </context-group>
8929 <note from="description" priority="1">Day name short</note> 8929 <note priority="1" from="description">Day name short</note>
8930 8930 <note priority="1" from="meaning">Tuesday short name</note>
8931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 8931 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
8932 <trans-unit id="4409954796361883558"> 8932 <source>Wed</source><target state="new">Wed</target>
8933 <source>Thu</source> 8933 <context-group purpose="location">
8934 <target>Tor</target> 8934 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8935 <note from="description" priority="1">Day name short</note> 8935 <context context-type="linenumber">23</context>
8936 8936 </context-group>
8937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 8937 <note priority="1" from="description">Day name short</note>
8938 <trans-unit id="5651951128882735477"> 8938 <note priority="1" from="meaning">Wednesday short name</note>
8939 <source>Fri</source> 8939 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
8940 <target>Per</target> 8940 <source>Thu</source><target state="new">Thu</target>
8941 <note from="description" priority="1">Day name short</note> 8941 <context-group purpose="location">
8942 8942 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8943 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 8943 <context context-type="linenumber">24</context>
8944 <trans-unit id="93026920674143073"> 8944 </context-group>
8945 <source>Sat</source> 8945 <note priority="1" from="description">Day name short</note>
8946 <target>Lau</target> 8946 <note priority="1" from="meaning">Thursday short name</note>
8947 <note from="description" priority="1">Day name short</note> 8947 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
8948 8948 <source>Fri</source><target state="new">Fri</target>
8949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 8949 <context-group purpose="location">
8950 <trans-unit id="8349763432924710200"> 8950 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8951 <source>Su</source> 8951 <context context-type="linenumber">25</context>
8952 <target>Su</target> 8952 </context-group>
8953 <note from="description" priority="1">Day name min</note> 8953 <note priority="1" from="description">Day name short</note>
8954 8954 <note priority="1" from="meaning">Friday short name</note>
8955 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 8955 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
8956 <trans-unit id="4197236438302165051"> 8956 <source>Sat</source><target state="new">Sat</target>
8957 <source>Mo</source> 8957 <context-group purpose="location">
8958 <target>Ma</target> 8958 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8959 <note from="description" priority="1">Day name min</note> 8959 <context context-type="linenumber">26</context>
8960 8960 </context-group>
8961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 8961 <note priority="1" from="description">Day name short</note>
8962 <trans-unit id="6034455877220674404"> 8962 <note priority="1" from="meaning">Saturday short name</note>
8963 <source>Tu</source> 8963 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
8964 <target>Ti</target> 8964 <source>Su</source><target state="new">Su</target>
8965 <note from="description" priority="1">Day name min</note> 8965 <context-group purpose="location">
8966 8966 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 8967 <context context-type="linenumber">30</context>
8968 <trans-unit id="3221670730445125135"> 8968 </context-group>
8969 <source>We</source> 8969 <note priority="1" from="description">Day name min</note>
8970 <target>Ke</target> 8970 <note priority="1" from="meaning">Sunday min name</note>
8971 <note from="description" priority="1">Day name min</note> 8971 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
8972 8972 <source>Mo</source><target state="new">Mo</target>
8973 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 8973 <context-group purpose="location">
8974 <trans-unit id="772466829681972216"> 8974 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8975 <source>Th</source> 8975 <context context-type="linenumber">31</context>
8976 <target>To</target> 8976 </context-group>
8977 <note from="description" priority="1">Day name min</note> 8977 <note priority="1" from="description">Day name min</note>
8978 8978 <note priority="1" from="meaning">Monday min name</note>
8979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 8979 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
8980 <trans-unit id="8598262708800132669"> 8980 <source>Tu</source><target state="new">Tu</target>
8981 <source>Fr</source> 8981 <context-group purpose="location">
8982 <target>Pe</target> 8982 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8983 <note from="description" priority="1">Day name min</note> 8983 <context context-type="linenumber">32</context>
8984 8984 </context-group>
8985 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 8985 <note priority="1" from="description">Day name min</note>
8986 <trans-unit id="569007902695332072"> 8986 <note priority="1" from="meaning">Tuesday min name</note>
8987 <source>Sa</source> 8987 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
8988 <target>La</target> 8988 <source>We</source><target state="new">We</target>
8989 <note from="description" priority="1">Day name min</note> 8989 <context-group purpose="location">
8990 8990 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 8991 <context context-type="linenumber">33</context>
8992 </context-group>
8993 <note priority="1" from="description">Day name min</note>
8994 <note priority="1" from="meaning">Wednesday min name</note>
8995 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
8996 <source>Th</source><target state="new">Th</target>
8997 <context-group purpose="location">
8998 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8999 <context context-type="linenumber">34</context>
9000 </context-group>
9001 <note priority="1" from="description">Day name min</note>
9002 <note priority="1" from="meaning">Thursday min name</note>
9003 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9004 <source>Fr</source><target state="new">Fr</target>
9005 <context-group purpose="location">
9006 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9007 <context context-type="linenumber">35</context>
9008 </context-group>
9009 <note priority="1" from="description">Day name min</note>
9010 <note priority="1" from="meaning">Friday min name</note>
9011 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9012 <source>Sa</source><target state="new">Sa</target>
9013 <context-group purpose="location">
9014 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9015 <context context-type="linenumber">36</context>
9016 </context-group>
9017 <note priority="1" from="description">Day name min</note>
9018 <note priority="1" from="meaning">Saturday min name</note>
9019 </trans-unit>
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
8992 <trans-unit id="3913843642962116845"> 9034 <trans-unit id="3913843642962116845">
8993 <source>January</source> 9035 <source>January</source>
8994 <target>Tammikuu</target> 9036 <target>Tammikuu</target>
@@ -9014,7 +9056,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9014 <target>Toukokuu</target> 9056 <target>Toukokuu</target>
9015 9057
9016 9058
9017 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9059 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9018 <trans-unit id="9055297580745330415"> 9060 <trans-unit id="9055297580745330415">
9019 <source>June</source> 9061 <source>June</source>
9020 <target>Kesäkuu</target> 9062 <target>Kesäkuu</target>
@@ -9049,73 +9091,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9049 <source>December</source> 9091 <source>December</source>
9050 <target>Joulukuu</target> 9092 <target>Joulukuu</target>
9051 9093
9052 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9094 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9053 <trans-unit id="7595747576974676670"> 9095 <source>Jan</source><target state="new">Jan</target>
9054 <source>Jan</source> 9096 <context-group purpose="location">
9055 <target>Tam</target> 9097 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9056 <note from="description" priority="1">Month name short</note> 9098 <context context-type="linenumber">55</context>
9057 9099 </context-group>
9058 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9100 <note priority="1" from="description">Month name short</note>
9059 <trans-unit id="4916040996255005712"> 9101 <note priority="1" from="meaning">January short name</note>
9060 <source>Feb</source> 9102 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9061 <target>Hel</target> 9103 <source>Feb</source><target state="new">Feb</target>
9062 <note from="description" priority="1">Month name short</note> 9104 <context-group purpose="location">
9063 9105 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9064 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9106 <context context-type="linenumber">56</context>
9065 <trans-unit id="6438827956918137617"> 9107 </context-group>
9066 <source>Mar</source> 9108 <note priority="1" from="description">Month name short</note>
9067 <target>Mal</target> 9109 <note priority="1" from="meaning">February short name</note>
9068 <note from="description" priority="1">Month name short</note> 9110 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9069 9111 <source>Mar</source><target state="new">Mar</target>
9070 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9112 <context-group purpose="location">
9071 <trans-unit id="5507326650332881991"> 9113 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9072 <source>Apr</source> 9114 <context context-type="linenumber">57</context>
9073 <target>Huh</target> 9115 </context-group>
9074 <note from="description" priority="1">Month name short</note> 9116 <note priority="1" from="description">Month name short</note>
9075 9117 <note priority="1" from="meaning">March short name</note>
9076 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9118 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9077 <trans-unit id="2113470244260512015"> 9119 <source>Apr</source><target state="new">Apr</target>
9078 <source>Jun</source> 9120 <context-group purpose="location">
9079 <target>Kes</target> 9121 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9080 <note from="description" priority="1">Month name short</note> 9122 <context context-type="linenumber">58</context>
9081 9123 </context-group>
9082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9124 <note priority="1" from="description">Month name short</note>
9083 <trans-unit id="53176888553719239"> 9125 <note priority="1" from="meaning">April short name</note>
9084 <source>Jul</source> 9126 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9085 <target>Hei</target> 9127 <source>May</source><target state="new">May</target>
9086 <note from="description" priority="1">Month name short</note> 9128 <context-group purpose="location">
9087 9129 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9088 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9130 <context context-type="linenumber">59</context>
9089 <trans-unit id="5648574669404659458"> 9131 </context-group>
9090 <source>Aug</source> 9132 <note priority="1" from="description">Month name short</note>
9091 <target>Elo</target> 9133 <note priority="1" from="meaning">May short name</note>
9092 <note from="description" priority="1">Month name short</note> 9134 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9093 9135 <source>Jun</source><target state="new">Jun</target>
9094 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9136 <context-group purpose="location">
9095 <trans-unit id="4354095055982674918"> 9137 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9096 <source>Sep</source> 9138 <context context-type="linenumber">60</context>
9097 <target>Syy</target> 9139 </context-group>
9098 <note from="description" priority="1">Month name short</note> 9140 <note priority="1" from="description">Month name short</note>
9099 9141 <note priority="1" from="meaning">June short name</note>
9100 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9142 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9101 <trans-unit id="6207754626941051341"> 9143 <source>Jul</source><target state="new">Jul</target>
9102 <source>Oct</source> 9144 <context-group purpose="location">
9103 <target>Lok</target> 9145 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9104 <note from="description" priority="1">Month name short</note> 9146 <context context-type="linenumber">61</context>
9105 9147 </context-group>
9106 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9148 <note priority="1" from="description">Month name short</note>
9107 <trans-unit id="8269261039058575292"> 9149 <note priority="1" from="meaning">July short name</note>
9108 <source>Nov</source> 9150 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9109 <target>Mar</target> 9151 <source>Aug</source><target state="new">Aug</target>
9110 <note from="description" priority="1">Month name short</note> 9152 <context-group purpose="location">
9111 9153 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9112 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9154 <context context-type="linenumber">62</context>
9113 <trans-unit id="7777579586760423636"> 9155 </context-group>
9114 <source>Dec</source> 9156 <note priority="1" from="description">Month name short</note>
9115 <target>Jou</target> 9157 <note priority="1" from="meaning">August short name</note>
9116 <note from="description" priority="1">Month name short</note> 9158 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9117 9159 <source>Sep</source><target state="new">Sep</target>
9118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9160 <context-group purpose="location">
9161 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9162 <context context-type="linenumber">63</context>
9163 </context-group>
9164 <note priority="1" from="description">Month name short</note>
9165 <note priority="1" from="meaning">September short name</note>
9166 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9167 <source>Oct</source><target state="new">Oct</target>
9168 <context-group purpose="location">
9169 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9170 <context context-type="linenumber">64</context>
9171 </context-group>
9172 <note priority="1" from="description">Month name short</note>
9173 <note priority="1" from="meaning">October short name</note>
9174 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9175 <source>Nov</source><target state="new">Nov</target>
9176 <context-group purpose="location">
9177 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9178 <context context-type="linenumber">65</context>
9179 </context-group>
9180 <note priority="1" from="description">Month name short</note>
9181 <note priority="1" from="meaning">November short name</note>
9182 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9183 <source>Dec</source><target state="new">Dec</target>
9184 <context-group purpose="location">
9185 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9186 <context context-type="linenumber">66</context>
9187 </context-group>
9188 <note priority="1" from="description">Month name short</note>
9189 <note priority="1" from="meaning">December short name</note>
9190 </trans-unit>
9191
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9119 <trans-unit id="8700121026680200191"> 9202 <trans-unit id="8700121026680200191">
9120 <source>Clear</source> 9203 <source>Clear</source>
9121 <target>Alusta</target> 9204 <target>Alusta</target>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index 34c16f9e3..19d99d83f 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -9397,91 +9397,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9397 <source>Saturday</source> 9397 <source>Saturday</source>
9398 <target>Samedi</target> 9398 <target>Samedi</target>
9399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9400 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9401 <source>Sun</source><target state="new">Sun</target>
9402 <context-group purpose="location">
9403 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9404 <context context-type="linenumber">20</context>
9405 </context-group>
9406 <note priority="1" from="description">Day name short</note>
9407 <note priority="1" from="meaning">Sunday short name</note>
9408 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9409 <source>Mon</source><target state="new">Mon</target>
9410 <context-group purpose="location">
9411 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9412 <context context-type="linenumber">21</context>
9413 </context-group>
9414 <note priority="1" from="description">Day name short</note>
9415 <note priority="1" from="meaning">Monday short name</note>
9416 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9417 <source>Tue</source><target state="new">Tue</target>
9418 <context-group purpose="location">
9419 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9420 <context context-type="linenumber">22</context>
9421 </context-group>
9422 <note priority="1" from="description">Day name short</note>
9423 <note priority="1" from="meaning">Tuesday short name</note>
9424 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9425 <source>Wed</source><target state="new">Wed</target>
9426 <context-group purpose="location">
9427 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9428 <context context-type="linenumber">23</context>
9429 </context-group>
9430 <note priority="1" from="description">Day name short</note>
9431 <note priority="1" from="meaning">Wednesday short name</note>
9432 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9433 <source>Thu</source><target state="new">Thu</target>
9434 <context-group purpose="location">
9435 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9436 <context context-type="linenumber">24</context>
9437 </context-group>
9438 <note priority="1" from="description">Day name short</note>
9439 <note priority="1" from="meaning">Thursday short name</note>
9440 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9441 <source>Fri</source><target state="new">Fri</target>
9442 <context-group purpose="location">
9443 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9444 <context context-type="linenumber">25</context>
9445 </context-group>
9446 <note priority="1" from="description">Day name short</note>
9447 <note priority="1" from="meaning">Friday short name</note>
9448 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9449 <source>Sat</source><target state="new">Sat</target>
9450 <context-group purpose="location">
9451 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9452 <context context-type="linenumber">26</context>
9453 </context-group>
9454 <note priority="1" from="description">Day name short</note>
9455 <note priority="1" from="meaning">Saturday short name</note>
9456 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9457 <source>Su</source><target state="new">Su</target>
9458 <context-group purpose="location">
9459 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9460 <context context-type="linenumber">30</context>
9461 </context-group>
9462 <note priority="1" from="description">Day name min</note>
9463 <note priority="1" from="meaning">Sunday min name</note>
9464 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9465 <source>Mo</source><target state="new">Mo</target>
9466 <context-group purpose="location">
9467 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9468 <context context-type="linenumber">31</context>
9469 </context-group>
9470 <note priority="1" from="description">Day name min</note>
9471 <note priority="1" from="meaning">Monday min name</note>
9472 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9473 <source>Tu</source><target state="new">Tu</target>
9474 <context-group purpose="location">
9475 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9476 <context context-type="linenumber">32</context>
9477 </context-group>
9478 <note priority="1" from="description">Day name min</note>
9479 <note priority="1" from="meaning">Tuesday min name</note>
9480 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9481 <source>We</source><target state="new">We</target>
9482 <context-group purpose="location">
9483 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9484 <context context-type="linenumber">33</context>
9485 </context-group>
9486 <note priority="1" from="description">Day name min</note>
9487 <note priority="1" from="meaning">Wednesday min name</note>
9488 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9489 <source>Th</source><target state="new">Th</target>
9490 <context-group purpose="location">
9491 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9492 <context context-type="linenumber">34</context>
9493 </context-group>
9494 <note priority="1" from="description">Day name min</note>
9495 <note priority="1" from="meaning">Thursday min name</note>
9496 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9497 <source>Fr</source><target state="new">Fr</target>
9498 <context-group purpose="location">
9499 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9500 <context context-type="linenumber">35</context>
9501 </context-group>
9502 <note priority="1" from="description">Day name min</note>
9503 <note priority="1" from="meaning">Friday min name</note>
9504 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9505 <source>Sa</source><target state="new">Sa</target>
9506 <context-group purpose="location">
9507 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9508 <context context-type="linenumber">36</context>
9509 </context-group>
9510 <note priority="1" from="description">Day name min</note>
9511 <note priority="1" from="meaning">Saturday min name</note>
9400 </trans-unit> 9512 </trans-unit>
9401 <trans-unit id="4921929243068857081"> 9513
9402 <source>Sun</source> 9514
9403 <target>Dim</target> 9515
9404 <note from="description" priority="1">Day name short</note> 9516
9405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9517
9406 </trans-unit> 9518
9407 <trans-unit id="8563137213157122993"> 9519
9408 <source>Mon</source> 9520
9409 <target>Lun</target> 9521
9410 <note from="description" priority="1">Day name short</note> 9522
9411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9523
9412 </trans-unit> 9524
9413 <trans-unit id="8502240922750617054"> 9525
9414 <source>Tue</source> 9526
9415 <target>Mar</target>
9416 <note from="description" priority="1">Day name short</note>
9417 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9418 </trans-unit>
9419 <trans-unit id="7421778640995344715">
9420 <source>Wed</source>
9421 <target>Mer</target>
9422 <note from="description" priority="1">Day name short</note>
9423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9424 </trans-unit>
9425 <trans-unit id="4409954796361883558">
9426 <source>Thu</source>
9427 <target>Jeu</target>
9428 <note from="description" priority="1">Day name short</note>
9429 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9430 </trans-unit>
9431 <trans-unit id="5651951128882735477">
9432 <source>Fri</source>
9433 <target>Ven</target>
9434 <note from="description" priority="1">Day name short</note>
9435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9436 </trans-unit>
9437 <trans-unit id="93026920674143073">
9438 <source>Sat</source>
9439 <target>Sam</target>
9440 <note from="description" priority="1">Day name short</note>
9441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9442 </trans-unit>
9443 <trans-unit id="8349763432924710200">
9444 <source>Su</source>
9445 <target>Di</target>
9446 <note from="description" priority="1">Day name min</note>
9447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9448 </trans-unit>
9449 <trans-unit id="4197236438302165051">
9450 <source>Mo</source>
9451 <target>Lu</target>
9452 <note from="description" priority="1">Day name min</note>
9453 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9454 </trans-unit>
9455 <trans-unit id="6034455877220674404">
9456 <source>Tu</source>
9457 <target>Ma</target>
9458 <note from="description" priority="1">Day name min</note>
9459 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9460 </trans-unit>
9461 <trans-unit id="3221670730445125135">
9462 <source>We</source>
9463 <target>Me</target>
9464 <note from="description" priority="1">Day name min</note>
9465 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9466 </trans-unit>
9467 <trans-unit id="772466829681972216">
9468 <source>Th</source>
9469 <target>Je</target>
9470 <note from="description" priority="1">Day name min</note>
9471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9472 </trans-unit>
9473 <trans-unit id="8598262708800132669">
9474 <source>Fr</source>
9475 <target>Ve</target>
9476 <note from="description" priority="1">Day name min</note>
9477 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9478 </trans-unit>
9479 <trans-unit id="569007902695332072">
9480 <source>Sa</source>
9481 <target>Sa</target>
9482 <note from="description" priority="1">Day name min</note>
9483 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9484 </trans-unit>
9485 <trans-unit id="3913843642962116845"> 9527 <trans-unit id="3913843642962116845">
9486 <source>January</source> 9528 <source>January</source>
9487 <target>Janvier</target> 9529 <target>Janvier</target>
@@ -9505,9 +9547,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9505 <trans-unit id="8469692700277617405"> 9547 <trans-unit id="8469692700277617405">
9506 <source>May</source> 9548 <source>May</source>
9507 <target>Mai</target> 9549 <target>Mai</target>
9508 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9550
9509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9551
9510 </trans-unit> 9552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9511 <trans-unit id="9055297580745330415"> 9553 <trans-unit id="9055297580745330415">
9512 <source>June</source> 9554 <source>June</source>
9513 <target>Juin</target> 9555 <target>Juin</target>
@@ -9542,73 +9584,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9542 <source>December</source> 9584 <source>December</source>
9543 <target>Décembre</target> 9585 <target>Décembre</target>
9544 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9586 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9587 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9588 <source>Jan</source><target state="new">Jan</target>
9589 <context-group purpose="location">
9590 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9591 <context context-type="linenumber">55</context>
9592 </context-group>
9593 <note priority="1" from="description">Month name short</note>
9594 <note priority="1" from="meaning">January short name</note>
9595 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9596 <source>Feb</source><target state="new">Feb</target>
9597 <context-group purpose="location">
9598 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9599 <context context-type="linenumber">56</context>
9600 </context-group>
9601 <note priority="1" from="description">Month name short</note>
9602 <note priority="1" from="meaning">February short name</note>
9603 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9604 <source>Mar</source><target state="new">Mar</target>
9605 <context-group purpose="location">
9606 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9607 <context context-type="linenumber">57</context>
9608 </context-group>
9609 <note priority="1" from="description">Month name short</note>
9610 <note priority="1" from="meaning">March short name</note>
9611 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9612 <source>Apr</source><target state="new">Apr</target>
9613 <context-group purpose="location">
9614 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9615 <context context-type="linenumber">58</context>
9616 </context-group>
9617 <note priority="1" from="description">Month name short</note>
9618 <note priority="1" from="meaning">April short name</note>
9619 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9620 <source>May</source><target state="new">May</target>
9621 <context-group purpose="location">
9622 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9623 <context context-type="linenumber">59</context>
9624 </context-group>
9625 <note priority="1" from="description">Month name short</note>
9626 <note priority="1" from="meaning">May short name</note>
9627 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9628 <source>Jun</source><target state="new">Jun</target>
9629 <context-group purpose="location">
9630 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9631 <context context-type="linenumber">60</context>
9632 </context-group>
9633 <note priority="1" from="description">Month name short</note>
9634 <note priority="1" from="meaning">June short name</note>
9635 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9636 <source>Jul</source><target state="new">Jul</target>
9637 <context-group purpose="location">
9638 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9639 <context context-type="linenumber">61</context>
9640 </context-group>
9641 <note priority="1" from="description">Month name short</note>
9642 <note priority="1" from="meaning">July short name</note>
9643 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9644 <source>Aug</source><target state="new">Aug</target>
9645 <context-group purpose="location">
9646 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9647 <context context-type="linenumber">62</context>
9648 </context-group>
9649 <note priority="1" from="description">Month name short</note>
9650 <note priority="1" from="meaning">August short name</note>
9651 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9652 <source>Sep</source><target state="new">Sep</target>
9653 <context-group purpose="location">
9654 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9655 <context context-type="linenumber">63</context>
9656 </context-group>
9657 <note priority="1" from="description">Month name short</note>
9658 <note priority="1" from="meaning">September short name</note>
9659 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9660 <source>Oct</source><target state="new">Oct</target>
9661 <context-group purpose="location">
9662 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9663 <context context-type="linenumber">64</context>
9664 </context-group>
9665 <note priority="1" from="description">Month name short</note>
9666 <note priority="1" from="meaning">October short name</note>
9667 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9668 <source>Nov</source><target state="new">Nov</target>
9669 <context-group purpose="location">
9670 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9671 <context context-type="linenumber">65</context>
9672 </context-group>
9673 <note priority="1" from="description">Month name short</note>
9674 <note priority="1" from="meaning">November short name</note>
9675 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9676 <source>Dec</source><target state="new">Dec</target>
9677 <context-group purpose="location">
9678 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9679 <context context-type="linenumber">66</context>
9680 </context-group>
9681 <note priority="1" from="description">Month name short</note>
9682 <note priority="1" from="meaning">December short name</note>
9545 </trans-unit> 9683 </trans-unit>
9546 <trans-unit id="7595747576974676670"> 9684
9547 <source>Jan</source> 9685
9548 <target>Jan</target> 9686
9549 <note from="description" priority="1">Month name short</note> 9687
9550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9688
9551 </trans-unit> 9689
9552 <trans-unit id="4916040996255005712"> 9690
9553 <source>Feb</source> 9691
9554 <target>Fév</target> 9692
9555 <note from="description" priority="1">Month name short</note> 9693
9556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9694
9557 </trans-unit>
9558 <trans-unit id="6438827956918137617">
9559 <source>Mar</source>
9560 <target>Mar</target>
9561 <note from="description" priority="1">Month name short</note>
9562 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9563 </trans-unit>
9564 <trans-unit id="5507326650332881991">
9565 <source>Apr</source>
9566 <target>Avr</target>
9567 <note from="description" priority="1">Month name short</note>
9568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9569 </trans-unit>
9570 <trans-unit id="2113470244260512015">
9571 <source>Jun</source>
9572 <target>Juin</target>
9573 <note from="description" priority="1">Month name short</note>
9574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9575 </trans-unit>
9576 <trans-unit id="53176888553719239">
9577 <source>Jul</source>
9578 <target>Juil</target>
9579 <note from="description" priority="1">Month name short</note>
9580 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9581 </trans-unit>
9582 <trans-unit id="5648574669404659458">
9583 <source>Aug</source>
9584 <target>Aoû</target>
9585 <note from="description" priority="1">Month name short</note>
9586 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9587 </trans-unit>
9588 <trans-unit id="4354095055982674918">
9589 <source>Sep</source>
9590 <target>Sep</target>
9591 <note from="description" priority="1">Month name short</note>
9592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9593 </trans-unit>
9594 <trans-unit id="6207754626941051341">
9595 <source>Oct</source>
9596 <target>Oct</target>
9597 <note from="description" priority="1">Month name short</note>
9598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9599 </trans-unit>
9600 <trans-unit id="8269261039058575292">
9601 <source>Nov</source>
9602 <target>Nov</target>
9603 <note from="description" priority="1">Month name short</note>
9604 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9605 </trans-unit>
9606 <trans-unit id="7777579586760423636">
9607 <source>Dec</source>
9608 <target>Déc</target>
9609 <note from="description" priority="1">Month name short</note>
9610 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9611 </trans-unit>
9612 <trans-unit id="8700121026680200191"> 9695 <trans-unit id="8700121026680200191">
9613 <source>Clear</source> 9696 <source>Clear</source>
9614 <target>Effacer</target> 9697 <target>Effacer</target>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index 0f1acb008..57a5c3f84 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -9297,91 +9297,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9297 <source>Saturday</source> 9297 <source>Saturday</source>
9298 <target state="translated">DiSathairne</target> 9298 <target state="translated">DiSathairne</target>
9299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9300 </trans-unit> 9300 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9301 <trans-unit id="4921929243068857081" datatype="html"> 9301 <source>Sun</source><target state="new">Sun</target>
9302 <source>Sun</source> 9302 <context-group purpose="location">
9303 <target state="translated">DiD</target> 9303 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9304 <context context-type="linenumber">20</context>
9305 </context-group>
9304 <note priority="1" from="description">Day name short</note> 9306 <note priority="1" from="description">Day name short</note>
9305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9307 <note priority="1" from="meaning">Sunday short name</note>
9306 </trans-unit> 9308 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9307 <trans-unit id="8563137213157122993" datatype="html"> 9309 <source>Mon</source><target state="new">Mon</target>
9308 <source>Mon</source> 9310 <context-group purpose="location">
9309 <target state="translated">DiL</target> 9311 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9312 <context context-type="linenumber">21</context>
9313 </context-group>
9310 <note priority="1" from="description">Day name short</note> 9314 <note priority="1" from="description">Day name short</note>
9311 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9315 <note priority="1" from="meaning">Monday short name</note>
9312 </trans-unit> 9316 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9313 <trans-unit id="8502240922750617054" datatype="html"> 9317 <source>Tue</source><target state="new">Tue</target>
9314 <source>Tue</source> 9318 <context-group purpose="location">
9315 <target state="translated">DiM</target> 9319 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9320 <context context-type="linenumber">22</context>
9321 </context-group>
9316 <note priority="1" from="description">Day name short</note> 9322 <note priority="1" from="description">Day name short</note>
9317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9323 <note priority="1" from="meaning">Tuesday short name</note>
9318 </trans-unit> 9324 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9319 <trans-unit id="7421778640995344715" datatype="html"> 9325 <source>Wed</source><target state="new">Wed</target>
9320 <source>Wed</source> 9326 <context-group purpose="location">
9321 <target state="translated">DiC</target> 9327 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9328 <context context-type="linenumber">23</context>
9329 </context-group>
9322 <note priority="1" from="description">Day name short</note> 9330 <note priority="1" from="description">Day name short</note>
9323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9331 <note priority="1" from="meaning">Wednesday short name</note>
9324 </trans-unit> 9332 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9325 <trans-unit id="4409954796361883558" datatype="html"> 9333 <source>Thu</source><target state="new">Thu</target>
9326 <source>Thu</source> 9334 <context-group purpose="location">
9327 <target state="translated">Dia</target> 9335 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9336 <context context-type="linenumber">24</context>
9337 </context-group>
9328 <note priority="1" from="description">Day name short</note> 9338 <note priority="1" from="description">Day name short</note>
9329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9339 <note priority="1" from="meaning">Thursday short name</note>
9330 </trans-unit> 9340 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9331 <trans-unit id="5651951128882735477" datatype="html"> 9341 <source>Fri</source><target state="new">Fri</target>
9332 <source>Fri</source> 9342 <context-group purpose="location">
9333 <target state="translated">Dih</target> 9343 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9344 <context context-type="linenumber">25</context>
9345 </context-group>
9334 <note priority="1" from="description">Day name short</note> 9346 <note priority="1" from="description">Day name short</note>
9335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9347 <note priority="1" from="meaning">Friday short name</note>
9336 </trans-unit> 9348 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9337 <trans-unit id="93026920674143073" datatype="html"> 9349 <source>Sat</source><target state="new">Sat</target>
9338 <source>Sat</source> 9350 <context-group purpose="location">
9339 <target state="translated">DiS</target> 9351 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9352 <context context-type="linenumber">26</context>
9353 </context-group>
9340 <note priority="1" from="description">Day name short</note> 9354 <note priority="1" from="description">Day name short</note>
9341 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9355 <note priority="1" from="meaning">Saturday short name</note>
9342 </trans-unit> 9356 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9343 <trans-unit id="8349763432924710200" datatype="html"> 9357 <source>Su</source><target state="new">Su</target>
9344 <source>Su</source> 9358 <context-group purpose="location">
9345 <target state="translated">Dò</target> 9359 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9360 <context context-type="linenumber">30</context>
9361 </context-group>
9346 <note priority="1" from="description">Day name min</note> 9362 <note priority="1" from="description">Day name min</note>
9347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9363 <note priority="1" from="meaning">Sunday min name</note>
9348 </trans-unit> 9364 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9349 <trans-unit id="4197236438302165051" datatype="html"> 9365 <source>Mo</source><target state="new">Mo</target>
9350 <source>Mo</source> 9366 <context-group purpose="location">
9351 <target state="translated">Lu</target> 9367 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9368 <context context-type="linenumber">31</context>
9369 </context-group>
9352 <note priority="1" from="description">Day name min</note> 9370 <note priority="1" from="description">Day name min</note>
9353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9371 <note priority="1" from="meaning">Monday min name</note>
9354 </trans-unit> 9372 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9355 <trans-unit id="6034455877220674404" datatype="html"> 9373 <source>Tu</source><target state="new">Tu</target>
9356 <source>Tu</source> 9374 <context-group purpose="location">
9357 <target state="translated">Mà</target> 9375 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9376 <context context-type="linenumber">32</context>
9377 </context-group>
9358 <note priority="1" from="description">Day name min</note> 9378 <note priority="1" from="description">Day name min</note>
9359 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9379 <note priority="1" from="meaning">Tuesday min name</note>
9360 </trans-unit> 9380 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9361 <trans-unit id="3221670730445125135" datatype="html"> 9381 <source>We</source><target state="new">We</target>
9362 <source>We</source> 9382 <context-group purpose="location">
9363 <target state="translated">Ci</target> 9383 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9384 <context context-type="linenumber">33</context>
9385 </context-group>
9364 <note priority="1" from="description">Day name min</note> 9386 <note priority="1" from="description">Day name min</note>
9365 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9387 <note priority="1" from="meaning">Wednesday min name</note>
9366 </trans-unit> 9388 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9367 <trans-unit id="772466829681972216" datatype="html"> 9389 <source>Th</source><target state="new">Th</target>
9368 <source>Th</source> 9390 <context-group purpose="location">
9369 <target state="translated">Da</target> 9391 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9392 <context context-type="linenumber">34</context>
9393 </context-group>
9370 <note priority="1" from="description">Day name min</note> 9394 <note priority="1" from="description">Day name min</note>
9371 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9395 <note priority="1" from="meaning">Thursday min name</note>
9372 </trans-unit> 9396 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9373 <trans-unit id="8598262708800132669" datatype="html"> 9397 <source>Fr</source><target state="new">Fr</target>
9374 <source>Fr</source> 9398 <context-group purpose="location">
9375 <target state="translated">hA</target> 9399 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9400 <context context-type="linenumber">35</context>
9401 </context-group>
9376 <note priority="1" from="description">Day name min</note> 9402 <note priority="1" from="description">Day name min</note>
9377 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9403 <note priority="1" from="meaning">Friday min name</note>
9378 </trans-unit> 9404 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9379 <trans-unit id="569007902695332072" datatype="html"> 9405 <source>Sa</source><target state="new">Sa</target>
9380 <source>Sa</source> 9406 <context-group purpose="location">
9381 <target state="translated">Sa</target> 9407 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9408 <context context-type="linenumber">36</context>
9409 </context-group>
9382 <note priority="1" from="description">Day name min</note> 9410 <note priority="1" from="description">Day name min</note>
9383 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9411 <note priority="1" from="meaning">Saturday min name</note>
9384 </trans-unit> 9412 </trans-unit>
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9385 <trans-unit id="3913843642962116845" datatype="html"> 9427 <trans-unit id="3913843642962116845" datatype="html">
9386 <source>January</source> 9428 <source>January</source>
9387 <target state="translated">Am Faoilleach</target> 9429 <target state="translated">Am Faoilleach</target>
@@ -9405,9 +9447,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9405 <trans-unit id="8469692700277617405" datatype="html"> 9447 <trans-unit id="8469692700277617405" datatype="html">
9406 <source>May</source> 9448 <source>May</source>
9407 <target state="translated">An Cèitean</target> 9449 <target state="translated">An Cèitean</target>
9408 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9450
9409 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9451
9410 </trans-unit> 9452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9411 <trans-unit id="9055297580745330415" datatype="html"> 9453 <trans-unit id="9055297580745330415" datatype="html">
9412 <source>June</source> 9454 <source>June</source>
9413 <target state="translated">An t-Ògmhios</target> 9455 <target state="translated">An t-Ògmhios</target>
@@ -9442,73 +9484,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9442 <source>December</source> 9484 <source>December</source>
9443 <target state="translated">An Dùbhlachd</target> 9485 <target state="translated">An Dùbhlachd</target>
9444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9445 </trans-unit> 9487 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9446 <trans-unit id="7595747576974676670" datatype="html"> 9488 <source>Jan</source><target state="new">Jan</target>
9447 <source>Jan</source> 9489 <context-group purpose="location">
9448 <target state="translated">Faoi</target> 9490 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9491 <context context-type="linenumber">55</context>
9492 </context-group>
9449 <note priority="1" from="description">Month name short</note> 9493 <note priority="1" from="description">Month name short</note>
9450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9494 <note priority="1" from="meaning">January short name</note>
9451 </trans-unit> 9495 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9452 <trans-unit id="4916040996255005712" datatype="html"> 9496 <source>Feb</source><target state="new">Feb</target>
9453 <source>Feb</source> 9497 <context-group purpose="location">
9454 <target state="translated">Gearr</target> 9498 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9499 <context context-type="linenumber">56</context>
9500 </context-group>
9455 <note priority="1" from="description">Month name short</note> 9501 <note priority="1" from="description">Month name short</note>
9456 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9502 <note priority="1" from="meaning">February short name</note>
9457 </trans-unit> 9503 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9458 <trans-unit id="6438827956918137617" datatype="html"> 9504 <source>Mar</source><target state="new">Mar</target>
9459 <source>Mar</source> 9505 <context-group purpose="location">
9460 <target state="translated">Màrt</target> 9506 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9507 <context context-type="linenumber">57</context>
9508 </context-group>
9461 <note priority="1" from="description">Month name short</note> 9509 <note priority="1" from="description">Month name short</note>
9462 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9510 <note priority="1" from="meaning">March short name</note>
9463 </trans-unit> 9511 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9464 <trans-unit id="5507326650332881991" datatype="html"> 9512 <source>Apr</source><target state="new">Apr</target>
9465 <source>Apr</source> 9513 <context-group purpose="location">
9466 <target state="translated">Gibl</target> 9514 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9515 <context context-type="linenumber">58</context>
9516 </context-group>
9467 <note priority="1" from="description">Month name short</note> 9517 <note priority="1" from="description">Month name short</note>
9468 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9518 <note priority="1" from="meaning">April short name</note>
9469 </trans-unit> 9519 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9470 <trans-unit id="2113470244260512015" datatype="html"> 9520 <source>May</source><target state="new">May</target>
9471 <source>Jun</source> 9521 <context-group purpose="location">
9472 <target state="translated">Ògmh</target> 9522 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9523 <context context-type="linenumber">59</context>
9524 </context-group>
9473 <note priority="1" from="description">Month name short</note> 9525 <note priority="1" from="description">Month name short</note>
9474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9526 <note priority="1" from="meaning">May short name</note>
9475 </trans-unit> 9527 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9476 <trans-unit id="53176888553719239" datatype="html"> 9528 <source>Jun</source><target state="new">Jun</target>
9477 <source>Jul</source> 9529 <context-group purpose="location">
9478 <target state="translated">Iuch</target> 9530 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9531 <context context-type="linenumber">60</context>
9532 </context-group>
9479 <note priority="1" from="description">Month name short</note> 9533 <note priority="1" from="description">Month name short</note>
9480 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9534 <note priority="1" from="meaning">June short name</note>
9481 </trans-unit> 9535 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9482 <trans-unit id="5648574669404659458" datatype="html"> 9536 <source>Jul</source><target state="new">Jul</target>
9483 <source>Aug</source> 9537 <context-group purpose="location">
9484 <target state="translated">Lùna</target> 9538 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9539 <context context-type="linenumber">61</context>
9540 </context-group>
9485 <note priority="1" from="description">Month name short</note> 9541 <note priority="1" from="description">Month name short</note>
9486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9542 <note priority="1" from="meaning">July short name</note>
9487 </trans-unit> 9543 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9488 <trans-unit id="4354095055982674918" datatype="html"> 9544 <source>Aug</source><target state="new">Aug</target>
9489 <source>Sep</source> 9545 <context-group purpose="location">
9490 <target state="translated">Sult</target> 9546 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9547 <context context-type="linenumber">62</context>
9548 </context-group>
9491 <note priority="1" from="description">Month name short</note> 9549 <note priority="1" from="description">Month name short</note>
9492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9550 <note priority="1" from="meaning">August short name</note>
9493 </trans-unit> 9551 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9494 <trans-unit id="6207754626941051341" datatype="html"> 9552 <source>Sep</source><target state="new">Sep</target>
9495 <source>Oct</source> 9553 <context-group purpose="location">
9496 <target state="translated">Dàmh</target> 9554 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9555 <context context-type="linenumber">63</context>
9556 </context-group>
9497 <note priority="1" from="description">Month name short</note> 9557 <note priority="1" from="description">Month name short</note>
9498 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9558 <note priority="1" from="meaning">September short name</note>
9499 </trans-unit> 9559 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9500 <trans-unit id="8269261039058575292" datatype="html"> 9560 <source>Oct</source><target state="new">Oct</target>
9501 <source>Nov</source> 9561 <context-group purpose="location">
9502 <target state="translated">Samh</target> 9562 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9563 <context context-type="linenumber">64</context>
9564 </context-group>
9503 <note priority="1" from="description">Month name short</note> 9565 <note priority="1" from="description">Month name short</note>
9504 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9566 <note priority="1" from="meaning">October short name</note>
9505 </trans-unit> 9567 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9506 <trans-unit id="7777579586760423636" datatype="html"> 9568 <source>Nov</source><target state="new">Nov</target>
9507 <source>Dec</source> 9569 <context-group purpose="location">
9508 <target state="translated">Dùbh</target> 9570 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9571 <context context-type="linenumber">65</context>
9572 </context-group>
9509 <note priority="1" from="description">Month name short</note> 9573 <note priority="1" from="description">Month name short</note>
9510 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9574 <note priority="1" from="meaning">November short name</note>
9575 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9576 <source>Dec</source><target state="new">Dec</target>
9577 <context-group purpose="location">
9578 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9579 <context context-type="linenumber">66</context>
9580 </context-group>
9581 <note priority="1" from="description">Month name short</note>
9582 <note priority="1" from="meaning">December short name</note>
9511 </trans-unit> 9583 </trans-unit>
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9512 <trans-unit id="8700121026680200191" datatype="html"> 9595 <trans-unit id="8700121026680200191" datatype="html">
9513 <source>Clear</source> 9596 <source>Clear</source>
9514 <target state="translated">Falamhaich</target> 9597 <target state="translated">Falamhaich</target>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index e51447327..b20046dc8 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -9242,91 +9242,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9242 <source>Saturday</source> 9242 <source>Saturday</source>
9243 <target state="translated">Sábado</target> 9243 <target state="translated">Sábado</target>
9244 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9244 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9245 </trans-unit> 9245 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9246 <trans-unit id="4921929243068857081" datatype="html"> 9246 <source>Sun</source><target state="new">Sun</target>
9247 <source>Sun</source> 9247 <context-group purpose="location">
9248 <target state="translated">Dom</target> 9248 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9249 <context context-type="linenumber">20</context>
9250 </context-group>
9249 <note priority="1" from="description">Day name short</note> 9251 <note priority="1" from="description">Day name short</note>
9250 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9252 <note priority="1" from="meaning">Sunday short name</note>
9251 </trans-unit> 9253 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9252 <trans-unit id="8563137213157122993" datatype="html"> 9254 <source>Mon</source><target state="new">Mon</target>
9253 <source>Mon</source> 9255 <context-group purpose="location">
9254 <target state="translated">Lun</target> 9256 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9257 <context context-type="linenumber">21</context>
9258 </context-group>
9255 <note priority="1" from="description">Day name short</note> 9259 <note priority="1" from="description">Day name short</note>
9256 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9260 <note priority="1" from="meaning">Monday short name</note>
9257 </trans-unit> 9261 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9258 <trans-unit id="8502240922750617054" datatype="html"> 9262 <source>Tue</source><target state="new">Tue</target>
9259 <source>Tue</source> 9263 <context-group purpose="location">
9260 <target state="translated">Mar</target> 9264 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9265 <context context-type="linenumber">22</context>
9266 </context-group>
9261 <note priority="1" from="description">Day name short</note> 9267 <note priority="1" from="description">Day name short</note>
9262 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9268 <note priority="1" from="meaning">Tuesday short name</note>
9263 </trans-unit> 9269 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9264 <trans-unit id="7421778640995344715" datatype="html"> 9270 <source>Wed</source><target state="new">Wed</target>
9265 <source>Wed</source> 9271 <context-group purpose="location">
9266 <target state="translated">Mer</target> 9272 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9273 <context context-type="linenumber">23</context>
9274 </context-group>
9267 <note priority="1" from="description">Day name short</note> 9275 <note priority="1" from="description">Day name short</note>
9268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9276 <note priority="1" from="meaning">Wednesday short name</note>
9269 </trans-unit> 9277 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9270 <trans-unit id="4409954796361883558" datatype="html"> 9278 <source>Thu</source><target state="new">Thu</target>
9271 <source>Thu</source> 9279 <context-group purpose="location">
9272 <target state="translated">Xov</target> 9280 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9281 <context context-type="linenumber">24</context>
9282 </context-group>
9273 <note priority="1" from="description">Day name short</note> 9283 <note priority="1" from="description">Day name short</note>
9274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9284 <note priority="1" from="meaning">Thursday short name</note>
9275 </trans-unit> 9285 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9276 <trans-unit id="5651951128882735477" datatype="html"> 9286 <source>Fri</source><target state="new">Fri</target>
9277 <source>Fri</source> 9287 <context-group purpose="location">
9278 <target state="translated">Ven</target> 9288 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9289 <context context-type="linenumber">25</context>
9290 </context-group>
9279 <note priority="1" from="description">Day name short</note> 9291 <note priority="1" from="description">Day name short</note>
9280 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9292 <note priority="1" from="meaning">Friday short name</note>
9281 </trans-unit> 9293 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9282 <trans-unit id="93026920674143073" datatype="html"> 9294 <source>Sat</source><target state="new">Sat</target>
9283 <source>Sat</source> 9295 <context-group purpose="location">
9284 <target state="translated">Sab</target> 9296 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9297 <context context-type="linenumber">26</context>
9298 </context-group>
9285 <note priority="1" from="description">Day name short</note> 9299 <note priority="1" from="description">Day name short</note>
9286 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9300 <note priority="1" from="meaning">Saturday short name</note>
9287 </trans-unit> 9301 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9288 <trans-unit id="8349763432924710200" datatype="html"> 9302 <source>Su</source><target state="new">Su</target>
9289 <source>Su</source> 9303 <context-group purpose="location">
9290 <target state="translated">Do</target> 9304 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9305 <context context-type="linenumber">30</context>
9306 </context-group>
9291 <note priority="1" from="description">Day name min</note> 9307 <note priority="1" from="description">Day name min</note>
9292 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9308 <note priority="1" from="meaning">Sunday min name</note>
9293 </trans-unit> 9309 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9294 <trans-unit id="4197236438302165051" datatype="html"> 9310 <source>Mo</source><target state="new">Mo</target>
9295 <source>Mo</source> 9311 <context-group purpose="location">
9296 <target state="translated">Lu</target> 9312 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9313 <context context-type="linenumber">31</context>
9314 </context-group>
9297 <note priority="1" from="description">Day name min</note> 9315 <note priority="1" from="description">Day name min</note>
9298 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9316 <note priority="1" from="meaning">Monday min name</note>
9299 </trans-unit> 9317 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9300 <trans-unit id="6034455877220674404" datatype="html"> 9318 <source>Tu</source><target state="new">Tu</target>
9301 <source>Tu</source> 9319 <context-group purpose="location">
9302 <target state="translated">Ma</target> 9320 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9321 <context context-type="linenumber">32</context>
9322 </context-group>
9303 <note priority="1" from="description">Day name min</note> 9323 <note priority="1" from="description">Day name min</note>
9304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9324 <note priority="1" from="meaning">Tuesday min name</note>
9305 </trans-unit> 9325 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9306 <trans-unit id="3221670730445125135" datatype="html"> 9326 <source>We</source><target state="new">We</target>
9307 <source>We</source> 9327 <context-group purpose="location">
9308 <target state="translated">Me</target> 9328 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9329 <context context-type="linenumber">33</context>
9330 </context-group>
9309 <note priority="1" from="description">Day name min</note> 9331 <note priority="1" from="description">Day name min</note>
9310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9332 <note priority="1" from="meaning">Wednesday min name</note>
9311 </trans-unit> 9333 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9312 <trans-unit id="772466829681972216" datatype="html"> 9334 <source>Th</source><target state="new">Th</target>
9313 <source>Th</source> 9335 <context-group purpose="location">
9314 <target state="translated">Xo</target> 9336 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9337 <context context-type="linenumber">34</context>
9338 </context-group>
9315 <note priority="1" from="description">Day name min</note> 9339 <note priority="1" from="description">Day name min</note>
9316 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9340 <note priority="1" from="meaning">Thursday min name</note>
9317 </trans-unit> 9341 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9318 <trans-unit id="8598262708800132669" datatype="html"> 9342 <source>Fr</source><target state="new">Fr</target>
9319 <source>Fr</source> 9343 <context-group purpose="location">
9320 <target state="translated">Ve</target> 9344 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9345 <context context-type="linenumber">35</context>
9346 </context-group>
9321 <note priority="1" from="description">Day name min</note> 9347 <note priority="1" from="description">Day name min</note>
9322 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9348 <note priority="1" from="meaning">Friday min name</note>
9323 </trans-unit> 9349 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9324 <trans-unit id="569007902695332072" datatype="html"> 9350 <source>Sa</source><target state="new">Sa</target>
9325 <source>Sa</source> 9351 <context-group purpose="location">
9326 <target state="translated">Sa</target> 9352 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9353 <context context-type="linenumber">36</context>
9354 </context-group>
9327 <note priority="1" from="description">Day name min</note> 9355 <note priority="1" from="description">Day name min</note>
9328 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9356 <note priority="1" from="meaning">Saturday min name</note>
9329 </trans-unit> 9357 </trans-unit>
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
9369
9370
9371
9330 <trans-unit id="3913843642962116845" datatype="html"> 9372 <trans-unit id="3913843642962116845" datatype="html">
9331 <source>January</source> 9373 <source>January</source>
9332 <target state="translated">Xaneiro</target> 9374 <target state="translated">Xaneiro</target>
@@ -9350,9 +9392,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9350 <trans-unit id="8469692700277617405" datatype="html"> 9392 <trans-unit id="8469692700277617405" datatype="html">
9351 <source>May</source> 9393 <source>May</source>
9352 <target state="translated">Maio</target> 9394 <target state="translated">Maio</target>
9353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9395
9354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9396
9355 </trans-unit> 9397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9356 <trans-unit id="9055297580745330415" datatype="html"> 9398 <trans-unit id="9055297580745330415" datatype="html">
9357 <source>June</source> 9399 <source>June</source>
9358 <target state="translated">Xuño</target> 9400 <target state="translated">Xuño</target>
@@ -9387,73 +9429,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9387 <source>December</source> 9429 <source>December</source>
9388 <target state="translated">Decembro</target> 9430 <target state="translated">Decembro</target>
9389 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9390 </trans-unit> 9432 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9391 <trans-unit id="7595747576974676670" datatype="html"> 9433 <source>Jan</source><target state="new">Jan</target>
9392 <source>Jan</source> 9434 <context-group purpose="location">
9393 <target state="translated">Xan</target> 9435 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9436 <context context-type="linenumber">55</context>
9437 </context-group>
9394 <note priority="1" from="description">Month name short</note> 9438 <note priority="1" from="description">Month name short</note>
9395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9439 <note priority="1" from="meaning">January short name</note>
9396 </trans-unit> 9440 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9397 <trans-unit id="4916040996255005712" datatype="html"> 9441 <source>Feb</source><target state="new">Feb</target>
9398 <source>Feb</source> 9442 <context-group purpose="location">
9399 <target state="translated">Feb</target> 9443 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9444 <context context-type="linenumber">56</context>
9445 </context-group>
9400 <note priority="1" from="description">Month name short</note> 9446 <note priority="1" from="description">Month name short</note>
9401 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9447 <note priority="1" from="meaning">February short name</note>
9402 </trans-unit> 9448 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9403 <trans-unit id="6438827956918137617" datatype="html"> 9449 <source>Mar</source><target state="new">Mar</target>
9404 <source>Mar</source> 9450 <context-group purpose="location">
9405 <target state="translated">Mar</target> 9451 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9452 <context context-type="linenumber">57</context>
9453 </context-group>
9406 <note priority="1" from="description">Month name short</note> 9454 <note priority="1" from="description">Month name short</note>
9407 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9455 <note priority="1" from="meaning">March short name</note>
9408 </trans-unit> 9456 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9409 <trans-unit id="5507326650332881991" datatype="html"> 9457 <source>Apr</source><target state="new">Apr</target>
9410 <source>Apr</source> 9458 <context-group purpose="location">
9411 <target state="translated">Abr</target> 9459 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9460 <context context-type="linenumber">58</context>
9461 </context-group>
9412 <note priority="1" from="description">Month name short</note> 9462 <note priority="1" from="description">Month name short</note>
9413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9463 <note priority="1" from="meaning">April short name</note>
9414 </trans-unit> 9464 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9415 <trans-unit id="2113470244260512015" datatype="html"> 9465 <source>May</source><target state="new">May</target>
9416 <source>Jun</source> 9466 <context-group purpose="location">
9417 <target state="translated">Xuñ</target> 9467 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9468 <context context-type="linenumber">59</context>
9469 </context-group>
9418 <note priority="1" from="description">Month name short</note> 9470 <note priority="1" from="description">Month name short</note>
9419 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9471 <note priority="1" from="meaning">May short name</note>
9420 </trans-unit> 9472 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9421 <trans-unit id="53176888553719239" datatype="html"> 9473 <source>Jun</source><target state="new">Jun</target>
9422 <source>Jul</source> 9474 <context-group purpose="location">
9423 <target state="translated">Xul</target> 9475 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9476 <context context-type="linenumber">60</context>
9477 </context-group>
9424 <note priority="1" from="description">Month name short</note> 9478 <note priority="1" from="description">Month name short</note>
9425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9479 <note priority="1" from="meaning">June short name</note>
9426 </trans-unit> 9480 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9427 <trans-unit id="5648574669404659458" datatype="html"> 9481 <source>Jul</source><target state="new">Jul</target>
9428 <source>Aug</source> 9482 <context-group purpose="location">
9429 <target state="translated">Ago</target> 9483 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9484 <context context-type="linenumber">61</context>
9485 </context-group>
9430 <note priority="1" from="description">Month name short</note> 9486 <note priority="1" from="description">Month name short</note>
9431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9487 <note priority="1" from="meaning">July short name</note>
9432 </trans-unit> 9488 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9433 <trans-unit id="4354095055982674918" datatype="html"> 9489 <source>Aug</source><target state="new">Aug</target>
9434 <source>Sep</source> 9490 <context-group purpose="location">
9435 <target state="translated">Set</target> 9491 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9492 <context context-type="linenumber">62</context>
9493 </context-group>
9436 <note priority="1" from="description">Month name short</note> 9494 <note priority="1" from="description">Month name short</note>
9437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9495 <note priority="1" from="meaning">August short name</note>
9438 </trans-unit> 9496 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9439 <trans-unit id="6207754626941051341" datatype="html"> 9497 <source>Sep</source><target state="new">Sep</target>
9440 <source>Oct</source> 9498 <context-group purpose="location">
9441 <target state="translated">Out</target> 9499 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9500 <context context-type="linenumber">63</context>
9501 </context-group>
9442 <note priority="1" from="description">Month name short</note> 9502 <note priority="1" from="description">Month name short</note>
9443 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9503 <note priority="1" from="meaning">September short name</note>
9444 </trans-unit> 9504 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9445 <trans-unit id="8269261039058575292" datatype="html"> 9505 <source>Oct</source><target state="new">Oct</target>
9446 <source>Nov</source> 9506 <context-group purpose="location">
9447 <target state="translated">Nov</target> 9507 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9508 <context context-type="linenumber">64</context>
9509 </context-group>
9448 <note priority="1" from="description">Month name short</note> 9510 <note priority="1" from="description">Month name short</note>
9449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9511 <note priority="1" from="meaning">October short name</note>
9450 </trans-unit> 9512 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9451 <trans-unit id="7777579586760423636" datatype="html"> 9513 <source>Nov</source><target state="new">Nov</target>
9452 <source>Dec</source> 9514 <context-group purpose="location">
9453 <target state="translated">Dec</target> 9515 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9516 <context context-type="linenumber">65</context>
9517 </context-group>
9454 <note priority="1" from="description">Month name short</note> 9518 <note priority="1" from="description">Month name short</note>
9455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9519 <note priority="1" from="meaning">November short name</note>
9520 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9521 <source>Dec</source><target state="new">Dec</target>
9522 <context-group purpose="location">
9523 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9524 <context context-type="linenumber">66</context>
9525 </context-group>
9526 <note priority="1" from="description">Month name short</note>
9527 <note priority="1" from="meaning">December short name</note>
9456 </trans-unit> 9528 </trans-unit>
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9457 <trans-unit id="8700121026680200191" datatype="html"> 9540 <trans-unit id="8700121026680200191" datatype="html">
9458 <source>Clear</source> 9541 <source>Clear</source>
9459 <target state="translated">Baleirar</target> 9542 <target state="translated">Baleirar</target>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index c7f719cc6..175a5e96c 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -9221,91 +9221,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9221 <source>Saturday</source> 9221 <source>Saturday</source>
9222 <target state="translated">Szombat</target> 9222 <target state="translated">Szombat</target>
9223 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9223 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9224 </trans-unit> 9224 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9225 <trans-unit id="4921929243068857081" datatype="html"> 9225 <source>Sun</source><target state="new">Sun</target>
9226 <source>Sun</source> 9226 <context-group purpose="location">
9227 <target state="translated">Vas</target> 9227 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9228 <context context-type="linenumber">20</context>
9229 </context-group>
9228 <note priority="1" from="description">Day name short</note> 9230 <note priority="1" from="description">Day name short</note>
9229 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9231 <note priority="1" from="meaning">Sunday short name</note>
9230 </trans-unit> 9232 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9231 <trans-unit id="8563137213157122993" datatype="html"> 9233 <source>Mon</source><target state="new">Mon</target>
9232 <source>Mon</source> 9234 <context-group purpose="location">
9233 <target state="translated">Hét</target> 9235 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9236 <context context-type="linenumber">21</context>
9237 </context-group>
9234 <note priority="1" from="description">Day name short</note> 9238 <note priority="1" from="description">Day name short</note>
9235 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9239 <note priority="1" from="meaning">Monday short name</note>
9236 </trans-unit> 9240 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9237 <trans-unit id="8502240922750617054" datatype="html"> 9241 <source>Tue</source><target state="new">Tue</target>
9238 <source>Tue</source> 9242 <context-group purpose="location">
9239 <target state="translated">Ked</target> 9243 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9244 <context context-type="linenumber">22</context>
9245 </context-group>
9240 <note priority="1" from="description">Day name short</note> 9246 <note priority="1" from="description">Day name short</note>
9241 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9247 <note priority="1" from="meaning">Tuesday short name</note>
9242 </trans-unit> 9248 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9243 <trans-unit id="7421778640995344715" datatype="html"> 9249 <source>Wed</source><target state="new">Wed</target>
9244 <source>Wed</source> 9250 <context-group purpose="location">
9245 <target state="translated">Sze</target> 9251 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9252 <context context-type="linenumber">23</context>
9253 </context-group>
9246 <note priority="1" from="description">Day name short</note> 9254 <note priority="1" from="description">Day name short</note>
9247 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9255 <note priority="1" from="meaning">Wednesday short name</note>
9248 </trans-unit> 9256 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9249 <trans-unit id="4409954796361883558" datatype="html"> 9257 <source>Thu</source><target state="new">Thu</target>
9250 <source>Thu</source> 9258 <context-group purpose="location">
9251 <target state="translated">Csü</target> 9259 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9260 <context context-type="linenumber">24</context>
9261 </context-group>
9252 <note priority="1" from="description">Day name short</note> 9262 <note priority="1" from="description">Day name short</note>
9253 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9263 <note priority="1" from="meaning">Thursday short name</note>
9254 </trans-unit> 9264 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9255 <trans-unit id="5651951128882735477" datatype="html"> 9265 <source>Fri</source><target state="new">Fri</target>
9256 <source>Fri</source> 9266 <context-group purpose="location">
9257 <target state="translated">Pén</target> 9267 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9268 <context context-type="linenumber">25</context>
9269 </context-group>
9258 <note priority="1" from="description">Day name short</note> 9270 <note priority="1" from="description">Day name short</note>
9259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9271 <note priority="1" from="meaning">Friday short name</note>
9260 </trans-unit> 9272 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9261 <trans-unit id="93026920674143073" datatype="html"> 9273 <source>Sat</source><target state="new">Sat</target>
9262 <source>Sat</source> 9274 <context-group purpose="location">
9263 <target state="translated">Szo</target> 9275 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9276 <context context-type="linenumber">26</context>
9277 </context-group>
9264 <note priority="1" from="description">Day name short</note> 9278 <note priority="1" from="description">Day name short</note>
9265 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9279 <note priority="1" from="meaning">Saturday short name</note>
9266 </trans-unit> 9280 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9267 <trans-unit id="8349763432924710200" datatype="html"> 9281 <source>Su</source><target state="new">Su</target>
9268 <source>Su</source> 9282 <context-group purpose="location">
9269 <target state="translated">V</target> 9283 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9284 <context context-type="linenumber">30</context>
9285 </context-group>
9270 <note priority="1" from="description">Day name min</note> 9286 <note priority="1" from="description">Day name min</note>
9271 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9287 <note priority="1" from="meaning">Sunday min name</note>
9272 </trans-unit> 9288 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9273 <trans-unit id="4197236438302165051" datatype="html"> 9289 <source>Mo</source><target state="new">Mo</target>
9274 <source>Mo</source> 9290 <context-group purpose="location">
9275 <target state="translated">H</target> 9291 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9292 <context context-type="linenumber">31</context>
9293 </context-group>
9276 <note priority="1" from="description">Day name min</note> 9294 <note priority="1" from="description">Day name min</note>
9277 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9295 <note priority="1" from="meaning">Monday min name</note>
9278 </trans-unit> 9296 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9279 <trans-unit id="6034455877220674404" datatype="html"> 9297 <source>Tu</source><target state="new">Tu</target>
9280 <source>Tu</source> 9298 <context-group purpose="location">
9281 <target state="translated">K</target> 9299 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9300 <context context-type="linenumber">32</context>
9301 </context-group>
9282 <note priority="1" from="description">Day name min</note> 9302 <note priority="1" from="description">Day name min</note>
9283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9303 <note priority="1" from="meaning">Tuesday min name</note>
9284 </trans-unit> 9304 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9285 <trans-unit id="3221670730445125135" datatype="html"> 9305 <source>We</source><target state="new">We</target>
9286 <source>We</source> 9306 <context-group purpose="location">
9287 <target state="translated">Sze</target> 9307 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9308 <context context-type="linenumber">33</context>
9309 </context-group>
9288 <note priority="1" from="description">Day name min</note> 9310 <note priority="1" from="description">Day name min</note>
9289 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9311 <note priority="1" from="meaning">Wednesday min name</note>
9290 </trans-unit> 9312 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9291 <trans-unit id="772466829681972216" datatype="html"> 9313 <source>Th</source><target state="new">Th</target>
9292 <source>Th</source> 9314 <context-group purpose="location">
9293 <target state="translated">Cs</target> 9315 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9316 <context context-type="linenumber">34</context>
9317 </context-group>
9294 <note priority="1" from="description">Day name min</note> 9318 <note priority="1" from="description">Day name min</note>
9295 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9319 <note priority="1" from="meaning">Thursday min name</note>
9296 </trans-unit> 9320 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9297 <trans-unit id="8598262708800132669" datatype="html"> 9321 <source>Fr</source><target state="new">Fr</target>
9298 <source>Fr</source> 9322 <context-group purpose="location">
9299 <target state="translated">P</target> 9323 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9324 <context context-type="linenumber">35</context>
9325 </context-group>
9300 <note priority="1" from="description">Day name min</note> 9326 <note priority="1" from="description">Day name min</note>
9301 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9327 <note priority="1" from="meaning">Friday min name</note>
9302 </trans-unit> 9328 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9303 <trans-unit id="569007902695332072" datatype="html"> 9329 <source>Sa</source><target state="new">Sa</target>
9304 <source>Sa</source> 9330 <context-group purpose="location">
9305 <target state="translated">Szo</target> 9331 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9332 <context context-type="linenumber">36</context>
9333 </context-group>
9306 <note priority="1" from="description">Day name min</note> 9334 <note priority="1" from="description">Day name min</note>
9307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9335 <note priority="1" from="meaning">Saturday min name</note>
9308 </trans-unit> 9336 </trans-unit>
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349
9350
9309 <trans-unit id="3913843642962116845" datatype="html"> 9351 <trans-unit id="3913843642962116845" datatype="html">
9310 <source>January</source> 9352 <source>January</source>
9311 <target state="translated">Január</target> 9353 <target state="translated">Január</target>
@@ -9329,9 +9371,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9329 <trans-unit id="8469692700277617405" datatype="html"> 9371 <trans-unit id="8469692700277617405" datatype="html">
9330 <source>May</source> 9372 <source>May</source>
9331 <target state="translated">Május</target> 9373 <target state="translated">Május</target>
9332 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9374
9333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9375
9334 </trans-unit> 9376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9335 <trans-unit id="9055297580745330415" datatype="html"> 9377 <trans-unit id="9055297580745330415" datatype="html">
9336 <source>June</source> 9378 <source>June</source>
9337 <target state="translated">Június</target> 9379 <target state="translated">Június</target>
@@ -9366,73 +9408,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9366 <source>December</source> 9408 <source>December</source>
9367 <target state="translated">December</target> 9409 <target state="translated">December</target>
9368 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9369 </trans-unit> 9411 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9370 <trans-unit id="7595747576974676670" datatype="html"> 9412 <source>Jan</source><target state="new">Jan</target>
9371 <source>Jan</source> 9413 <context-group purpose="location">
9372 <target state="translated">Jan</target> 9414 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9415 <context context-type="linenumber">55</context>
9416 </context-group>
9373 <note priority="1" from="description">Month name short</note> 9417 <note priority="1" from="description">Month name short</note>
9374 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9418 <note priority="1" from="meaning">January short name</note>
9375 </trans-unit> 9419 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9376 <trans-unit id="4916040996255005712" datatype="html"> 9420 <source>Feb</source><target state="new">Feb</target>
9377 <source>Feb</source> 9421 <context-group purpose="location">
9378 <target state="translated">Feb</target> 9422 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9423 <context context-type="linenumber">56</context>
9424 </context-group>
9379 <note priority="1" from="description">Month name short</note> 9425 <note priority="1" from="description">Month name short</note>
9380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9426 <note priority="1" from="meaning">February short name</note>
9381 </trans-unit> 9427 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9382 <trans-unit id="6438827956918137617" datatype="html"> 9428 <source>Mar</source><target state="new">Mar</target>
9383 <source>Mar</source> 9429 <context-group purpose="location">
9384 <target state="translated">Már</target> 9430 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9431 <context context-type="linenumber">57</context>
9432 </context-group>
9385 <note priority="1" from="description">Month name short</note> 9433 <note priority="1" from="description">Month name short</note>
9386 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9434 <note priority="1" from="meaning">March short name</note>
9387 </trans-unit> 9435 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9388 <trans-unit id="5507326650332881991" datatype="html"> 9436 <source>Apr</source><target state="new">Apr</target>
9389 <source>Apr</source> 9437 <context-group purpose="location">
9390 <target state="translated">Ápr</target> 9438 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9439 <context context-type="linenumber">58</context>
9440 </context-group>
9391 <note priority="1" from="description">Month name short</note> 9441 <note priority="1" from="description">Month name short</note>
9392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9442 <note priority="1" from="meaning">April short name</note>
9393 </trans-unit> 9443 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9394 <trans-unit id="2113470244260512015" datatype="html"> 9444 <source>May</source><target state="new">May</target>
9395 <source>Jun</source> 9445 <context-group purpose="location">
9396 <target state="translated">Jún</target> 9446 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9447 <context context-type="linenumber">59</context>
9448 </context-group>
9397 <note priority="1" from="description">Month name short</note> 9449 <note priority="1" from="description">Month name short</note>
9398 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9450 <note priority="1" from="meaning">May short name</note>
9399 </trans-unit> 9451 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9400 <trans-unit id="53176888553719239" datatype="html"> 9452 <source>Jun</source><target state="new">Jun</target>
9401 <source>Jul</source> 9453 <context-group purpose="location">
9402 <target state="translated">Júl</target> 9454 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9455 <context context-type="linenumber">60</context>
9456 </context-group>
9403 <note priority="1" from="description">Month name short</note> 9457 <note priority="1" from="description">Month name short</note>
9404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9458 <note priority="1" from="meaning">June short name</note>
9405 </trans-unit> 9459 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9406 <trans-unit id="5648574669404659458" datatype="html"> 9460 <source>Jul</source><target state="new">Jul</target>
9407 <source>Aug</source> 9461 <context-group purpose="location">
9408 <target state="translated">Aug</target> 9462 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9463 <context context-type="linenumber">61</context>
9464 </context-group>
9409 <note priority="1" from="description">Month name short</note> 9465 <note priority="1" from="description">Month name short</note>
9410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9466 <note priority="1" from="meaning">July short name</note>
9411 </trans-unit> 9467 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9412 <trans-unit id="4354095055982674918" datatype="html"> 9468 <source>Aug</source><target state="new">Aug</target>
9413 <source>Sep</source> 9469 <context-group purpose="location">
9414 <target state="translated">Sze</target> 9470 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9471 <context context-type="linenumber">62</context>
9472 </context-group>
9415 <note priority="1" from="description">Month name short</note> 9473 <note priority="1" from="description">Month name short</note>
9416 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9474 <note priority="1" from="meaning">August short name</note>
9417 </trans-unit> 9475 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9418 <trans-unit id="6207754626941051341" datatype="html"> 9476 <source>Sep</source><target state="new">Sep</target>
9419 <source>Oct</source> 9477 <context-group purpose="location">
9420 <target state="translated">Okt</target> 9478 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9479 <context context-type="linenumber">63</context>
9480 </context-group>
9421 <note priority="1" from="description">Month name short</note> 9481 <note priority="1" from="description">Month name short</note>
9422 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9482 <note priority="1" from="meaning">September short name</note>
9423 </trans-unit> 9483 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9424 <trans-unit id="8269261039058575292" datatype="html"> 9484 <source>Oct</source><target state="new">Oct</target>
9425 <source>Nov</source> 9485 <context-group purpose="location">
9426 <target state="translated">Nov</target> 9486 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9487 <context context-type="linenumber">64</context>
9488 </context-group>
9427 <note priority="1" from="description">Month name short</note> 9489 <note priority="1" from="description">Month name short</note>
9428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9490 <note priority="1" from="meaning">October short name</note>
9429 </trans-unit> 9491 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9430 <trans-unit id="7777579586760423636" datatype="html"> 9492 <source>Nov</source><target state="new">Nov</target>
9431 <source>Dec</source> 9493 <context-group purpose="location">
9432 <target state="translated">Dec</target> 9494 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9495 <context context-type="linenumber">65</context>
9496 </context-group>
9433 <note priority="1" from="description">Month name short</note> 9497 <note priority="1" from="description">Month name short</note>
9434 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9498 <note priority="1" from="meaning">November short name</note>
9499 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9500 <source>Dec</source><target state="new">Dec</target>
9501 <context-group purpose="location">
9502 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9503 <context context-type="linenumber">66</context>
9504 </context-group>
9505 <note priority="1" from="description">Month name short</note>
9506 <note priority="1" from="meaning">December short name</note>
9435 </trans-unit> 9507 </trans-unit>
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9436 <trans-unit id="8700121026680200191" datatype="html"> 9519 <trans-unit id="8700121026680200191" datatype="html">
9437 <source>Clear</source> 9520 <source>Clear</source>
9438 <target state="translated">Törlés</target> 9521 <target state="translated">Törlés</target>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index f45ef5d32..32d20dd03 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -8946,91 +8946,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8946 <source>Saturday</source> 8946 <source>Saturday</source>
8947 <target>Sabato</target> 8947 <target>Sabato</target>
8948 8948
8949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 8949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
8950 <trans-unit id="4921929243068857081"> 8950 <source>Sun</source><target state="new">Sun</target>
8951 <source>Sun</source> 8951 <context-group purpose="location">
8952 <target>Dom</target> 8952 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8953 <note from="description" priority="1">Day name short</note> 8953 <context context-type="linenumber">20</context>
8954 8954 </context-group>
8955 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 8955 <note priority="1" from="description">Day name short</note>
8956 <trans-unit id="8563137213157122993"> 8956 <note priority="1" from="meaning">Sunday short name</note>
8957 <source>Mon</source> 8957 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
8958 <target>Lun</target> 8958 <source>Mon</source><target state="new">Mon</target>
8959 <note from="description" priority="1">Day name short</note> 8959 <context-group purpose="location">
8960 8960 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 8961 <context context-type="linenumber">21</context>
8962 <trans-unit id="8502240922750617054"> 8962 </context-group>
8963 <source>Tue</source> 8963 <note priority="1" from="description">Day name short</note>
8964 <target>Mar</target> 8964 <note priority="1" from="meaning">Monday short name</note>
8965 <note from="description" priority="1">Day name short</note> 8965 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
8966 8966 <source>Tue</source><target state="new">Tue</target>
8967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 8967 <context-group purpose="location">
8968 <trans-unit id="7421778640995344715"> 8968 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8969 <source>Wed</source> 8969 <context context-type="linenumber">22</context>
8970 <target>Mer</target> 8970 </context-group>
8971 <note from="description" priority="1">Day name short</note> 8971 <note priority="1" from="description">Day name short</note>
8972 8972 <note priority="1" from="meaning">Tuesday short name</note>
8973 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 8973 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
8974 <trans-unit id="4409954796361883558"> 8974 <source>Wed</source><target state="new">Wed</target>
8975 <source>Thu</source> 8975 <context-group purpose="location">
8976 <target>Gio</target> 8976 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8977 <note from="description" priority="1">Day name short</note> 8977 <context context-type="linenumber">23</context>
8978 8978 </context-group>
8979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 8979 <note priority="1" from="description">Day name short</note>
8980 <trans-unit id="5651951128882735477"> 8980 <note priority="1" from="meaning">Wednesday short name</note>
8981 <source>Fri</source> 8981 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
8982 <target>Ven</target> 8982 <source>Thu</source><target state="new">Thu</target>
8983 <note from="description" priority="1">Day name short</note> 8983 <context-group purpose="location">
8984 8984 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8985 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 8985 <context context-type="linenumber">24</context>
8986 <trans-unit id="93026920674143073"> 8986 </context-group>
8987 <source>Sat</source> 8987 <note priority="1" from="description">Day name short</note>
8988 <target>Sab</target> 8988 <note priority="1" from="meaning">Thursday short name</note>
8989 <note from="description" priority="1">Day name short</note> 8989 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
8990 8990 <source>Fri</source><target state="new">Fri</target>
8991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 8991 <context-group purpose="location">
8992 <trans-unit id="8349763432924710200"> 8992 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8993 <source>Su</source> 8993 <context context-type="linenumber">25</context>
8994 <target>Do</target> 8994 </context-group>
8995 <note from="description" priority="1">Day name min</note> 8995 <note priority="1" from="description">Day name short</note>
8996 8996 <note priority="1" from="meaning">Friday short name</note>
8997 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 8997 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
8998 <trans-unit id="4197236438302165051"> 8998 <source>Sat</source><target state="new">Sat</target>
8999 <source>Mo</source> 8999 <context-group purpose="location">
9000 <target>Lu</target> 9000 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9001 <note from="description" priority="1">Day name min</note> 9001 <context context-type="linenumber">26</context>
9002 9002 </context-group>
9003 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9003 <note priority="1" from="description">Day name short</note>
9004 <trans-unit id="6034455877220674404"> 9004 <note priority="1" from="meaning">Saturday short name</note>
9005 <source>Tu</source> 9005 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9006 <target>Ma</target> 9006 <source>Su</source><target state="new">Su</target>
9007 <note from="description" priority="1">Day name min</note> 9007 <context-group purpose="location">
9008 9008 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9009 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9009 <context context-type="linenumber">30</context>
9010 <trans-unit id="3221670730445125135"> 9010 </context-group>
9011 <source>We</source> 9011 <note priority="1" from="description">Day name min</note>
9012 <target>Me</target> 9012 <note priority="1" from="meaning">Sunday min name</note>
9013 <note from="description" priority="1">Day name min</note> 9013 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9014 9014 <source>Mo</source><target state="new">Mo</target>
9015 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9015 <context-group purpose="location">
9016 <trans-unit id="772466829681972216"> 9016 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9017 <source>Th</source> 9017 <context context-type="linenumber">31</context>
9018 <target>Gi</target> 9018 </context-group>
9019 <note from="description" priority="1">Day name min</note> 9019 <note priority="1" from="description">Day name min</note>
9020 9020 <note priority="1" from="meaning">Monday min name</note>
9021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9021 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9022 <trans-unit id="8598262708800132669"> 9022 <source>Tu</source><target state="new">Tu</target>
9023 <source>Fr</source> 9023 <context-group purpose="location">
9024 <target>Ve</target> 9024 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9025 <note from="description" priority="1">Day name min</note> 9025 <context context-type="linenumber">32</context>
9026 9026 </context-group>
9027 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9027 <note priority="1" from="description">Day name min</note>
9028 <trans-unit id="569007902695332072"> 9028 <note priority="1" from="meaning">Tuesday min name</note>
9029 <source>Sa</source> 9029 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9030 <target>Sa</target> 9030 <source>We</source><target state="new">We</target>
9031 <note from="description" priority="1">Day name min</note> 9031 <context-group purpose="location">
9032 9032 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9033 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9033 <context context-type="linenumber">33</context>
9034 </context-group>
9035 <note priority="1" from="description">Day name min</note>
9036 <note priority="1" from="meaning">Wednesday min name</note>
9037 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9038 <source>Th</source><target state="new">Th</target>
9039 <context-group purpose="location">
9040 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9041 <context context-type="linenumber">34</context>
9042 </context-group>
9043 <note priority="1" from="description">Day name min</note>
9044 <note priority="1" from="meaning">Thursday min name</note>
9045 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9046 <source>Fr</source><target state="new">Fr</target>
9047 <context-group purpose="location">
9048 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9049 <context context-type="linenumber">35</context>
9050 </context-group>
9051 <note priority="1" from="description">Day name min</note>
9052 <note priority="1" from="meaning">Friday min name</note>
9053 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9054 <source>Sa</source><target state="new">Sa</target>
9055 <context-group purpose="location">
9056 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9057 <context context-type="linenumber">36</context>
9058 </context-group>
9059 <note priority="1" from="description">Day name min</note>
9060 <note priority="1" from="meaning">Saturday min name</note>
9061 </trans-unit>
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9034 <trans-unit id="3913843642962116845"> 9076 <trans-unit id="3913843642962116845">
9035 <source>January</source> 9077 <source>January</source>
9036 <target>Gennaio</target> 9078 <target>Gennaio</target>
@@ -9056,7 +9098,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9056 <target>Maggio</target> 9098 <target>Maggio</target>
9057 9099
9058 9100
9059 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9101 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9060 <trans-unit id="9055297580745330415"> 9102 <trans-unit id="9055297580745330415">
9061 <source>June</source> 9103 <source>June</source>
9062 <target>Giugno</target> 9104 <target>Giugno</target>
@@ -9091,73 +9133,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9091 <source>December</source> 9133 <source>December</source>
9092 <target>Dicembre</target> 9134 <target>Dicembre</target>
9093 9135
9094 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9095 <trans-unit id="7595747576974676670"> 9137 <source>Jan</source><target state="new">Jan</target>
9096 <source>Jan</source> 9138 <context-group purpose="location">
9097 <target>Gen</target> 9139 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9098 <note from="description" priority="1">Month name short</note> 9140 <context context-type="linenumber">55</context>
9099 9141 </context-group>
9100 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9142 <note priority="1" from="description">Month name short</note>
9101 <trans-unit id="4916040996255005712"> 9143 <note priority="1" from="meaning">January short name</note>
9102 <source>Feb</source> 9144 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9103 <target>Feb</target> 9145 <source>Feb</source><target state="new">Feb</target>
9104 <note from="description" priority="1">Month name short</note> 9146 <context-group purpose="location">
9105 9147 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9106 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9148 <context context-type="linenumber">56</context>
9107 <trans-unit id="6438827956918137617"> 9149 </context-group>
9108 <source>Mar</source> 9150 <note priority="1" from="description">Month name short</note>
9109 <target>Mar</target> 9151 <note priority="1" from="meaning">February short name</note>
9110 <note from="description" priority="1">Month name short</note> 9152 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9111 9153 <source>Mar</source><target state="new">Mar</target>
9112 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9154 <context-group purpose="location">
9113 <trans-unit id="5507326650332881991"> 9155 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9114 <source>Apr</source> 9156 <context context-type="linenumber">57</context>
9115 <target>Apr</target> 9157 </context-group>
9116 <note from="description" priority="1">Month name short</note> 9158 <note priority="1" from="description">Month name short</note>
9117 9159 <note priority="1" from="meaning">March short name</note>
9118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9160 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9119 <trans-unit id="2113470244260512015"> 9161 <source>Apr</source><target state="new">Apr</target>
9120 <source>Jun</source> 9162 <context-group purpose="location">
9121 <target>Giu</target> 9163 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9122 <note from="description" priority="1">Month name short</note> 9164 <context context-type="linenumber">58</context>
9123 9165 </context-group>
9124 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9166 <note priority="1" from="description">Month name short</note>
9125 <trans-unit id="53176888553719239"> 9167 <note priority="1" from="meaning">April short name</note>
9126 <source>Jul</source> 9168 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9127 <target>Lug</target> 9169 <source>May</source><target state="new">May</target>
9128 <note from="description" priority="1">Month name short</note> 9170 <context-group purpose="location">
9129 9171 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9130 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9172 <context context-type="linenumber">59</context>
9131 <trans-unit id="5648574669404659458"> 9173 </context-group>
9132 <source>Aug</source> 9174 <note priority="1" from="description">Month name short</note>
9133 <target>Ago</target> 9175 <note priority="1" from="meaning">May short name</note>
9134 <note from="description" priority="1">Month name short</note> 9176 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9135 9177 <source>Jun</source><target state="new">Jun</target>
9136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9178 <context-group purpose="location">
9137 <trans-unit id="4354095055982674918"> 9179 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9138 <source>Sep</source> 9180 <context context-type="linenumber">60</context>
9139 <target>Set</target> 9181 </context-group>
9140 <note from="description" priority="1">Month name short</note> 9182 <note priority="1" from="description">Month name short</note>
9141 9183 <note priority="1" from="meaning">June short name</note>
9142 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9184 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9143 <trans-unit id="6207754626941051341"> 9185 <source>Jul</source><target state="new">Jul</target>
9144 <source>Oct</source> 9186 <context-group purpose="location">
9145 <target>Ott</target> 9187 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9146 <note from="description" priority="1">Month name short</note> 9188 <context context-type="linenumber">61</context>
9147 9189 </context-group>
9148 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9190 <note priority="1" from="description">Month name short</note>
9149 <trans-unit id="8269261039058575292"> 9191 <note priority="1" from="meaning">July short name</note>
9150 <source>Nov</source> 9192 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9151 <target>Nov</target> 9193 <source>Aug</source><target state="new">Aug</target>
9152 <note from="description" priority="1">Month name short</note> 9194 <context-group purpose="location">
9153 9195 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9154 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9196 <context context-type="linenumber">62</context>
9155 <trans-unit id="7777579586760423636"> 9197 </context-group>
9156 <source>Dec</source> 9198 <note priority="1" from="description">Month name short</note>
9157 <target>Dic</target> 9199 <note priority="1" from="meaning">August short name</note>
9158 <note from="description" priority="1">Month name short</note> 9200 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9159 9201 <source>Sep</source><target state="new">Sep</target>
9160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9202 <context-group purpose="location">
9203 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9204 <context context-type="linenumber">63</context>
9205 </context-group>
9206 <note priority="1" from="description">Month name short</note>
9207 <note priority="1" from="meaning">September short name</note>
9208 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9209 <source>Oct</source><target state="new">Oct</target>
9210 <context-group purpose="location">
9211 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9212 <context context-type="linenumber">64</context>
9213 </context-group>
9214 <note priority="1" from="description">Month name short</note>
9215 <note priority="1" from="meaning">October short name</note>
9216 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9217 <source>Nov</source><target state="new">Nov</target>
9218 <context-group purpose="location">
9219 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9220 <context context-type="linenumber">65</context>
9221 </context-group>
9222 <note priority="1" from="description">Month name short</note>
9223 <note priority="1" from="meaning">November short name</note>
9224 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9225 <source>Dec</source><target state="new">Dec</target>
9226 <context-group purpose="location">
9227 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9228 <context context-type="linenumber">66</context>
9229 </context-group>
9230 <note priority="1" from="description">Month name short</note>
9231 <note priority="1" from="meaning">December short name</note>
9232 </trans-unit>
9233
9234
9235
9236
9237
9238
9239
9240
9241
9242
9243
9161 <trans-unit id="8700121026680200191"> 9244 <trans-unit id="8700121026680200191">
9162 <source>Clear</source> 9245 <source>Clear</source>
9163 <target>Resetta</target> 9246 <target>Resetta</target>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index b222d56b8..0db84a1d1 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -9314,91 +9314,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9314 <source>Saturday</source> 9314 <source>Saturday</source>
9315 <target>土曜日</target> 9315 <target>土曜日</target>
9316 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9316 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9317 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9318 <source>Sun</source><target state="new">Sun</target>
9319 <context-group purpose="location">
9320 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9321 <context context-type="linenumber">20</context>
9322 </context-group>
9323 <note priority="1" from="description">Day name short</note>
9324 <note priority="1" from="meaning">Sunday short name</note>
9325 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9326 <source>Mon</source><target state="new">Mon</target>
9327 <context-group purpose="location">
9328 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9329 <context context-type="linenumber">21</context>
9330 </context-group>
9331 <note priority="1" from="description">Day name short</note>
9332 <note priority="1" from="meaning">Monday short name</note>
9333 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9334 <source>Tue</source><target state="new">Tue</target>
9335 <context-group purpose="location">
9336 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9337 <context context-type="linenumber">22</context>
9338 </context-group>
9339 <note priority="1" from="description">Day name short</note>
9340 <note priority="1" from="meaning">Tuesday short name</note>
9341 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9342 <source>Wed</source><target state="new">Wed</target>
9343 <context-group purpose="location">
9344 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9345 <context context-type="linenumber">23</context>
9346 </context-group>
9347 <note priority="1" from="description">Day name short</note>
9348 <note priority="1" from="meaning">Wednesday short name</note>
9349 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9350 <source>Thu</source><target state="new">Thu</target>
9351 <context-group purpose="location">
9352 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9353 <context context-type="linenumber">24</context>
9354 </context-group>
9355 <note priority="1" from="description">Day name short</note>
9356 <note priority="1" from="meaning">Thursday short name</note>
9357 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9358 <source>Fri</source><target state="new">Fri</target>
9359 <context-group purpose="location">
9360 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9361 <context context-type="linenumber">25</context>
9362 </context-group>
9363 <note priority="1" from="description">Day name short</note>
9364 <note priority="1" from="meaning">Friday short name</note>
9365 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9366 <source>Sat</source><target state="new">Sat</target>
9367 <context-group purpose="location">
9368 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9369 <context context-type="linenumber">26</context>
9370 </context-group>
9371 <note priority="1" from="description">Day name short</note>
9372 <note priority="1" from="meaning">Saturday short name</note>
9373 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9374 <source>Su</source><target state="new">Su</target>
9375 <context-group purpose="location">
9376 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9377 <context context-type="linenumber">30</context>
9378 </context-group>
9379 <note priority="1" from="description">Day name min</note>
9380 <note priority="1" from="meaning">Sunday min name</note>
9381 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9382 <source>Mo</source><target state="new">Mo</target>
9383 <context-group purpose="location">
9384 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9385 <context context-type="linenumber">31</context>
9386 </context-group>
9387 <note priority="1" from="description">Day name min</note>
9388 <note priority="1" from="meaning">Monday min name</note>
9389 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9390 <source>Tu</source><target state="new">Tu</target>
9391 <context-group purpose="location">
9392 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9393 <context context-type="linenumber">32</context>
9394 </context-group>
9395 <note priority="1" from="description">Day name min</note>
9396 <note priority="1" from="meaning">Tuesday min name</note>
9397 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9398 <source>We</source><target state="new">We</target>
9399 <context-group purpose="location">
9400 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9401 <context context-type="linenumber">33</context>
9402 </context-group>
9403 <note priority="1" from="description">Day name min</note>
9404 <note priority="1" from="meaning">Wednesday min name</note>
9405 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9406 <source>Th</source><target state="new">Th</target>
9407 <context-group purpose="location">
9408 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9409 <context context-type="linenumber">34</context>
9410 </context-group>
9411 <note priority="1" from="description">Day name min</note>
9412 <note priority="1" from="meaning">Thursday min name</note>
9413 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9414 <source>Fr</source><target state="new">Fr</target>
9415 <context-group purpose="location">
9416 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9417 <context context-type="linenumber">35</context>
9418 </context-group>
9419 <note priority="1" from="description">Day name min</note>
9420 <note priority="1" from="meaning">Friday min name</note>
9421 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9422 <source>Sa</source><target state="new">Sa</target>
9423 <context-group purpose="location">
9424 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9425 <context context-type="linenumber">36</context>
9426 </context-group>
9427 <note priority="1" from="description">Day name min</note>
9428 <note priority="1" from="meaning">Saturday min name</note>
9317 </trans-unit> 9429 </trans-unit>
9318 <trans-unit id="4921929243068857081"> 9430
9319 <source>Sun</source> 9431
9320 <target>(日)</target> 9432
9321 <note from="description" priority="1">Day name short</note> 9433
9322 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9434
9323 </trans-unit> 9435
9324 <trans-unit id="8563137213157122993"> 9436
9325 <source>Mon</source> 9437
9326 <target>(月)</target> 9438
9327 <note from="description" priority="1">Day name short</note> 9439
9328 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9440
9329 </trans-unit> 9441
9330 <trans-unit id="8502240922750617054"> 9442
9331 <source>Tue</source> 9443
9332 <target>(火)</target>
9333 <note from="description" priority="1">Day name short</note>
9334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9335 </trans-unit>
9336 <trans-unit id="7421778640995344715">
9337 <source>Wed</source>
9338 <target>(水)</target>
9339 <note from="description" priority="1">Day name short</note>
9340 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9341 </trans-unit>
9342 <trans-unit id="4409954796361883558">
9343 <source>Thu</source>
9344 <target>(木)</target>
9345 <note from="description" priority="1">Day name short</note>
9346 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9347 </trans-unit>
9348 <trans-unit id="5651951128882735477">
9349 <source>Fri</source>
9350 <target>(金)</target>
9351 <note from="description" priority="1">Day name short</note>
9352 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9353 </trans-unit>
9354 <trans-unit id="93026920674143073">
9355 <source>Sat</source>
9356 <target>(土)</target>
9357 <note from="description" priority="1">Day name short</note>
9358 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9359 </trans-unit>
9360 <trans-unit id="8349763432924710200">
9361 <source>Su</source>
9362 <target>(日)</target>
9363 <note from="description" priority="1">Day name min</note>
9364 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9365 </trans-unit>
9366 <trans-unit id="4197236438302165051">
9367 <source>Mo</source>
9368 <target>(月)</target>
9369 <note from="description" priority="1">Day name min</note>
9370 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9371 </trans-unit>
9372 <trans-unit id="6034455877220674404">
9373 <source>Tu</source>
9374 <target>(火)</target>
9375 <note from="description" priority="1">Day name min</note>
9376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9377 </trans-unit>
9378 <trans-unit id="3221670730445125135">
9379 <source>We</source>
9380 <target>(水)</target>
9381 <note from="description" priority="1">Day name min</note>
9382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9383 </trans-unit>
9384 <trans-unit id="772466829681972216">
9385 <source>Th</source>
9386 <target>(木)</target>
9387 <note from="description" priority="1">Day name min</note>
9388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9389 </trans-unit>
9390 <trans-unit id="8598262708800132669">
9391 <source>Fr</source>
9392 <target>(金)</target>
9393 <note from="description" priority="1">Day name min</note>
9394 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9395 </trans-unit>
9396 <trans-unit id="569007902695332072">
9397 <source>Sa</source>
9398 <target>(土)</target>
9399 <note from="description" priority="1">Day name min</note>
9400 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9401 </trans-unit>
9402 <trans-unit id="3913843642962116845"> 9444 <trans-unit id="3913843642962116845">
9403 <source>January</source> 9445 <source>January</source>
9404 <target>1月</target> 9446 <target>1月</target>
@@ -9422,9 +9464,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9422 <trans-unit id="8469692700277617405"> 9464 <trans-unit id="8469692700277617405">
9423 <source>May</source> 9465 <source>May</source>
9424 <target>5月</target> 9466 <target>5月</target>
9425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9467
9426 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9468
9427 </trans-unit> 9469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9428 <trans-unit id="9055297580745330415"> 9470 <trans-unit id="9055297580745330415">
9429 <source>June</source> 9471 <source>June</source>
9430 <target>6月</target> 9472 <target>6月</target>
@@ -9459,73 +9501,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9459 <source>December</source> 9501 <source>December</source>
9460 <target>12月</target> 9502 <target>12月</target>
9461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9504 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9505 <source>Jan</source><target state="new">Jan</target>
9506 <context-group purpose="location">
9507 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9508 <context context-type="linenumber">55</context>
9509 </context-group>
9510 <note priority="1" from="description">Month name short</note>
9511 <note priority="1" from="meaning">January short name</note>
9512 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9513 <source>Feb</source><target state="new">Feb</target>
9514 <context-group purpose="location">
9515 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9516 <context context-type="linenumber">56</context>
9517 </context-group>
9518 <note priority="1" from="description">Month name short</note>
9519 <note priority="1" from="meaning">February short name</note>
9520 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9521 <source>Mar</source><target state="new">Mar</target>
9522 <context-group purpose="location">
9523 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9524 <context context-type="linenumber">57</context>
9525 </context-group>
9526 <note priority="1" from="description">Month name short</note>
9527 <note priority="1" from="meaning">March short name</note>
9528 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9529 <source>Apr</source><target state="new">Apr</target>
9530 <context-group purpose="location">
9531 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9532 <context context-type="linenumber">58</context>
9533 </context-group>
9534 <note priority="1" from="description">Month name short</note>
9535 <note priority="1" from="meaning">April short name</note>
9536 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9537 <source>May</source><target state="new">May</target>
9538 <context-group purpose="location">
9539 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9540 <context context-type="linenumber">59</context>
9541 </context-group>
9542 <note priority="1" from="description">Month name short</note>
9543 <note priority="1" from="meaning">May short name</note>
9544 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9545 <source>Jun</source><target state="new">Jun</target>
9546 <context-group purpose="location">
9547 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9548 <context context-type="linenumber">60</context>
9549 </context-group>
9550 <note priority="1" from="description">Month name short</note>
9551 <note priority="1" from="meaning">June short name</note>
9552 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9553 <source>Jul</source><target state="new">Jul</target>
9554 <context-group purpose="location">
9555 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9556 <context context-type="linenumber">61</context>
9557 </context-group>
9558 <note priority="1" from="description">Month name short</note>
9559 <note priority="1" from="meaning">July short name</note>
9560 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9561 <source>Aug</source><target state="new">Aug</target>
9562 <context-group purpose="location">
9563 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9564 <context context-type="linenumber">62</context>
9565 </context-group>
9566 <note priority="1" from="description">Month name short</note>
9567 <note priority="1" from="meaning">August short name</note>
9568 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9569 <source>Sep</source><target state="new">Sep</target>
9570 <context-group purpose="location">
9571 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9572 <context context-type="linenumber">63</context>
9573 </context-group>
9574 <note priority="1" from="description">Month name short</note>
9575 <note priority="1" from="meaning">September short name</note>
9576 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9577 <source>Oct</source><target state="new">Oct</target>
9578 <context-group purpose="location">
9579 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9580 <context context-type="linenumber">64</context>
9581 </context-group>
9582 <note priority="1" from="description">Month name short</note>
9583 <note priority="1" from="meaning">October short name</note>
9584 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9585 <source>Nov</source><target state="new">Nov</target>
9586 <context-group purpose="location">
9587 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9588 <context context-type="linenumber">65</context>
9589 </context-group>
9590 <note priority="1" from="description">Month name short</note>
9591 <note priority="1" from="meaning">November short name</note>
9592 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9593 <source>Dec</source><target state="new">Dec</target>
9594 <context-group purpose="location">
9595 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9596 <context context-type="linenumber">66</context>
9597 </context-group>
9598 <note priority="1" from="description">Month name short</note>
9599 <note priority="1" from="meaning">December short name</note>
9462 </trans-unit> 9600 </trans-unit>
9463 <trans-unit id="7595747576974676670"> 9601
9464 <source>Jan</source> 9602
9465 <target>1月</target> 9603
9466 <note from="description" priority="1">Month name short</note> 9604
9467 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9605
9468 </trans-unit> 9606
9469 <trans-unit id="4916040996255005712"> 9607
9470 <source>Feb</source> 9608
9471 <target>2月</target> 9609
9472 <note from="description" priority="1">Month name short</note> 9610
9473 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9611
9474 </trans-unit>
9475 <trans-unit id="6438827956918137617">
9476 <source>Mar</source>
9477 <target>3月</target>
9478 <note from="description" priority="1">Month name short</note>
9479 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9480 </trans-unit>
9481 <trans-unit id="5507326650332881991">
9482 <source>Apr</source>
9483 <target>4月</target>
9484 <note from="description" priority="1">Month name short</note>
9485 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9486 </trans-unit>
9487 <trans-unit id="2113470244260512015">
9488 <source>Jun</source>
9489 <target>6月</target>
9490 <note from="description" priority="1">Month name short</note>
9491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9492 </trans-unit>
9493 <trans-unit id="53176888553719239">
9494 <source>Jul</source>
9495 <target>7月</target>
9496 <note from="description" priority="1">Month name short</note>
9497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9498 </trans-unit>
9499 <trans-unit id="5648574669404659458">
9500 <source>Aug</source>
9501 <target>8月</target>
9502 <note from="description" priority="1">Month name short</note>
9503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9504 </trans-unit>
9505 <trans-unit id="4354095055982674918">
9506 <source>Sep</source>
9507 <target>9月</target>
9508 <note from="description" priority="1">Month name short</note>
9509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9510 </trans-unit>
9511 <trans-unit id="6207754626941051341">
9512 <source>Oct</source>
9513 <target>10月</target>
9514 <note from="description" priority="1">Month name short</note>
9515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9516 </trans-unit>
9517 <trans-unit id="8269261039058575292">
9518 <source>Nov</source>
9519 <target>11月</target>
9520 <note from="description" priority="1">Month name short</note>
9521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9522 </trans-unit>
9523 <trans-unit id="7777579586760423636">
9524 <source>Dec</source>
9525 <target>12月</target>
9526 <note from="description" priority="1">Month name short</note>
9527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9528 </trans-unit>
9529 <trans-unit id="8700121026680200191"> 9612 <trans-unit id="8700121026680200191">
9530 <source>Clear</source> 9613 <source>Clear</source>
9531 <target>クリア</target> 9614 <target>クリア</target>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index b3360b68d..f78c63614 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -9000,91 +9000,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9000 <source>Saturday</source> 9000 <source>Saturday</source>
9001 <target state="new">Saturday</target> 9001 <target state="new">Saturday</target>
9002 9002
9003 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9003 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9004 <trans-unit id="4921929243068857081" datatype="html"> 9004 <source>Sun</source><target state="new">Sun</target>
9005 <source>Sun</source> 9005 <context-group purpose="location">
9006 <target state="new">Sun</target> 9006 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9007 <context context-type="linenumber">20</context>
9008 </context-group>
9007 <note priority="1" from="description">Day name short</note> 9009 <note priority="1" from="description">Day name short</note>
9008 9010 <note priority="1" from="meaning">Sunday short name</note>
9009 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9011 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9010 <trans-unit id="8563137213157122993" datatype="html"> 9012 <source>Mon</source><target state="new">Mon</target>
9011 <source>Mon</source> 9013 <context-group purpose="location">
9012 <target state="new">Mon</target> 9014 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9015 <context context-type="linenumber">21</context>
9016 </context-group>
9013 <note priority="1" from="description">Day name short</note> 9017 <note priority="1" from="description">Day name short</note>
9014 9018 <note priority="1" from="meaning">Monday short name</note>
9015 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9019 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9016 <trans-unit id="8502240922750617054" datatype="html"> 9020 <source>Tue</source><target state="new">Tue</target>
9017 <source>Tue</source> 9021 <context-group purpose="location">
9018 <target state="new">Tue</target> 9022 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9023 <context context-type="linenumber">22</context>
9024 </context-group>
9019 <note priority="1" from="description">Day name short</note> 9025 <note priority="1" from="description">Day name short</note>
9020 9026 <note priority="1" from="meaning">Tuesday short name</note>
9021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9027 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9022 <trans-unit id="7421778640995344715" datatype="html"> 9028 <source>Wed</source><target state="new">Wed</target>
9023 <source>Wed</source> 9029 <context-group purpose="location">
9024 <target state="new">Wed</target> 9030 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9031 <context context-type="linenumber">23</context>
9032 </context-group>
9025 <note priority="1" from="description">Day name short</note> 9033 <note priority="1" from="description">Day name short</note>
9026 9034 <note priority="1" from="meaning">Wednesday short name</note>
9027 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9035 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9028 <trans-unit id="4409954796361883558" datatype="html"> 9036 <source>Thu</source><target state="new">Thu</target>
9029 <source>Thu</source> 9037 <context-group purpose="location">
9030 <target state="new">Thu</target> 9038 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9039 <context context-type="linenumber">24</context>
9040 </context-group>
9031 <note priority="1" from="description">Day name short</note> 9041 <note priority="1" from="description">Day name short</note>
9032 9042 <note priority="1" from="meaning">Thursday short name</note>
9033 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9043 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9034 <trans-unit id="5651951128882735477" datatype="html"> 9044 <source>Fri</source><target state="new">Fri</target>
9035 <source>Fri</source> 9045 <context-group purpose="location">
9036 <target state="new">Fri</target> 9046 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9047 <context context-type="linenumber">25</context>
9048 </context-group>
9037 <note priority="1" from="description">Day name short</note> 9049 <note priority="1" from="description">Day name short</note>
9038 9050 <note priority="1" from="meaning">Friday short name</note>
9039 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9051 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9040 <trans-unit id="93026920674143073" datatype="html"> 9052 <source>Sat</source><target state="new">Sat</target>
9041 <source>Sat</source> 9053 <context-group purpose="location">
9042 <target state="new">Sat</target> 9054 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9055 <context context-type="linenumber">26</context>
9056 </context-group>
9043 <note priority="1" from="description">Day name short</note> 9057 <note priority="1" from="description">Day name short</note>
9044 9058 <note priority="1" from="meaning">Saturday short name</note>
9045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9059 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9046 <trans-unit id="8349763432924710200" datatype="html"> 9060 <source>Su</source><target state="new">Su</target>
9047 <source>Su</source> 9061 <context-group purpose="location">
9048 <target state="new">Su</target> 9062 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9063 <context context-type="linenumber">30</context>
9064 </context-group>
9049 <note priority="1" from="description">Day name min</note> 9065 <note priority="1" from="description">Day name min</note>
9050 9066 <note priority="1" from="meaning">Sunday min name</note>
9051 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9067 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9052 <trans-unit id="4197236438302165051" datatype="html"> 9068 <source>Mo</source><target state="new">Mo</target>
9053 <source>Mo</source> 9069 <context-group purpose="location">
9054 <target state="new">Mo</target> 9070 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9071 <context context-type="linenumber">31</context>
9072 </context-group>
9055 <note priority="1" from="description">Day name min</note> 9073 <note priority="1" from="description">Day name min</note>
9056 9074 <note priority="1" from="meaning">Monday min name</note>
9057 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9075 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9058 <trans-unit id="6034455877220674404" datatype="html"> 9076 <source>Tu</source><target state="new">Tu</target>
9059 <source>Tu</source> 9077 <context-group purpose="location">
9060 <target state="new">Tu</target> 9078 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9079 <context context-type="linenumber">32</context>
9080 </context-group>
9061 <note priority="1" from="description">Day name min</note> 9081 <note priority="1" from="description">Day name min</note>
9062 9082 <note priority="1" from="meaning">Tuesday min name</note>
9063 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9083 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9064 <trans-unit id="3221670730445125135" datatype="html"> 9084 <source>We</source><target state="new">We</target>
9065 <source>We</source> 9085 <context-group purpose="location">
9066 <target state="new">We</target> 9086 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9087 <context context-type="linenumber">33</context>
9088 </context-group>
9067 <note priority="1" from="description">Day name min</note> 9089 <note priority="1" from="description">Day name min</note>
9068 9090 <note priority="1" from="meaning">Wednesday min name</note>
9069 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9091 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9070 <trans-unit id="772466829681972216" datatype="html"> 9092 <source>Th</source><target state="new">Th</target>
9071 <source>Th</source> 9093 <context-group purpose="location">
9072 <target state="new">Th</target> 9094 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9095 <context context-type="linenumber">34</context>
9096 </context-group>
9073 <note priority="1" from="description">Day name min</note> 9097 <note priority="1" from="description">Day name min</note>
9074 9098 <note priority="1" from="meaning">Thursday min name</note>
9075 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9099 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9076 <trans-unit id="8598262708800132669" datatype="html"> 9100 <source>Fr</source><target state="new">Fr</target>
9077 <source>Fr</source> 9101 <context-group purpose="location">
9078 <target state="new">Fr</target> 9102 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9103 <context context-type="linenumber">35</context>
9104 </context-group>
9079 <note priority="1" from="description">Day name min</note> 9105 <note priority="1" from="description">Day name min</note>
9080 9106 <note priority="1" from="meaning">Friday min name</note>
9081 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9107 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9082 <trans-unit id="569007902695332072" datatype="html"> 9108 <source>Sa</source><target state="new">Sa</target>
9083 <source>Sa</source> 9109 <context-group purpose="location">
9084 <target state="new">Sa</target> 9110 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9111 <context context-type="linenumber">36</context>
9112 </context-group>
9085 <note priority="1" from="description">Day name min</note> 9113 <note priority="1" from="description">Day name min</note>
9086 9114 <note priority="1" from="meaning">Saturday min name</note>
9087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9115 </trans-unit>
9116
9117
9118
9119
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9088 <trans-unit id="3913843642962116845" datatype="html"> 9130 <trans-unit id="3913843642962116845" datatype="html">
9089 <source>January</source> 9131 <source>January</source>
9090 <target state="new">January</target> 9132 <target state="new">January</target>
@@ -9110,7 +9152,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9110 <target state="new">May</target> 9152 <target state="new">May</target>
9111 9153
9112 9154
9113 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9114 <trans-unit id="9055297580745330415" datatype="html"> 9156 <trans-unit id="9055297580745330415" datatype="html">
9115 <source>June</source> 9157 <source>June</source>
9116 <target state="new">June</target> 9158 <target state="new">June</target>
@@ -9145,73 +9187,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9145 <source>December</source> 9187 <source>December</source>
9146 <target state="new">December</target> 9188 <target state="new">December</target>
9147 9189
9148 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9190 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9149 <trans-unit id="7595747576974676670" datatype="html"> 9191 <source>Jan</source><target state="new">Jan</target>
9150 <source>Jan</source> 9192 <context-group purpose="location">
9151 <target state="new">Jan</target> 9193 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9194 <context context-type="linenumber">55</context>
9195 </context-group>
9152 <note priority="1" from="description">Month name short</note> 9196 <note priority="1" from="description">Month name short</note>
9153 9197 <note priority="1" from="meaning">January short name</note>
9154 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9198 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9155 <trans-unit id="4916040996255005712" datatype="html"> 9199 <source>Feb</source><target state="new">Feb</target>
9156 <source>Feb</source> 9200 <context-group purpose="location">
9157 <target state="new">Feb</target> 9201 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9202 <context context-type="linenumber">56</context>
9203 </context-group>
9158 <note priority="1" from="description">Month name short</note> 9204 <note priority="1" from="description">Month name short</note>
9159 9205 <note priority="1" from="meaning">February short name</note>
9160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9206 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9161 <trans-unit id="6438827956918137617" datatype="html"> 9207 <source>Mar</source><target state="new">Mar</target>
9162 <source>Mar</source> 9208 <context-group purpose="location">
9163 <target state="new">Mar</target> 9209 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9210 <context context-type="linenumber">57</context>
9211 </context-group>
9164 <note priority="1" from="description">Month name short</note> 9212 <note priority="1" from="description">Month name short</note>
9165 9213 <note priority="1" from="meaning">March short name</note>
9166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9214 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9167 <trans-unit id="5507326650332881991" datatype="html"> 9215 <source>Apr</source><target state="new">Apr</target>
9168 <source>Apr</source> 9216 <context-group purpose="location">
9169 <target state="new">Apr</target> 9217 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9218 <context context-type="linenumber">58</context>
9219 </context-group>
9170 <note priority="1" from="description">Month name short</note> 9220 <note priority="1" from="description">Month name short</note>
9171 9221 <note priority="1" from="meaning">April short name</note>
9172 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9222 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9173 <trans-unit id="2113470244260512015" datatype="html"> 9223 <source>May</source><target state="new">May</target>
9174 <source>Jun</source> 9224 <context-group purpose="location">
9175 <target state="new">Jun</target> 9225 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9226 <context context-type="linenumber">59</context>
9227 </context-group>
9176 <note priority="1" from="description">Month name short</note> 9228 <note priority="1" from="description">Month name short</note>
9177 9229 <note priority="1" from="meaning">May short name</note>
9178 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9230 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9179 <trans-unit id="53176888553719239" datatype="html"> 9231 <source>Jun</source><target state="new">Jun</target>
9180 <source>Jul</source> 9232 <context-group purpose="location">
9181 <target state="new">Jul</target> 9233 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9234 <context context-type="linenumber">60</context>
9235 </context-group>
9182 <note priority="1" from="description">Month name short</note> 9236 <note priority="1" from="description">Month name short</note>
9183 9237 <note priority="1" from="meaning">June short name</note>
9184 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9238 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9185 <trans-unit id="5648574669404659458" datatype="html"> 9239 <source>Jul</source><target state="new">Jul</target>
9186 <source>Aug</source> 9240 <context-group purpose="location">
9187 <target state="new">Aug</target> 9241 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9242 <context context-type="linenumber">61</context>
9243 </context-group>
9188 <note priority="1" from="description">Month name short</note> 9244 <note priority="1" from="description">Month name short</note>
9189 9245 <note priority="1" from="meaning">July short name</note>
9190 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9246 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9191 <trans-unit id="4354095055982674918" datatype="html"> 9247 <source>Aug</source><target state="new">Aug</target>
9192 <source>Sep</source> 9248 <context-group purpose="location">
9193 <target state="new">Sep</target> 9249 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9250 <context context-type="linenumber">62</context>
9251 </context-group>
9194 <note priority="1" from="description">Month name short</note> 9252 <note priority="1" from="description">Month name short</note>
9195 9253 <note priority="1" from="meaning">August short name</note>
9196 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9254 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9197 <trans-unit id="6207754626941051341" datatype="html"> 9255 <source>Sep</source><target state="new">Sep</target>
9198 <source>Oct</source> 9256 <context-group purpose="location">
9199 <target state="new">Oct</target> 9257 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9258 <context context-type="linenumber">63</context>
9259 </context-group>
9200 <note priority="1" from="description">Month name short</note> 9260 <note priority="1" from="description">Month name short</note>
9201 9261 <note priority="1" from="meaning">September short name</note>
9202 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9262 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9203 <trans-unit id="8269261039058575292" datatype="html"> 9263 <source>Oct</source><target state="new">Oct</target>
9204 <source>Nov</source> 9264 <context-group purpose="location">
9205 <target state="new">Nov</target> 9265 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9266 <context context-type="linenumber">64</context>
9267 </context-group>
9206 <note priority="1" from="description">Month name short</note> 9268 <note priority="1" from="description">Month name short</note>
9207 9269 <note priority="1" from="meaning">October short name</note>
9208 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9270 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9209 <trans-unit id="7777579586760423636" datatype="html"> 9271 <source>Nov</source><target state="new">Nov</target>
9210 <source>Dec</source> 9272 <context-group purpose="location">
9211 <target state="new">Dec</target> 9273 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9274 <context context-type="linenumber">65</context>
9275 </context-group>
9212 <note priority="1" from="description">Month name short</note> 9276 <note priority="1" from="description">Month name short</note>
9213 9277 <note priority="1" from="meaning">November short name</note>
9214 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9278 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9279 <source>Dec</source><target state="new">Dec</target>
9280 <context-group purpose="location">
9281 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9282 <context context-type="linenumber">66</context>
9283 </context-group>
9284 <note priority="1" from="description">Month name short</note>
9285 <note priority="1" from="meaning">December short name</note>
9286 </trans-unit>
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9215 <trans-unit id="8700121026680200191" datatype="html"> 9298 <trans-unit id="8700121026680200191" datatype="html">
9216 <source>Clear</source> 9299 <source>Clear</source>
9217 <target state="new">Clear</target> 9300 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf
index ec9f69e61..0ff3c0f87 100644
--- a/client/src/locale/angular.kab.xlf
+++ b/client/src/locale/angular.kab.xlf
@@ -9021,91 +9021,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9021 <source>Saturday</source> 9021 <source>Saturday</source>
9022 <target>Sed</target> 9022 <target>Sed</target>
9023 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9023 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9024 </trans-unit> 9024 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9025 <trans-unit id="4921929243068857081" datatype="html"> 9025 <source>Sun</source><target state="new">Sun</target>
9026 <source>Sun</source> 9026 <context-group purpose="location">
9027 <target>Ace</target> 9027 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9028 <context context-type="linenumber">20</context>
9029 </context-group>
9028 <note priority="1" from="description">Day name short</note> 9030 <note priority="1" from="description">Day name short</note>
9029 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9031 <note priority="1" from="meaning">Sunday short name</note>
9030 </trans-unit> 9032 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9031 <trans-unit id="8563137213157122993" datatype="html"> 9033 <source>Mon</source><target state="new">Mon</target>
9032 <source>Mon</source> 9034 <context-group purpose="location">
9033 <target>Ari</target> 9035 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9036 <context context-type="linenumber">21</context>
9037 </context-group>
9034 <note priority="1" from="description">Day name short</note> 9038 <note priority="1" from="description">Day name short</note>
9035 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9039 <note priority="1" from="meaning">Monday short name</note>
9036 </trans-unit> 9040 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9037 <trans-unit id="8502240922750617054" datatype="html"> 9041 <source>Tue</source><target state="new">Tue</target>
9038 <source>Tue</source> 9042 <context-group purpose="location">
9039 <target>Ara</target> 9043 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9044 <context context-type="linenumber">22</context>
9045 </context-group>
9040 <note priority="1" from="description">Day name short</note> 9046 <note priority="1" from="description">Day name short</note>
9041 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9047 <note priority="1" from="meaning">Tuesday short name</note>
9042 </trans-unit> 9048 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9043 <trans-unit id="7421778640995344715" datatype="html"> 9049 <source>Wed</source><target state="new">Wed</target>
9044 <source>Wed</source> 9050 <context-group purpose="location">
9045 <target>Aha</target> 9051 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9052 <context context-type="linenumber">23</context>
9053 </context-group>
9046 <note priority="1" from="description">Day name short</note> 9054 <note priority="1" from="description">Day name short</note>
9047 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9055 <note priority="1" from="meaning">Wednesday short name</note>
9048 </trans-unit> 9056 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9049 <trans-unit id="4409954796361883558" datatype="html"> 9057 <source>Thu</source><target state="new">Thu</target>
9050 <source>Thu</source> 9058 <context-group purpose="location">
9051 <target>Amh</target> 9059 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9060 <context context-type="linenumber">24</context>
9061 </context-group>
9052 <note priority="1" from="description">Day name short</note> 9062 <note priority="1" from="description">Day name short</note>
9053 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9063 <note priority="1" from="meaning">Thursday short name</note>
9054 </trans-unit> 9064 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9055 <trans-unit id="5651951128882735477" datatype="html"> 9065 <source>Fri</source><target state="new">Fri</target>
9056 <source>Fri</source> 9066 <context-group purpose="location">
9057 <target>Sem</target> 9067 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9068 <context context-type="linenumber">25</context>
9069 </context-group>
9058 <note priority="1" from="description">Day name short</note> 9070 <note priority="1" from="description">Day name short</note>
9059 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9071 <note priority="1" from="meaning">Friday short name</note>
9060 </trans-unit> 9072 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9061 <trans-unit id="93026920674143073" datatype="html"> 9073 <source>Sat</source><target state="new">Sat</target>
9062 <source>Sat</source> 9074 <context-group purpose="location">
9063 <target>Sed</target> 9075 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9076 <context context-type="linenumber">26</context>
9077 </context-group>
9064 <note priority="1" from="description">Day name short</note> 9078 <note priority="1" from="description">Day name short</note>
9065 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9079 <note priority="1" from="meaning">Saturday short name</note>
9066 </trans-unit> 9080 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9067 <trans-unit id="8349763432924710200" datatype="html"> 9081 <source>Su</source><target state="new">Su</target>
9068 <source>Su</source> 9082 <context-group purpose="location">
9069 <target>Ac</target> 9083 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9084 <context context-type="linenumber">30</context>
9085 </context-group>
9070 <note priority="1" from="description">Day name min</note> 9086 <note priority="1" from="description">Day name min</note>
9071 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9087 <note priority="1" from="meaning">Sunday min name</note>
9072 </trans-unit> 9088 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9073 <trans-unit id="4197236438302165051" datatype="html"> 9089 <source>Mo</source><target state="new">Mo</target>
9074 <source>Mo</source> 9090 <context-group purpose="location">
9075 <target>Ri</target> 9091 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9092 <context context-type="linenumber">31</context>
9093 </context-group>
9076 <note priority="1" from="description">Day name min</note> 9094 <note priority="1" from="description">Day name min</note>
9077 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9095 <note priority="1" from="meaning">Monday min name</note>
9078 </trans-unit> 9096 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9079 <trans-unit id="6034455877220674404" datatype="html"> 9097 <source>Tu</source><target state="new">Tu</target>
9080 <source>Tu</source> 9098 <context-group purpose="location">
9081 <target>Ra</target> 9099 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9100 <context context-type="linenumber">32</context>
9101 </context-group>
9082 <note priority="1" from="description">Day name min</note> 9102 <note priority="1" from="description">Day name min</note>
9083 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9103 <note priority="1" from="meaning">Tuesday min name</note>
9084 </trans-unit> 9104 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9085 <trans-unit id="3221670730445125135" datatype="html"> 9105 <source>We</source><target state="new">We</target>
9086 <source>We</source> 9106 <context-group purpose="location">
9087 <target>Ah</target> 9107 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9108 <context context-type="linenumber">33</context>
9109 </context-group>
9088 <note priority="1" from="description">Day name min</note> 9110 <note priority="1" from="description">Day name min</note>
9089 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9111 <note priority="1" from="meaning">Wednesday min name</note>
9090 </trans-unit> 9112 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9091 <trans-unit id="772466829681972216" datatype="html"> 9113 <source>Th</source><target state="new">Th</target>
9092 <source>Th</source> 9114 <context-group purpose="location">
9093 <target>Am</target> 9115 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9116 <context context-type="linenumber">34</context>
9117 </context-group>
9094 <note priority="1" from="description">Day name min</note> 9118 <note priority="1" from="description">Day name min</note>
9095 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9119 <note priority="1" from="meaning">Thursday min name</note>
9096 </trans-unit> 9120 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9097 <trans-unit id="8598262708800132669" datatype="html"> 9121 <source>Fr</source><target state="new">Fr</target>
9098 <source>Fr</source> 9122 <context-group purpose="location">
9099 <target>Sm</target> 9123 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9124 <context context-type="linenumber">35</context>
9125 </context-group>
9100 <note priority="1" from="description">Day name min</note> 9126 <note priority="1" from="description">Day name min</note>
9101 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9127 <note priority="1" from="meaning">Friday min name</note>
9102 </trans-unit> 9128 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9103 <trans-unit id="569007902695332072" datatype="html"> 9129 <source>Sa</source><target state="new">Sa</target>
9104 <source>Sa</source> 9130 <context-group purpose="location">
9105 <target>Sd</target> 9131 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9132 <context context-type="linenumber">36</context>
9133 </context-group>
9106 <note priority="1" from="description">Day name min</note> 9134 <note priority="1" from="description">Day name min</note>
9107 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9135 <note priority="1" from="meaning">Saturday min name</note>
9108 </trans-unit> 9136 </trans-unit>
9137
9138
9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
9109 <trans-unit id="3913843642962116845" datatype="html"> 9151 <trans-unit id="3913843642962116845" datatype="html">
9110 <source>January</source> 9152 <source>January</source>
9111 <target>Yennayer</target> 9153 <target>Yennayer</target>
@@ -9129,9 +9171,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9129 <trans-unit id="8469692700277617405" datatype="html"> 9171 <trans-unit id="8469692700277617405" datatype="html">
9130 <source>May</source> 9172 <source>May</source>
9131 <target>May</target> 9173 <target>May</target>
9132 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9174
9133 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9175
9134 </trans-unit> 9176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9135 <trans-unit id="9055297580745330415" datatype="html"> 9177 <trans-unit id="9055297580745330415" datatype="html">
9136 <source>June</source> 9178 <source>June</source>
9137 <target>Yunyu</target> 9179 <target>Yunyu</target>
@@ -9166,73 +9208,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9166 <source>December</source> 9208 <source>December</source>
9167 <target>Dujembeṛ</target> 9209 <target>Dujembeṛ</target>
9168 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9210 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9169 </trans-unit> 9211 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9170 <trans-unit id="7595747576974676670" datatype="html"> 9212 <source>Jan</source><target state="new">Jan</target>
9171 <source>Jan</source> 9213 <context-group purpose="location">
9172 <target>Yen</target> 9214 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9215 <context context-type="linenumber">55</context>
9216 </context-group>
9173 <note priority="1" from="description">Month name short</note> 9217 <note priority="1" from="description">Month name short</note>
9174 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9218 <note priority="1" from="meaning">January short name</note>
9175 </trans-unit> 9219 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9176 <trans-unit id="4916040996255005712" datatype="html"> 9220 <source>Feb</source><target state="new">Feb</target>
9177 <source>Feb</source> 9221 <context-group purpose="location">
9178 <target>Fuṛ</target> 9222 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9223 <context context-type="linenumber">56</context>
9224 </context-group>
9179 <note priority="1" from="description">Month name short</note> 9225 <note priority="1" from="description">Month name short</note>
9180 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9226 <note priority="1" from="meaning">February short name</note>
9181 </trans-unit> 9227 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9182 <trans-unit id="6438827956918137617" datatype="html"> 9228 <source>Mar</source><target state="new">Mar</target>
9183 <source>Mar</source> 9229 <context-group purpose="location">
9184 <target>Meɣ</target> 9230 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9231 <context context-type="linenumber">57</context>
9232 </context-group>
9185 <note priority="1" from="description">Month name short</note> 9233 <note priority="1" from="description">Month name short</note>
9186 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9234 <note priority="1" from="meaning">March short name</note>
9187 </trans-unit> 9235 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9188 <trans-unit id="5507326650332881991" datatype="html"> 9236 <source>Apr</source><target state="new">Apr</target>
9189 <source>Apr</source> 9237 <context-group purpose="location">
9190 <target>Yeb</target> 9238 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9239 <context context-type="linenumber">58</context>
9240 </context-group>
9191 <note priority="1" from="description">Month name short</note> 9241 <note priority="1" from="description">Month name short</note>
9192 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9242 <note priority="1" from="meaning">April short name</note>
9193 </trans-unit> 9243 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9194 <trans-unit id="2113470244260512015" datatype="html"> 9244 <source>May</source><target state="new">May</target>
9195 <source>Jun</source> 9245 <context-group purpose="location">
9196 <target>Yun</target> 9246 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9247 <context context-type="linenumber">59</context>
9248 </context-group>
9197 <note priority="1" from="description">Month name short</note> 9249 <note priority="1" from="description">Month name short</note>
9198 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9250 <note priority="1" from="meaning">May short name</note>
9199 </trans-unit> 9251 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9200 <trans-unit id="53176888553719239" datatype="html"> 9252 <source>Jun</source><target state="new">Jun</target>
9201 <source>Jul</source> 9253 <context-group purpose="location">
9202 <target>Yul</target> 9254 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9255 <context context-type="linenumber">60</context>
9256 </context-group>
9203 <note priority="1" from="description">Month name short</note> 9257 <note priority="1" from="description">Month name short</note>
9204 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9258 <note priority="1" from="meaning">June short name</note>
9205 </trans-unit> 9259 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9206 <trans-unit id="5648574669404659458" datatype="html"> 9260 <source>Jul</source><target state="new">Jul</target>
9207 <source>Aug</source> 9261 <context-group purpose="location">
9208 <target>Ɣuc</target> 9262 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9263 <context context-type="linenumber">61</context>
9264 </context-group>
9209 <note priority="1" from="description">Month name short</note> 9265 <note priority="1" from="description">Month name short</note>
9210 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9266 <note priority="1" from="meaning">July short name</note>
9211 </trans-unit> 9267 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9212 <trans-unit id="4354095055982674918" datatype="html"> 9268 <source>Aug</source><target state="new">Aug</target>
9213 <source>Sep</source> 9269 <context-group purpose="location">
9214 <target>Cte</target> 9270 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9271 <context context-type="linenumber">62</context>
9272 </context-group>
9215 <note priority="1" from="description">Month name short</note> 9273 <note priority="1" from="description">Month name short</note>
9216 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9274 <note priority="1" from="meaning">August short name</note>
9217 </trans-unit> 9275 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9218 <trans-unit id="6207754626941051341" datatype="html"> 9276 <source>Sep</source><target state="new">Sep</target>
9219 <source>Oct</source> 9277 <context-group purpose="location">
9220 <target>Tub</target> 9278 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9279 <context context-type="linenumber">63</context>
9280 </context-group>
9221 <note priority="1" from="description">Month name short</note> 9281 <note priority="1" from="description">Month name short</note>
9222 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9282 <note priority="1" from="meaning">September short name</note>
9223 </trans-unit> 9283 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9224 <trans-unit id="8269261039058575292" datatype="html"> 9284 <source>Oct</source><target state="new">Oct</target>
9225 <source>Nov</source> 9285 <context-group purpose="location">
9226 <target>Wam</target> 9286 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9287 <context context-type="linenumber">64</context>
9288 </context-group>
9227 <note priority="1" from="description">Month name short</note> 9289 <note priority="1" from="description">Month name short</note>
9228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9290 <note priority="1" from="meaning">October short name</note>
9229 </trans-unit> 9291 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9230 <trans-unit id="7777579586760423636" datatype="html"> 9292 <source>Nov</source><target state="new">Nov</target>
9231 <source>Dec</source> 9293 <context-group purpose="location">
9232 <target>Duj</target> 9294 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9295 <context context-type="linenumber">65</context>
9296 </context-group>
9297 <note priority="1" from="description">Month name short</note>
9298 <note priority="1" from="meaning">November short name</note>
9299 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9300 <source>Dec</source><target state="new">Dec</target>
9301 <context-group purpose="location">
9302 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9303 <context context-type="linenumber">66</context>
9304 </context-group>
9233 <note priority="1" from="description">Month name short</note> 9305 <note priority="1" from="description">Month name short</note>
9234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9306 <note priority="1" from="meaning">December short name</note>
9235 </trans-unit> 9307 </trans-unit>
9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
9318
9236 <trans-unit id="8700121026680200191" datatype="html"> 9319 <trans-unit id="8700121026680200191" datatype="html">
9237 <source>Clear</source> 9320 <source>Clear</source>
9238 <target>Sfeḍ</target> 9321 <target>Sfeḍ</target>
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index 5c5a56573..f19230856 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -9480,91 +9480,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9480 <source>Saturday</source> 9480 <source>Saturday</source>
9481 <target state="new">Saturday</target> 9481 <target state="new">Saturday</target>
9482 9482
9483 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9483 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9484 <trans-unit id="4921929243068857081" datatype="html"> 9484 <source>Sun</source><target state="new">Sun</target>
9485 <source>Sun</source> 9485 <context-group purpose="location">
9486 <target state="new">Sun</target> 9486 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9487 <context context-type="linenumber">20</context>
9488 </context-group>
9487 <note priority="1" from="description">Day name short</note> 9489 <note priority="1" from="description">Day name short</note>
9488 9490 <note priority="1" from="meaning">Sunday short name</note>
9489 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9491 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9490 <trans-unit id="8563137213157122993" datatype="html"> 9492 <source>Mon</source><target state="new">Mon</target>
9491 <source>Mon</source> 9493 <context-group purpose="location">
9492 <target state="new">Mon</target> 9494 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9495 <context context-type="linenumber">21</context>
9496 </context-group>
9493 <note priority="1" from="description">Day name short</note> 9497 <note priority="1" from="description">Day name short</note>
9494 9498 <note priority="1" from="meaning">Monday short name</note>
9495 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9499 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9496 <trans-unit id="8502240922750617054" datatype="html"> 9500 <source>Tue</source><target state="new">Tue</target>
9497 <source>Tue</source> 9501 <context-group purpose="location">
9498 <target state="new">Tue</target> 9502 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9503 <context context-type="linenumber">22</context>
9504 </context-group>
9499 <note priority="1" from="description">Day name short</note> 9505 <note priority="1" from="description">Day name short</note>
9500 9506 <note priority="1" from="meaning">Tuesday short name</note>
9501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9507 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9502 <trans-unit id="7421778640995344715" datatype="html"> 9508 <source>Wed</source><target state="new">Wed</target>
9503 <source>Wed</source> 9509 <context-group purpose="location">
9504 <target state="new">Wed</target> 9510 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9511 <context context-type="linenumber">23</context>
9512 </context-group>
9505 <note priority="1" from="description">Day name short</note> 9513 <note priority="1" from="description">Day name short</note>
9506 9514 <note priority="1" from="meaning">Wednesday short name</note>
9507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9515 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9508 <trans-unit id="4409954796361883558" datatype="html"> 9516 <source>Thu</source><target state="new">Thu</target>
9509 <source>Thu</source> 9517 <context-group purpose="location">
9510 <target state="new">Thu</target> 9518 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9519 <context context-type="linenumber">24</context>
9520 </context-group>
9511 <note priority="1" from="description">Day name short</note> 9521 <note priority="1" from="description">Day name short</note>
9512 9522 <note priority="1" from="meaning">Thursday short name</note>
9513 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9523 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9514 <trans-unit id="5651951128882735477" datatype="html"> 9524 <source>Fri</source><target state="new">Fri</target>
9515 <source>Fri</source> 9525 <context-group purpose="location">
9516 <target state="new">Fri</target> 9526 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9527 <context context-type="linenumber">25</context>
9528 </context-group>
9517 <note priority="1" from="description">Day name short</note> 9529 <note priority="1" from="description">Day name short</note>
9518 9530 <note priority="1" from="meaning">Friday short name</note>
9519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9531 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9520 <trans-unit id="93026920674143073" datatype="html"> 9532 <source>Sat</source><target state="new">Sat</target>
9521 <source>Sat</source> 9533 <context-group purpose="location">
9522 <target state="new">Sat</target> 9534 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9535 <context context-type="linenumber">26</context>
9536 </context-group>
9523 <note priority="1" from="description">Day name short</note> 9537 <note priority="1" from="description">Day name short</note>
9524 9538 <note priority="1" from="meaning">Saturday short name</note>
9525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9539 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9526 <trans-unit id="8349763432924710200" datatype="html"> 9540 <source>Su</source><target state="new">Su</target>
9527 <source>Su</source> 9541 <context-group purpose="location">
9528 <target state="new">Su</target> 9542 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9543 <context context-type="linenumber">30</context>
9544 </context-group>
9529 <note priority="1" from="description">Day name min</note> 9545 <note priority="1" from="description">Day name min</note>
9530 9546 <note priority="1" from="meaning">Sunday min name</note>
9531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9547 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9532 <trans-unit id="4197236438302165051" datatype="html"> 9548 <source>Mo</source><target state="new">Mo</target>
9533 <source>Mo</source> 9549 <context-group purpose="location">
9534 <target state="new">Mo</target> 9550 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9551 <context context-type="linenumber">31</context>
9552 </context-group>
9535 <note priority="1" from="description">Day name min</note> 9553 <note priority="1" from="description">Day name min</note>
9536 9554 <note priority="1" from="meaning">Monday min name</note>
9537 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9555 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9538 <trans-unit id="6034455877220674404" datatype="html"> 9556 <source>Tu</source><target state="new">Tu</target>
9539 <source>Tu</source> 9557 <context-group purpose="location">
9540 <target state="new">Tu</target> 9558 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9559 <context context-type="linenumber">32</context>
9560 </context-group>
9541 <note priority="1" from="description">Day name min</note> 9561 <note priority="1" from="description">Day name min</note>
9542 9562 <note priority="1" from="meaning">Tuesday min name</note>
9543 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9563 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9544 <trans-unit id="3221670730445125135" datatype="html"> 9564 <source>We</source><target state="new">We</target>
9545 <source>We</source> 9565 <context-group purpose="location">
9546 <target state="new">We</target> 9566 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9567 <context context-type="linenumber">33</context>
9568 </context-group>
9547 <note priority="1" from="description">Day name min</note> 9569 <note priority="1" from="description">Day name min</note>
9548 9570 <note priority="1" from="meaning">Wednesday min name</note>
9549 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9571 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9550 <trans-unit id="772466829681972216" datatype="html"> 9572 <source>Th</source><target state="new">Th</target>
9551 <source>Th</source> 9573 <context-group purpose="location">
9552 <target state="new">Th</target> 9574 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9575 <context context-type="linenumber">34</context>
9576 </context-group>
9553 <note priority="1" from="description">Day name min</note> 9577 <note priority="1" from="description">Day name min</note>
9554 9578 <note priority="1" from="meaning">Thursday min name</note>
9555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9579 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9556 <trans-unit id="8598262708800132669" datatype="html"> 9580 <source>Fr</source><target state="new">Fr</target>
9557 <source>Fr</source> 9581 <context-group purpose="location">
9558 <target state="new">Fr</target> 9582 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9583 <context context-type="linenumber">35</context>
9584 </context-group>
9559 <note priority="1" from="description">Day name min</note> 9585 <note priority="1" from="description">Day name min</note>
9560 9586 <note priority="1" from="meaning">Friday min name</note>
9561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9587 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9562 <trans-unit id="569007902695332072" datatype="html"> 9588 <source>Sa</source><target state="new">Sa</target>
9563 <source>Sa</source> 9589 <context-group purpose="location">
9564 <target state="new">Sa</target> 9590 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9591 <context context-type="linenumber">36</context>
9592 </context-group>
9565 <note priority="1" from="description">Day name min</note> 9593 <note priority="1" from="description">Day name min</note>
9566 9594 <note priority="1" from="meaning">Saturday min name</note>
9567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9595 </trans-unit>
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9568 <trans-unit id="3913843642962116845" datatype="html"> 9610 <trans-unit id="3913843642962116845" datatype="html">
9569 <source>January</source> 9611 <source>January</source>
9570 <target state="new">January</target> 9612 <target state="new">January</target>
@@ -9590,7 +9632,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9590 <target state="new">May</target> 9632 <target state="new">May</target>
9591 9633
9592 9634
9593 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9635 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9594 <trans-unit id="9055297580745330415" datatype="html"> 9636 <trans-unit id="9055297580745330415" datatype="html">
9595 <source>June</source> 9637 <source>June</source>
9596 <target state="new">June</target> 9638 <target state="new">June</target>
@@ -9625,73 +9667,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9625 <source>December</source> 9667 <source>December</source>
9626 <target state="new">December</target> 9668 <target state="new">December</target>
9627 9669
9628 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9670 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9629 <trans-unit id="7595747576974676670" datatype="html"> 9671 <source>Jan</source><target state="new">Jan</target>
9630 <source>Jan</source> 9672 <context-group purpose="location">
9631 <target state="new">Jan</target> 9673 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9674 <context context-type="linenumber">55</context>
9675 </context-group>
9632 <note priority="1" from="description">Month name short</note> 9676 <note priority="1" from="description">Month name short</note>
9633 9677 <note priority="1" from="meaning">January short name</note>
9634 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9678 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9635 <trans-unit id="4916040996255005712" datatype="html"> 9679 <source>Feb</source><target state="new">Feb</target>
9636 <source>Feb</source> 9680 <context-group purpose="location">
9637 <target state="new">Feb</target> 9681 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9682 <context context-type="linenumber">56</context>
9683 </context-group>
9638 <note priority="1" from="description">Month name short</note> 9684 <note priority="1" from="description">Month name short</note>
9639 9685 <note priority="1" from="meaning">February short name</note>
9640 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9686 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9641 <trans-unit id="6438827956918137617" datatype="html"> 9687 <source>Mar</source><target state="new">Mar</target>
9642 <source>Mar</source> 9688 <context-group purpose="location">
9643 <target state="new">Mar</target> 9689 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9690 <context context-type="linenumber">57</context>
9691 </context-group>
9644 <note priority="1" from="description">Month name short</note> 9692 <note priority="1" from="description">Month name short</note>
9645 9693 <note priority="1" from="meaning">March short name</note>
9646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9694 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9647 <trans-unit id="5507326650332881991" datatype="html"> 9695 <source>Apr</source><target state="new">Apr</target>
9648 <source>Apr</source> 9696 <context-group purpose="location">
9649 <target state="new">Apr</target> 9697 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9698 <context context-type="linenumber">58</context>
9699 </context-group>
9650 <note priority="1" from="description">Month name short</note> 9700 <note priority="1" from="description">Month name short</note>
9651 9701 <note priority="1" from="meaning">April short name</note>
9652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9702 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9653 <trans-unit id="2113470244260512015" datatype="html"> 9703 <source>May</source><target state="new">May</target>
9654 <source>Jun</source> 9704 <context-group purpose="location">
9655 <target state="new">Jun</target> 9705 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9706 <context context-type="linenumber">59</context>
9707 </context-group>
9656 <note priority="1" from="description">Month name short</note> 9708 <note priority="1" from="description">Month name short</note>
9657 9709 <note priority="1" from="meaning">May short name</note>
9658 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9710 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9659 <trans-unit id="53176888553719239" datatype="html"> 9711 <source>Jun</source><target state="new">Jun</target>
9660 <source>Jul</source> 9712 <context-group purpose="location">
9661 <target state="new">Jul</target> 9713 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9714 <context context-type="linenumber">60</context>
9715 </context-group>
9662 <note priority="1" from="description">Month name short</note> 9716 <note priority="1" from="description">Month name short</note>
9663 9717 <note priority="1" from="meaning">June short name</note>
9664 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9718 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9665 <trans-unit id="5648574669404659458" datatype="html"> 9719 <source>Jul</source><target state="new">Jul</target>
9666 <source>Aug</source> 9720 <context-group purpose="location">
9667 <target state="new">Aug</target> 9721 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9722 <context context-type="linenumber">61</context>
9723 </context-group>
9668 <note priority="1" from="description">Month name short</note> 9724 <note priority="1" from="description">Month name short</note>
9669 9725 <note priority="1" from="meaning">July short name</note>
9670 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9726 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9671 <trans-unit id="4354095055982674918" datatype="html"> 9727 <source>Aug</source><target state="new">Aug</target>
9672 <source>Sep</source> 9728 <context-group purpose="location">
9673 <target state="new">Sep</target> 9729 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9730 <context context-type="linenumber">62</context>
9731 </context-group>
9674 <note priority="1" from="description">Month name short</note> 9732 <note priority="1" from="description">Month name short</note>
9675 9733 <note priority="1" from="meaning">August short name</note>
9676 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9734 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9677 <trans-unit id="6207754626941051341" datatype="html"> 9735 <source>Sep</source><target state="new">Sep</target>
9678 <source>Oct</source> 9736 <context-group purpose="location">
9679 <target state="new">Oct</target> 9737 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9738 <context context-type="linenumber">63</context>
9739 </context-group>
9680 <note priority="1" from="description">Month name short</note> 9740 <note priority="1" from="description">Month name short</note>
9681 9741 <note priority="1" from="meaning">September short name</note>
9682 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9742 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9683 <trans-unit id="8269261039058575292" datatype="html"> 9743 <source>Oct</source><target state="new">Oct</target>
9684 <source>Nov</source> 9744 <context-group purpose="location">
9685 <target state="new">Nov</target> 9745 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9746 <context context-type="linenumber">64</context>
9747 </context-group>
9686 <note priority="1" from="description">Month name short</note> 9748 <note priority="1" from="description">Month name short</note>
9687 9749 <note priority="1" from="meaning">October short name</note>
9688 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9750 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9689 <trans-unit id="7777579586760423636" datatype="html"> 9751 <source>Nov</source><target state="new">Nov</target>
9690 <source>Dec</source> 9752 <context-group purpose="location">
9691 <target state="new">Dec</target> 9753 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9754 <context context-type="linenumber">65</context>
9755 </context-group>
9692 <note priority="1" from="description">Month name short</note> 9756 <note priority="1" from="description">Month name short</note>
9693 9757 <note priority="1" from="meaning">November short name</note>
9694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9758 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9759 <source>Dec</source><target state="new">Dec</target>
9760 <context-group purpose="location">
9761 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9762 <context context-type="linenumber">66</context>
9763 </context-group>
9764 <note priority="1" from="description">Month name short</note>
9765 <note priority="1" from="meaning">December short name</note>
9766 </trans-unit>
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9695 <trans-unit id="8700121026680200191" datatype="html"> 9778 <trans-unit id="8700121026680200191" datatype="html">
9696 <source>Clear</source> 9779 <source>Clear</source>
9697 <target state="new">Clear</target> 9780 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index ecc20df64..d6aab3cdf 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -8910,91 +8910,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8910 <source>Saturday</source> 8910 <source>Saturday</source>
8911 <target state="new">Saturday</target> 8911 <target state="new">Saturday</target>
8912 8912
8913 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 8913 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
8914 <trans-unit id="4921929243068857081" datatype="html"> 8914 <source>Sun</source><target state="new">Sun</target>
8915 <source>Sun</source> 8915 <context-group purpose="location">
8916 <target state="new">Sun</target> 8916 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8917 <context context-type="linenumber">20</context>
8918 </context-group>
8917 <note priority="1" from="description">Day name short</note> 8919 <note priority="1" from="description">Day name short</note>
8918 8920 <note priority="1" from="meaning">Sunday short name</note>
8919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 8921 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
8920 <trans-unit id="8563137213157122993" datatype="html"> 8922 <source>Mon</source><target state="new">Mon</target>
8921 <source>Mon</source> 8923 <context-group purpose="location">
8922 <target state="new">Mon</target> 8924 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8925 <context context-type="linenumber">21</context>
8926 </context-group>
8923 <note priority="1" from="description">Day name short</note> 8927 <note priority="1" from="description">Day name short</note>
8924 8928 <note priority="1" from="meaning">Monday short name</note>
8925 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 8929 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
8926 <trans-unit id="8502240922750617054" datatype="html"> 8930 <source>Tue</source><target state="new">Tue</target>
8927 <source>Tue</source> 8931 <context-group purpose="location">
8928 <target state="new">Tue</target> 8932 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8933 <context context-type="linenumber">22</context>
8934 </context-group>
8929 <note priority="1" from="description">Day name short</note> 8935 <note priority="1" from="description">Day name short</note>
8930 8936 <note priority="1" from="meaning">Tuesday short name</note>
8931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 8937 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
8932 <trans-unit id="7421778640995344715" datatype="html"> 8938 <source>Wed</source><target state="new">Wed</target>
8933 <source>Wed</source> 8939 <context-group purpose="location">
8934 <target state="new">Wed</target> 8940 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8941 <context context-type="linenumber">23</context>
8942 </context-group>
8935 <note priority="1" from="description">Day name short</note> 8943 <note priority="1" from="description">Day name short</note>
8936 8944 <note priority="1" from="meaning">Wednesday short name</note>
8937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 8945 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
8938 <trans-unit id="4409954796361883558" datatype="html"> 8946 <source>Thu</source><target state="new">Thu</target>
8939 <source>Thu</source> 8947 <context-group purpose="location">
8940 <target state="new">Thu</target> 8948 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8949 <context context-type="linenumber">24</context>
8950 </context-group>
8941 <note priority="1" from="description">Day name short</note> 8951 <note priority="1" from="description">Day name short</note>
8942 8952 <note priority="1" from="meaning">Thursday short name</note>
8943 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 8953 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
8944 <trans-unit id="5651951128882735477" datatype="html"> 8954 <source>Fri</source><target state="new">Fri</target>
8945 <source>Fri</source> 8955 <context-group purpose="location">
8946 <target state="new">Fri</target> 8956 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8957 <context context-type="linenumber">25</context>
8958 </context-group>
8947 <note priority="1" from="description">Day name short</note> 8959 <note priority="1" from="description">Day name short</note>
8948 8960 <note priority="1" from="meaning">Friday short name</note>
8949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 8961 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
8950 <trans-unit id="93026920674143073" datatype="html"> 8962 <source>Sat</source><target state="new">Sat</target>
8951 <source>Sat</source> 8963 <context-group purpose="location">
8952 <target state="new">Sat</target> 8964 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8965 <context context-type="linenumber">26</context>
8966 </context-group>
8953 <note priority="1" from="description">Day name short</note> 8967 <note priority="1" from="description">Day name short</note>
8954 8968 <note priority="1" from="meaning">Saturday short name</note>
8955 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 8969 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
8956 <trans-unit id="8349763432924710200" datatype="html"> 8970 <source>Su</source><target state="new">Su</target>
8957 <source>Su</source> 8971 <context-group purpose="location">
8958 <target state="new">Su</target> 8972 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8973 <context context-type="linenumber">30</context>
8974 </context-group>
8959 <note priority="1" from="description">Day name min</note> 8975 <note priority="1" from="description">Day name min</note>
8960 8976 <note priority="1" from="meaning">Sunday min name</note>
8961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 8977 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
8962 <trans-unit id="4197236438302165051" datatype="html"> 8978 <source>Mo</source><target state="new">Mo</target>
8963 <source>Mo</source> 8979 <context-group purpose="location">
8964 <target state="new">Mo</target> 8980 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8981 <context context-type="linenumber">31</context>
8982 </context-group>
8965 <note priority="1" from="description">Day name min</note> 8983 <note priority="1" from="description">Day name min</note>
8966 8984 <note priority="1" from="meaning">Monday min name</note>
8967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 8985 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
8968 <trans-unit id="6034455877220674404" datatype="html"> 8986 <source>Tu</source><target state="new">Tu</target>
8969 <source>Tu</source> 8987 <context-group purpose="location">
8970 <target state="new">Tu</target> 8988 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8989 <context context-type="linenumber">32</context>
8990 </context-group>
8971 <note priority="1" from="description">Day name min</note> 8991 <note priority="1" from="description">Day name min</note>
8972 8992 <note priority="1" from="meaning">Tuesday min name</note>
8973 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 8993 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
8974 <trans-unit id="3221670730445125135" datatype="html"> 8994 <source>We</source><target state="new">We</target>
8975 <source>We</source> 8995 <context-group purpose="location">
8976 <target state="new">We</target> 8996 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8997 <context context-type="linenumber">33</context>
8998 </context-group>
8977 <note priority="1" from="description">Day name min</note> 8999 <note priority="1" from="description">Day name min</note>
8978 9000 <note priority="1" from="meaning">Wednesday min name</note>
8979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9001 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
8980 <trans-unit id="772466829681972216" datatype="html"> 9002 <source>Th</source><target state="new">Th</target>
8981 <source>Th</source> 9003 <context-group purpose="location">
8982 <target state="new">Th</target> 9004 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9005 <context context-type="linenumber">34</context>
9006 </context-group>
8983 <note priority="1" from="description">Day name min</note> 9007 <note priority="1" from="description">Day name min</note>
8984 9008 <note priority="1" from="meaning">Thursday min name</note>
8985 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9009 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
8986 <trans-unit id="8598262708800132669" datatype="html"> 9010 <source>Fr</source><target state="new">Fr</target>
8987 <source>Fr</source> 9011 <context-group purpose="location">
8988 <target state="new">Fr</target> 9012 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9013 <context context-type="linenumber">35</context>
9014 </context-group>
8989 <note priority="1" from="description">Day name min</note> 9015 <note priority="1" from="description">Day name min</note>
8990 9016 <note priority="1" from="meaning">Friday min name</note>
8991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9017 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
8992 <trans-unit id="569007902695332072" datatype="html"> 9018 <source>Sa</source><target state="new">Sa</target>
8993 <source>Sa</source> 9019 <context-group purpose="location">
8994 <target state="new">Sa</target> 9020 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9021 <context context-type="linenumber">36</context>
9022 </context-group>
8995 <note priority="1" from="description">Day name min</note> 9023 <note priority="1" from="description">Day name min</note>
8996 9024 <note priority="1" from="meaning">Saturday min name</note>
8997 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9025 </trans-unit>
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
8998 <trans-unit id="3913843642962116845" datatype="html"> 9040 <trans-unit id="3913843642962116845" datatype="html">
8999 <source>January</source> 9041 <source>January</source>
9000 <target state="new">January</target> 9042 <target state="new">January</target>
@@ -9020,7 +9062,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9020 <target state="new">May</target> 9062 <target state="new">May</target>
9021 9063
9022 9064
9023 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9065 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9024 <trans-unit id="9055297580745330415" datatype="html"> 9066 <trans-unit id="9055297580745330415" datatype="html">
9025 <source>June</source> 9067 <source>June</source>
9026 <target state="new">June</target> 9068 <target state="new">June</target>
@@ -9055,73 +9097,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9055 <source>December</source> 9097 <source>December</source>
9056 <target state="new">December</target> 9098 <target state="new">December</target>
9057 9099
9058 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9100 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9059 <trans-unit id="7595747576974676670" datatype="html"> 9101 <source>Jan</source><target state="new">Jan</target>
9060 <source>Jan</source> 9102 <context-group purpose="location">
9061 <target state="new">Jan</target> 9103 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9104 <context context-type="linenumber">55</context>
9105 </context-group>
9062 <note priority="1" from="description">Month name short</note> 9106 <note priority="1" from="description">Month name short</note>
9063 9107 <note priority="1" from="meaning">January short name</note>
9064 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9108 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9065 <trans-unit id="4916040996255005712" datatype="html"> 9109 <source>Feb</source><target state="new">Feb</target>
9066 <source>Feb</source> 9110 <context-group purpose="location">
9067 <target state="new">Feb</target> 9111 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9112 <context context-type="linenumber">56</context>
9113 </context-group>
9068 <note priority="1" from="description">Month name short</note> 9114 <note priority="1" from="description">Month name short</note>
9069 9115 <note priority="1" from="meaning">February short name</note>
9070 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9116 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9071 <trans-unit id="6438827956918137617" datatype="html"> 9117 <source>Mar</source><target state="new">Mar</target>
9072 <source>Mar</source> 9118 <context-group purpose="location">
9073 <target state="new">Mar</target> 9119 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9120 <context context-type="linenumber">57</context>
9121 </context-group>
9074 <note priority="1" from="description">Month name short</note> 9122 <note priority="1" from="description">Month name short</note>
9075 9123 <note priority="1" from="meaning">March short name</note>
9076 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9124 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9077 <trans-unit id="5507326650332881991" datatype="html"> 9125 <source>Apr</source><target state="new">Apr</target>
9078 <source>Apr</source> 9126 <context-group purpose="location">
9079 <target state="new">Apr</target> 9127 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9128 <context context-type="linenumber">58</context>
9129 </context-group>
9080 <note priority="1" from="description">Month name short</note> 9130 <note priority="1" from="description">Month name short</note>
9081 9131 <note priority="1" from="meaning">April short name</note>
9082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9132 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9083 <trans-unit id="2113470244260512015" datatype="html"> 9133 <source>May</source><target state="new">May</target>
9084 <source>Jun</source> 9134 <context-group purpose="location">
9085 <target state="new">Jun</target> 9135 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9136 <context context-type="linenumber">59</context>
9137 </context-group>
9086 <note priority="1" from="description">Month name short</note> 9138 <note priority="1" from="description">Month name short</note>
9087 9139 <note priority="1" from="meaning">May short name</note>
9088 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9140 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9089 <trans-unit id="53176888553719239" datatype="html"> 9141 <source>Jun</source><target state="new">Jun</target>
9090 <source>Jul</source> 9142 <context-group purpose="location">
9091 <target state="new">Jul</target> 9143 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9144 <context context-type="linenumber">60</context>
9145 </context-group>
9092 <note priority="1" from="description">Month name short</note> 9146 <note priority="1" from="description">Month name short</note>
9093 9147 <note priority="1" from="meaning">June short name</note>
9094 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9148 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9095 <trans-unit id="5648574669404659458" datatype="html"> 9149 <source>Jul</source><target state="new">Jul</target>
9096 <source>Aug</source> 9150 <context-group purpose="location">
9097 <target state="new">Aug</target> 9151 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9152 <context context-type="linenumber">61</context>
9153 </context-group>
9098 <note priority="1" from="description">Month name short</note> 9154 <note priority="1" from="description">Month name short</note>
9099 9155 <note priority="1" from="meaning">July short name</note>
9100 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9156 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9101 <trans-unit id="4354095055982674918" datatype="html"> 9157 <source>Aug</source><target state="new">Aug</target>
9102 <source>Sep</source> 9158 <context-group purpose="location">
9103 <target state="new">Sep</target> 9159 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9160 <context context-type="linenumber">62</context>
9161 </context-group>
9104 <note priority="1" from="description">Month name short</note> 9162 <note priority="1" from="description">Month name short</note>
9105 9163 <note priority="1" from="meaning">August short name</note>
9106 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9164 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9107 <trans-unit id="6207754626941051341" datatype="html"> 9165 <source>Sep</source><target state="new">Sep</target>
9108 <source>Oct</source> 9166 <context-group purpose="location">
9109 <target state="new">Oct</target> 9167 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9168 <context context-type="linenumber">63</context>
9169 </context-group>
9110 <note priority="1" from="description">Month name short</note> 9170 <note priority="1" from="description">Month name short</note>
9111 9171 <note priority="1" from="meaning">September short name</note>
9112 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9172 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9113 <trans-unit id="8269261039058575292" datatype="html"> 9173 <source>Oct</source><target state="new">Oct</target>
9114 <source>Nov</source> 9174 <context-group purpose="location">
9115 <target state="new">Nov</target> 9175 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9176 <context context-type="linenumber">64</context>
9177 </context-group>
9116 <note priority="1" from="description">Month name short</note> 9178 <note priority="1" from="description">Month name short</note>
9117 9179 <note priority="1" from="meaning">October short name</note>
9118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9180 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9119 <trans-unit id="7777579586760423636" datatype="html"> 9181 <source>Nov</source><target state="new">Nov</target>
9120 <source>Dec</source> 9182 <context-group purpose="location">
9121 <target state="new">Dec</target> 9183 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9184 <context context-type="linenumber">65</context>
9185 </context-group>
9122 <note priority="1" from="description">Month name short</note> 9186 <note priority="1" from="description">Month name short</note>
9123 9187 <note priority="1" from="meaning">November short name</note>
9124 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9188 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9189 <source>Dec</source><target state="new">Dec</target>
9190 <context-group purpose="location">
9191 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9192 <context context-type="linenumber">66</context>
9193 </context-group>
9194 <note priority="1" from="description">Month name short</note>
9195 <note priority="1" from="meaning">December short name</note>
9196 </trans-unit>
9197
9198
9199
9200
9201
9202
9203
9204
9205
9206
9207
9125 <trans-unit id="8700121026680200191" datatype="html"> 9208 <trans-unit id="8700121026680200191" datatype="html">
9126 <source>Clear</source> 9209 <source>Clear</source>
9127 <target state="new">Clear</target> 9210 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index d850300d3..db5172bda 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -9227,91 +9227,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9227 <source>Saturday</source> 9227 <source>Saturday</source>
9228 <target state="new">Saturday</target> 9228 <target state="new">Saturday</target>
9229 9229
9230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9231 <trans-unit id="4921929243068857081" datatype="html"> 9231 <source>Sun</source><target state="new">Sun</target>
9232 <source>Sun</source> 9232 <context-group purpose="location">
9233 <target state="new">Sun</target> 9233 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9234 <context context-type="linenumber">20</context>
9235 </context-group>
9234 <note priority="1" from="description">Day name short</note> 9236 <note priority="1" from="description">Day name short</note>
9235 9237 <note priority="1" from="meaning">Sunday short name</note>
9236 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9238 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9237 <trans-unit id="8563137213157122993" datatype="html"> 9239 <source>Mon</source><target state="new">Mon</target>
9238 <source>Mon</source> 9240 <context-group purpose="location">
9239 <target state="new">Mon</target> 9241 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9242 <context context-type="linenumber">21</context>
9243 </context-group>
9240 <note priority="1" from="description">Day name short</note> 9244 <note priority="1" from="description">Day name short</note>
9241 9245 <note priority="1" from="meaning">Monday short name</note>
9242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9246 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9243 <trans-unit id="8502240922750617054" datatype="html"> 9247 <source>Tue</source><target state="new">Tue</target>
9244 <source>Tue</source> 9248 <context-group purpose="location">
9245 <target state="new">Tue</target> 9249 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9250 <context context-type="linenumber">22</context>
9251 </context-group>
9246 <note priority="1" from="description">Day name short</note> 9252 <note priority="1" from="description">Day name short</note>
9247 9253 <note priority="1" from="meaning">Tuesday short name</note>
9248 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9254 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9249 <trans-unit id="7421778640995344715" datatype="html"> 9255 <source>Wed</source><target state="new">Wed</target>
9250 <source>Wed</source> 9256 <context-group purpose="location">
9251 <target state="new">Wed</target> 9257 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9258 <context context-type="linenumber">23</context>
9259 </context-group>
9252 <note priority="1" from="description">Day name short</note> 9260 <note priority="1" from="description">Day name short</note>
9253 9261 <note priority="1" from="meaning">Wednesday short name</note>
9254 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9262 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9255 <trans-unit id="4409954796361883558" datatype="html"> 9263 <source>Thu</source><target state="new">Thu</target>
9256 <source>Thu</source> 9264 <context-group purpose="location">
9257 <target state="new">Thu</target> 9265 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9266 <context context-type="linenumber">24</context>
9267 </context-group>
9258 <note priority="1" from="description">Day name short</note> 9268 <note priority="1" from="description">Day name short</note>
9259 9269 <note priority="1" from="meaning">Thursday short name</note>
9260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9270 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9261 <trans-unit id="5651951128882735477" datatype="html"> 9271 <source>Fri</source><target state="new">Fri</target>
9262 <source>Fri</source> 9272 <context-group purpose="location">
9263 <target state="new">Fri</target> 9273 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9274 <context context-type="linenumber">25</context>
9275 </context-group>
9264 <note priority="1" from="description">Day name short</note> 9276 <note priority="1" from="description">Day name short</note>
9265 9277 <note priority="1" from="meaning">Friday short name</note>
9266 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9278 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9267 <trans-unit id="93026920674143073" datatype="html"> 9279 <source>Sat</source><target state="new">Sat</target>
9268 <source>Sat</source> 9280 <context-group purpose="location">
9269 <target state="new">Sat</target> 9281 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9282 <context context-type="linenumber">26</context>
9283 </context-group>
9270 <note priority="1" from="description">Day name short</note> 9284 <note priority="1" from="description">Day name short</note>
9271 9285 <note priority="1" from="meaning">Saturday short name</note>
9272 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9286 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9273 <trans-unit id="8349763432924710200" datatype="html"> 9287 <source>Su</source><target state="new">Su</target>
9274 <source>Su</source> 9288 <context-group purpose="location">
9275 <target state="new">Su</target> 9289 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9290 <context context-type="linenumber">30</context>
9291 </context-group>
9276 <note priority="1" from="description">Day name min</note> 9292 <note priority="1" from="description">Day name min</note>
9277 9293 <note priority="1" from="meaning">Sunday min name</note>
9278 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9294 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9279 <trans-unit id="4197236438302165051" datatype="html"> 9295 <source>Mo</source><target state="new">Mo</target>
9280 <source>Mo</source> 9296 <context-group purpose="location">
9281 <target state="new">Mo</target> 9297 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9298 <context context-type="linenumber">31</context>
9299 </context-group>
9282 <note priority="1" from="description">Day name min</note> 9300 <note priority="1" from="description">Day name min</note>
9283 9301 <note priority="1" from="meaning">Monday min name</note>
9284 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9302 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9285 <trans-unit id="6034455877220674404" datatype="html"> 9303 <source>Tu</source><target state="new">Tu</target>
9286 <source>Tu</source> 9304 <context-group purpose="location">
9287 <target state="new">Tu</target> 9305 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9306 <context context-type="linenumber">32</context>
9307 </context-group>
9288 <note priority="1" from="description">Day name min</note> 9308 <note priority="1" from="description">Day name min</note>
9289 9309 <note priority="1" from="meaning">Tuesday min name</note>
9290 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9310 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9291 <trans-unit id="3221670730445125135" datatype="html"> 9311 <source>We</source><target state="new">We</target>
9292 <source>We</source> 9312 <context-group purpose="location">
9293 <target state="new">We</target> 9313 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9314 <context context-type="linenumber">33</context>
9315 </context-group>
9294 <note priority="1" from="description">Day name min</note> 9316 <note priority="1" from="description">Day name min</note>
9295 9317 <note priority="1" from="meaning">Wednesday min name</note>
9296 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9318 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9297 <trans-unit id="772466829681972216" datatype="html"> 9319 <source>Th</source><target state="new">Th</target>
9298 <source>Th</source> 9320 <context-group purpose="location">
9299 <target state="new">Th</target> 9321 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9322 <context context-type="linenumber">34</context>
9323 </context-group>
9300 <note priority="1" from="description">Day name min</note> 9324 <note priority="1" from="description">Day name min</note>
9301 9325 <note priority="1" from="meaning">Thursday min name</note>
9302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9326 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9303 <trans-unit id="8598262708800132669" datatype="html"> 9327 <source>Fr</source><target state="new">Fr</target>
9304 <source>Fr</source> 9328 <context-group purpose="location">
9305 <target state="new">Fr</target> 9329 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9330 <context context-type="linenumber">35</context>
9331 </context-group>
9306 <note priority="1" from="description">Day name min</note> 9332 <note priority="1" from="description">Day name min</note>
9307 9333 <note priority="1" from="meaning">Friday min name</note>
9308 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9334 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9309 <trans-unit id="569007902695332072" datatype="html"> 9335 <source>Sa</source><target state="new">Sa</target>
9310 <source>Sa</source> 9336 <context-group purpose="location">
9311 <target state="new">Sa</target> 9337 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9338 <context context-type="linenumber">36</context>
9339 </context-group>
9312 <note priority="1" from="description">Day name min</note> 9340 <note priority="1" from="description">Day name min</note>
9313 9341 <note priority="1" from="meaning">Saturday min name</note>
9314 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9342 </trans-unit>
9343
9344
9345
9346
9347
9348
9349
9350
9351
9352
9353
9354
9355
9356
9315 <trans-unit id="3913843642962116845" datatype="html"> 9357 <trans-unit id="3913843642962116845" datatype="html">
9316 <source>January</source> 9358 <source>January</source>
9317 <target state="new">January</target> 9359 <target state="new">January</target>
@@ -9337,7 +9379,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9337 <target state="new">May</target> 9379 <target state="new">May</target>
9338 9380
9339 9381
9340 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9341 <trans-unit id="9055297580745330415" datatype="html"> 9383 <trans-unit id="9055297580745330415" datatype="html">
9342 <source>June</source> 9384 <source>June</source>
9343 <target state="new">June</target> 9385 <target state="new">June</target>
@@ -9372,73 +9414,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9372 <source>December</source> 9414 <source>December</source>
9373 <target state="new">December</target> 9415 <target state="new">December</target>
9374 9416
9375 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9417 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9376 <trans-unit id="7595747576974676670" datatype="html"> 9418 <source>Jan</source><target state="new">Jan</target>
9377 <source>Jan</source> 9419 <context-group purpose="location">
9378 <target state="new">Jan</target> 9420 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9421 <context context-type="linenumber">55</context>
9422 </context-group>
9379 <note priority="1" from="description">Month name short</note> 9423 <note priority="1" from="description">Month name short</note>
9380 9424 <note priority="1" from="meaning">January short name</note>
9381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9425 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9382 <trans-unit id="4916040996255005712" datatype="html"> 9426 <source>Feb</source><target state="new">Feb</target>
9383 <source>Feb</source> 9427 <context-group purpose="location">
9384 <target state="new">Feb</target> 9428 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9429 <context context-type="linenumber">56</context>
9430 </context-group>
9385 <note priority="1" from="description">Month name short</note> 9431 <note priority="1" from="description">Month name short</note>
9386 9432 <note priority="1" from="meaning">February short name</note>
9387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9433 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9388 <trans-unit id="6438827956918137617" datatype="html"> 9434 <source>Mar</source><target state="new">Mar</target>
9389 <source>Mar</source> 9435 <context-group purpose="location">
9390 <target state="new">Mar</target> 9436 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9437 <context context-type="linenumber">57</context>
9438 </context-group>
9391 <note priority="1" from="description">Month name short</note> 9439 <note priority="1" from="description">Month name short</note>
9392 9440 <note priority="1" from="meaning">March short name</note>
9393 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9441 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9394 <trans-unit id="5507326650332881991" datatype="html"> 9442 <source>Apr</source><target state="new">Apr</target>
9395 <source>Apr</source> 9443 <context-group purpose="location">
9396 <target state="new">Apr</target> 9444 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9445 <context context-type="linenumber">58</context>
9446 </context-group>
9397 <note priority="1" from="description">Month name short</note> 9447 <note priority="1" from="description">Month name short</note>
9398 9448 <note priority="1" from="meaning">April short name</note>
9399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9449 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9400 <trans-unit id="2113470244260512015" datatype="html"> 9450 <source>May</source><target state="new">May</target>
9401 <source>Jun</source> 9451 <context-group purpose="location">
9402 <target state="new">Jun</target> 9452 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9453 <context context-type="linenumber">59</context>
9454 </context-group>
9403 <note priority="1" from="description">Month name short</note> 9455 <note priority="1" from="description">Month name short</note>
9404 9456 <note priority="1" from="meaning">May short name</note>
9405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9457 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9406 <trans-unit id="53176888553719239" datatype="html"> 9458 <source>Jun</source><target state="new">Jun</target>
9407 <source>Jul</source> 9459 <context-group purpose="location">
9408 <target state="new">Jul</target> 9460 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9461 <context context-type="linenumber">60</context>
9462 </context-group>
9409 <note priority="1" from="description">Month name short</note> 9463 <note priority="1" from="description">Month name short</note>
9410 9464 <note priority="1" from="meaning">June short name</note>
9411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9465 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9412 <trans-unit id="5648574669404659458" datatype="html"> 9466 <source>Jul</source><target state="new">Jul</target>
9413 <source>Aug</source> 9467 <context-group purpose="location">
9414 <target state="new">Aug</target> 9468 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9469 <context context-type="linenumber">61</context>
9470 </context-group>
9415 <note priority="1" from="description">Month name short</note> 9471 <note priority="1" from="description">Month name short</note>
9416 9472 <note priority="1" from="meaning">July short name</note>
9417 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9473 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9418 <trans-unit id="4354095055982674918" datatype="html"> 9474 <source>Aug</source><target state="new">Aug</target>
9419 <source>Sep</source> 9475 <context-group purpose="location">
9420 <target state="new">Sep</target> 9476 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9477 <context context-type="linenumber">62</context>
9478 </context-group>
9421 <note priority="1" from="description">Month name short</note> 9479 <note priority="1" from="description">Month name short</note>
9422 9480 <note priority="1" from="meaning">August short name</note>
9423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9481 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9424 <trans-unit id="6207754626941051341" datatype="html"> 9482 <source>Sep</source><target state="new">Sep</target>
9425 <source>Oct</source> 9483 <context-group purpose="location">
9426 <target state="new">Oct</target> 9484 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9485 <context context-type="linenumber">63</context>
9486 </context-group>
9427 <note priority="1" from="description">Month name short</note> 9487 <note priority="1" from="description">Month name short</note>
9428 9488 <note priority="1" from="meaning">September short name</note>
9429 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9489 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9430 <trans-unit id="8269261039058575292" datatype="html"> 9490 <source>Oct</source><target state="new">Oct</target>
9431 <source>Nov</source> 9491 <context-group purpose="location">
9432 <target state="new">Nov</target> 9492 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9493 <context context-type="linenumber">64</context>
9494 </context-group>
9433 <note priority="1" from="description">Month name short</note> 9495 <note priority="1" from="description">Month name short</note>
9434 9496 <note priority="1" from="meaning">October short name</note>
9435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9497 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9436 <trans-unit id="7777579586760423636" datatype="html"> 9498 <source>Nov</source><target state="new">Nov</target>
9437 <source>Dec</source> 9499 <context-group purpose="location">
9438 <target state="new">Dec</target> 9500 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9501 <context context-type="linenumber">65</context>
9502 </context-group>
9439 <note priority="1" from="description">Month name short</note> 9503 <note priority="1" from="description">Month name short</note>
9440 9504 <note priority="1" from="meaning">November short name</note>
9441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9505 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9506 <source>Dec</source><target state="new">Dec</target>
9507 <context-group purpose="location">
9508 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9509 <context context-type="linenumber">66</context>
9510 </context-group>
9511 <note priority="1" from="description">Month name short</note>
9512 <note priority="1" from="meaning">December short name</note>
9513 </trans-unit>
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9442 <trans-unit id="8700121026680200191" datatype="html"> 9525 <trans-unit id="8700121026680200191" datatype="html">
9443 <source>Clear</source> 9526 <source>Clear</source>
9444 <target state="new">Clear</target> 9527 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 032dc2cba..4e6e651a4 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -9257,91 +9257,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9257 <source>Saturday</source> 9257 <source>Saturday</source>
9258 <target>Zaterdag</target> 9258 <target>Zaterdag</target>
9259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9260 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9261 <source>Sun</source><target state="new">Sun</target>
9262 <context-group purpose="location">
9263 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9264 <context context-type="linenumber">20</context>
9265 </context-group>
9266 <note priority="1" from="description">Day name short</note>
9267 <note priority="1" from="meaning">Sunday short name</note>
9268 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9269 <source>Mon</source><target state="new">Mon</target>
9270 <context-group purpose="location">
9271 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9272 <context context-type="linenumber">21</context>
9273 </context-group>
9274 <note priority="1" from="description">Day name short</note>
9275 <note priority="1" from="meaning">Monday short name</note>
9276 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9277 <source>Tue</source><target state="new">Tue</target>
9278 <context-group purpose="location">
9279 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9280 <context context-type="linenumber">22</context>
9281 </context-group>
9282 <note priority="1" from="description">Day name short</note>
9283 <note priority="1" from="meaning">Tuesday short name</note>
9284 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9285 <source>Wed</source><target state="new">Wed</target>
9286 <context-group purpose="location">
9287 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9288 <context context-type="linenumber">23</context>
9289 </context-group>
9290 <note priority="1" from="description">Day name short</note>
9291 <note priority="1" from="meaning">Wednesday short name</note>
9292 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9293 <source>Thu</source><target state="new">Thu</target>
9294 <context-group purpose="location">
9295 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9296 <context context-type="linenumber">24</context>
9297 </context-group>
9298 <note priority="1" from="description">Day name short</note>
9299 <note priority="1" from="meaning">Thursday short name</note>
9300 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9301 <source>Fri</source><target state="new">Fri</target>
9302 <context-group purpose="location">
9303 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9304 <context context-type="linenumber">25</context>
9305 </context-group>
9306 <note priority="1" from="description">Day name short</note>
9307 <note priority="1" from="meaning">Friday short name</note>
9308 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9309 <source>Sat</source><target state="new">Sat</target>
9310 <context-group purpose="location">
9311 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9312 <context context-type="linenumber">26</context>
9313 </context-group>
9314 <note priority="1" from="description">Day name short</note>
9315 <note priority="1" from="meaning">Saturday short name</note>
9316 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9317 <source>Su</source><target state="new">Su</target>
9318 <context-group purpose="location">
9319 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9320 <context context-type="linenumber">30</context>
9321 </context-group>
9322 <note priority="1" from="description">Day name min</note>
9323 <note priority="1" from="meaning">Sunday min name</note>
9324 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9325 <source>Mo</source><target state="new">Mo</target>
9326 <context-group purpose="location">
9327 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9328 <context context-type="linenumber">31</context>
9329 </context-group>
9330 <note priority="1" from="description">Day name min</note>
9331 <note priority="1" from="meaning">Monday min name</note>
9332 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9333 <source>Tu</source><target state="new">Tu</target>
9334 <context-group purpose="location">
9335 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9336 <context context-type="linenumber">32</context>
9337 </context-group>
9338 <note priority="1" from="description">Day name min</note>
9339 <note priority="1" from="meaning">Tuesday min name</note>
9340 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9341 <source>We</source><target state="new">We</target>
9342 <context-group purpose="location">
9343 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9344 <context context-type="linenumber">33</context>
9345 </context-group>
9346 <note priority="1" from="description">Day name min</note>
9347 <note priority="1" from="meaning">Wednesday min name</note>
9348 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9349 <source>Th</source><target state="new">Th</target>
9350 <context-group purpose="location">
9351 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9352 <context context-type="linenumber">34</context>
9353 </context-group>
9354 <note priority="1" from="description">Day name min</note>
9355 <note priority="1" from="meaning">Thursday min name</note>
9356 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9357 <source>Fr</source><target state="new">Fr</target>
9358 <context-group purpose="location">
9359 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9360 <context context-type="linenumber">35</context>
9361 </context-group>
9362 <note priority="1" from="description">Day name min</note>
9363 <note priority="1" from="meaning">Friday min name</note>
9364 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9365 <source>Sa</source><target state="new">Sa</target>
9366 <context-group purpose="location">
9367 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9368 <context context-type="linenumber">36</context>
9369 </context-group>
9370 <note priority="1" from="description">Day name min</note>
9371 <note priority="1" from="meaning">Saturday min name</note>
9260 </trans-unit> 9372 </trans-unit>
9261 <trans-unit id="4921929243068857081"> 9373
9262 <source>Sun</source> 9374
9263 <target>Zon</target> 9375
9264 <note from="description" priority="1">Day name short</note> 9376
9265 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9377
9266 </trans-unit> 9378
9267 <trans-unit id="8563137213157122993"> 9379
9268 <source>Mon</source> 9380
9269 <target>Maa</target> 9381
9270 <note from="description" priority="1">Day name short</note> 9382
9271 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9383
9272 </trans-unit> 9384
9273 <trans-unit id="8502240922750617054"> 9385
9274 <source>Tue</source> 9386
9275 <target>Din</target>
9276 <note from="description" priority="1">Day name short</note>
9277 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9278 </trans-unit>
9279 <trans-unit id="7421778640995344715">
9280 <source>Wed</source>
9281 <target>Woe</target>
9282 <note from="description" priority="1">Day name short</note>
9283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9284 </trans-unit>
9285 <trans-unit id="4409954796361883558">
9286 <source>Thu</source>
9287 <target>Don</target>
9288 <note from="description" priority="1">Day name short</note>
9289 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9290 </trans-unit>
9291 <trans-unit id="5651951128882735477">
9292 <source>Fri</source>
9293 <target>Vri</target>
9294 <note from="description" priority="1">Day name short</note>
9295 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9296 </trans-unit>
9297 <trans-unit id="93026920674143073">
9298 <source>Sat</source>
9299 <target>Zat</target>
9300 <note from="description" priority="1">Day name short</note>
9301 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9302 </trans-unit>
9303 <trans-unit id="8349763432924710200">
9304 <source>Su</source>
9305 <target>Zon</target>
9306 <note from="description" priority="1">Day name min</note>
9307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9308 </trans-unit>
9309 <trans-unit id="4197236438302165051">
9310 <source>Mo</source>
9311 <target>Ma</target>
9312 <note from="description" priority="1">Day name min</note>
9313 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9314 </trans-unit>
9315 <trans-unit id="6034455877220674404">
9316 <source>Tu</source>
9317 <target>Di</target>
9318 <note from="description" priority="1">Day name min</note>
9319 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9320 </trans-unit>
9321 <trans-unit id="3221670730445125135">
9322 <source>We</source>
9323 <target>Wo</target>
9324 <note from="description" priority="1">Day name min</note>
9325 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9326 </trans-unit>
9327 <trans-unit id="772466829681972216">
9328 <source>Th</source>
9329 <target>Do</target>
9330 <note from="description" priority="1">Day name min</note>
9331 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9332 </trans-unit>
9333 <trans-unit id="8598262708800132669">
9334 <source>Fr</source>
9335 <target>Vr</target>
9336 <note from="description" priority="1">Day name min</note>
9337 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9338 </trans-unit>
9339 <trans-unit id="569007902695332072">
9340 <source>Sa</source>
9341 <target>Za</target>
9342 <note from="description" priority="1">Day name min</note>
9343 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9344 </trans-unit>
9345 <trans-unit id="3913843642962116845"> 9387 <trans-unit id="3913843642962116845">
9346 <source>January</source> 9388 <source>January</source>
9347 <target>Januari</target> 9389 <target>Januari</target>
@@ -9365,9 +9407,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9365 <trans-unit id="8469692700277617405"> 9407 <trans-unit id="8469692700277617405">
9366 <source>May</source> 9408 <source>May</source>
9367 <target>Mei</target> 9409 <target>Mei</target>
9368 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9410
9369 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9411
9370 </trans-unit> 9412 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9371 <trans-unit id="9055297580745330415"> 9413 <trans-unit id="9055297580745330415">
9372 <source>June</source> 9414 <source>June</source>
9373 <target>Juni</target> 9415 <target>Juni</target>
@@ -9402,73 +9444,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9402 <source>December</source> 9444 <source>December</source>
9403 <target>December</target> 9445 <target>December</target>
9404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9447 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9448 <source>Jan</source><target state="new">Jan</target>
9449 <context-group purpose="location">
9450 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9451 <context context-type="linenumber">55</context>
9452 </context-group>
9453 <note priority="1" from="description">Month name short</note>
9454 <note priority="1" from="meaning">January short name</note>
9455 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9456 <source>Feb</source><target state="new">Feb</target>
9457 <context-group purpose="location">
9458 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9459 <context context-type="linenumber">56</context>
9460 </context-group>
9461 <note priority="1" from="description">Month name short</note>
9462 <note priority="1" from="meaning">February short name</note>
9463 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9464 <source>Mar</source><target state="new">Mar</target>
9465 <context-group purpose="location">
9466 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9467 <context context-type="linenumber">57</context>
9468 </context-group>
9469 <note priority="1" from="description">Month name short</note>
9470 <note priority="1" from="meaning">March short name</note>
9471 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9472 <source>Apr</source><target state="new">Apr</target>
9473 <context-group purpose="location">
9474 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9475 <context context-type="linenumber">58</context>
9476 </context-group>
9477 <note priority="1" from="description">Month name short</note>
9478 <note priority="1" from="meaning">April short name</note>
9479 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9480 <source>May</source><target state="new">May</target>
9481 <context-group purpose="location">
9482 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9483 <context context-type="linenumber">59</context>
9484 </context-group>
9485 <note priority="1" from="description">Month name short</note>
9486 <note priority="1" from="meaning">May short name</note>
9487 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9488 <source>Jun</source><target state="new">Jun</target>
9489 <context-group purpose="location">
9490 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9491 <context context-type="linenumber">60</context>
9492 </context-group>
9493 <note priority="1" from="description">Month name short</note>
9494 <note priority="1" from="meaning">June short name</note>
9495 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9496 <source>Jul</source><target state="new">Jul</target>
9497 <context-group purpose="location">
9498 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9499 <context context-type="linenumber">61</context>
9500 </context-group>
9501 <note priority="1" from="description">Month name short</note>
9502 <note priority="1" from="meaning">July short name</note>
9503 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9504 <source>Aug</source><target state="new">Aug</target>
9505 <context-group purpose="location">
9506 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9507 <context context-type="linenumber">62</context>
9508 </context-group>
9509 <note priority="1" from="description">Month name short</note>
9510 <note priority="1" from="meaning">August short name</note>
9511 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9512 <source>Sep</source><target state="new">Sep</target>
9513 <context-group purpose="location">
9514 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9515 <context context-type="linenumber">63</context>
9516 </context-group>
9517 <note priority="1" from="description">Month name short</note>
9518 <note priority="1" from="meaning">September short name</note>
9519 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9520 <source>Oct</source><target state="new">Oct</target>
9521 <context-group purpose="location">
9522 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9523 <context context-type="linenumber">64</context>
9524 </context-group>
9525 <note priority="1" from="description">Month name short</note>
9526 <note priority="1" from="meaning">October short name</note>
9527 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9528 <source>Nov</source><target state="new">Nov</target>
9529 <context-group purpose="location">
9530 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9531 <context context-type="linenumber">65</context>
9532 </context-group>
9533 <note priority="1" from="description">Month name short</note>
9534 <note priority="1" from="meaning">November short name</note>
9535 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9536 <source>Dec</source><target state="new">Dec</target>
9537 <context-group purpose="location">
9538 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9539 <context context-type="linenumber">66</context>
9540 </context-group>
9541 <note priority="1" from="description">Month name short</note>
9542 <note priority="1" from="meaning">December short name</note>
9405 </trans-unit> 9543 </trans-unit>
9406 <trans-unit id="7595747576974676670"> 9544
9407 <source>Jan</source> 9545
9408 <target>Jan</target> 9546
9409 <note from="description" priority="1">Month name short</note> 9547
9410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9548
9411 </trans-unit> 9549
9412 <trans-unit id="4916040996255005712"> 9550
9413 <source>Feb</source> 9551
9414 <target>Feb</target> 9552
9415 <note from="description" priority="1">Month name short</note> 9553
9416 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9554
9417 </trans-unit>
9418 <trans-unit id="6438827956918137617">
9419 <source>Mar</source>
9420 <target>Mar</target>
9421 <note from="description" priority="1">Month name short</note>
9422 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9423 </trans-unit>
9424 <trans-unit id="5507326650332881991">
9425 <source>Apr</source>
9426 <target>Apr</target>
9427 <note from="description" priority="1">Month name short</note>
9428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9429 </trans-unit>
9430 <trans-unit id="2113470244260512015">
9431 <source>Jun</source>
9432 <target>Jun</target>
9433 <note from="description" priority="1">Month name short</note>
9434 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9435 </trans-unit>
9436 <trans-unit id="53176888553719239">
9437 <source>Jul</source>
9438 <target>Jul</target>
9439 <note from="description" priority="1">Month name short</note>
9440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9441 </trans-unit>
9442 <trans-unit id="5648574669404659458">
9443 <source>Aug</source>
9444 <target>Aug</target>
9445 <note from="description" priority="1">Month name short</note>
9446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9447 </trans-unit>
9448 <trans-unit id="4354095055982674918">
9449 <source>Sep</source>
9450 <target>Sep</target>
9451 <note from="description" priority="1">Month name short</note>
9452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9453 </trans-unit>
9454 <trans-unit id="6207754626941051341">
9455 <source>Oct</source>
9456 <target>Oct</target>
9457 <note from="description" priority="1">Month name short</note>
9458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9459 </trans-unit>
9460 <trans-unit id="8269261039058575292">
9461 <source>Nov</source>
9462 <target>Nov</target>
9463 <note from="description" priority="1">Month name short</note>
9464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9465 </trans-unit>
9466 <trans-unit id="7777579586760423636">
9467 <source>Dec</source>
9468 <target>Dec</target>
9469 <note from="description" priority="1">Month name short</note>
9470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9471 </trans-unit>
9472 <trans-unit id="8700121026680200191"> 9555 <trans-unit id="8700121026680200191">
9473 <source>Clear</source> 9556 <source>Clear</source>
9474 <target>Wissen</target> 9557 <target>Wissen</target>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index aa2d827ae..08102eef5 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.xlf
@@ -9540,91 +9540,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9540 <source>Saturday</source> 9540 <source>Saturday</source>
9541 <target>Dissabte</target> 9541 <target>Dissabte</target>
9542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9543 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9544 <source>Sun</source><target state="new">Sun</target>
9545 <context-group purpose="location">
9546 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9547 <context context-type="linenumber">20</context>
9548 </context-group>
9549 <note priority="1" from="description">Day name short</note>
9550 <note priority="1" from="meaning">Sunday short name</note>
9551 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9552 <source>Mon</source><target state="new">Mon</target>
9553 <context-group purpose="location">
9554 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9555 <context context-type="linenumber">21</context>
9556 </context-group>
9557 <note priority="1" from="description">Day name short</note>
9558 <note priority="1" from="meaning">Monday short name</note>
9559 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9560 <source>Tue</source><target state="new">Tue</target>
9561 <context-group purpose="location">
9562 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9563 <context context-type="linenumber">22</context>
9564 </context-group>
9565 <note priority="1" from="description">Day name short</note>
9566 <note priority="1" from="meaning">Tuesday short name</note>
9567 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9568 <source>Wed</source><target state="new">Wed</target>
9569 <context-group purpose="location">
9570 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9571 <context context-type="linenumber">23</context>
9572 </context-group>
9573 <note priority="1" from="description">Day name short</note>
9574 <note priority="1" from="meaning">Wednesday short name</note>
9575 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9576 <source>Thu</source><target state="new">Thu</target>
9577 <context-group purpose="location">
9578 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9579 <context context-type="linenumber">24</context>
9580 </context-group>
9581 <note priority="1" from="description">Day name short</note>
9582 <note priority="1" from="meaning">Thursday short name</note>
9583 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9584 <source>Fri</source><target state="new">Fri</target>
9585 <context-group purpose="location">
9586 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9587 <context context-type="linenumber">25</context>
9588 </context-group>
9589 <note priority="1" from="description">Day name short</note>
9590 <note priority="1" from="meaning">Friday short name</note>
9591 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9592 <source>Sat</source><target state="new">Sat</target>
9593 <context-group purpose="location">
9594 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9595 <context context-type="linenumber">26</context>
9596 </context-group>
9597 <note priority="1" from="description">Day name short</note>
9598 <note priority="1" from="meaning">Saturday short name</note>
9599 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9600 <source>Su</source><target state="new">Su</target>
9601 <context-group purpose="location">
9602 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9603 <context context-type="linenumber">30</context>
9604 </context-group>
9605 <note priority="1" from="description">Day name min</note>
9606 <note priority="1" from="meaning">Sunday min name</note>
9607 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9608 <source>Mo</source><target state="new">Mo</target>
9609 <context-group purpose="location">
9610 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9611 <context context-type="linenumber">31</context>
9612 </context-group>
9613 <note priority="1" from="description">Day name min</note>
9614 <note priority="1" from="meaning">Monday min name</note>
9615 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9616 <source>Tu</source><target state="new">Tu</target>
9617 <context-group purpose="location">
9618 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9619 <context context-type="linenumber">32</context>
9620 </context-group>
9621 <note priority="1" from="description">Day name min</note>
9622 <note priority="1" from="meaning">Tuesday min name</note>
9623 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9624 <source>We</source><target state="new">We</target>
9625 <context-group purpose="location">
9626 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9627 <context context-type="linenumber">33</context>
9628 </context-group>
9629 <note priority="1" from="description">Day name min</note>
9630 <note priority="1" from="meaning">Wednesday min name</note>
9631 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9632 <source>Th</source><target state="new">Th</target>
9633 <context-group purpose="location">
9634 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9635 <context context-type="linenumber">34</context>
9636 </context-group>
9637 <note priority="1" from="description">Day name min</note>
9638 <note priority="1" from="meaning">Thursday min name</note>
9639 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9640 <source>Fr</source><target state="new">Fr</target>
9641 <context-group purpose="location">
9642 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9643 <context context-type="linenumber">35</context>
9644 </context-group>
9645 <note priority="1" from="description">Day name min</note>
9646 <note priority="1" from="meaning">Friday min name</note>
9647 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9648 <source>Sa</source><target state="new">Sa</target>
9649 <context-group purpose="location">
9650 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9651 <context context-type="linenumber">36</context>
9652 </context-group>
9653 <note priority="1" from="description">Day name min</note>
9654 <note priority="1" from="meaning">Saturday min name</note>
9543 </trans-unit> 9655 </trans-unit>
9544 <trans-unit id="4921929243068857081"> 9656
9545 <source>Sun</source> 9657
9546 <target>Dg</target> 9658
9547 <note from="description" priority="1">Day name short</note> 9659
9548 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9660
9549 </trans-unit> 9661
9550 <trans-unit id="8563137213157122993"> 9662
9551 <source>Mon</source> 9663
9552 <target>Dl</target> 9664
9553 <note from="description" priority="1">Day name short</note> 9665
9554 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9666
9555 </trans-unit> 9667
9556 <trans-unit id="8502240922750617054"> 9668
9557 <source>Tue</source> 9669
9558 <target>Dm</target>
9559 <note from="description" priority="1">Day name short</note>
9560 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9561 </trans-unit>
9562 <trans-unit id="7421778640995344715">
9563 <source>Wed</source>
9564 <target>Dc</target>
9565 <note from="description" priority="1">Day name short</note>
9566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9567 </trans-unit>
9568 <trans-unit id="4409954796361883558">
9569 <source>Thu</source>
9570 <target>Dj</target>
9571 <note from="description" priority="1">Day name short</note>
9572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9573 </trans-unit>
9574 <trans-unit id="5651951128882735477">
9575 <source>Fri</source>
9576 <target>Dv</target>
9577 <note from="description" priority="1">Day name short</note>
9578 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9579 </trans-unit>
9580 <trans-unit id="93026920674143073">
9581 <source>Sat</source>
9582 <target>Ds</target>
9583 <note from="description" priority="1">Day name short</note>
9584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9585 </trans-unit>
9586 <trans-unit id="8349763432924710200">
9587 <source>Su</source>
9588 <target>Dg</target>
9589 <note from="description" priority="1">Day name min</note>
9590 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9591 </trans-unit>
9592 <trans-unit id="4197236438302165051">
9593 <source>Mo</source>
9594 <target>Dl</target>
9595 <note from="description" priority="1">Day name min</note>
9596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9597 </trans-unit>
9598 <trans-unit id="6034455877220674404">
9599 <source>Tu</source>
9600 <target>Dm</target>
9601 <note from="description" priority="1">Day name min</note>
9602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9603 </trans-unit>
9604 <trans-unit id="3221670730445125135">
9605 <source>We</source>
9606 <target>Dc</target>
9607 <note from="description" priority="1">Day name min</note>
9608 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9609 </trans-unit>
9610 <trans-unit id="772466829681972216">
9611 <source>Th</source>
9612 <target>Dj</target>
9613 <note from="description" priority="1">Day name min</note>
9614 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9615 </trans-unit>
9616 <trans-unit id="8598262708800132669">
9617 <source>Fr</source>
9618 <target>Dv</target>
9619 <note from="description" priority="1">Day name min</note>
9620 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9621 </trans-unit>
9622 <trans-unit id="569007902695332072">
9623 <source>Sa</source>
9624 <target>Sa</target>
9625 <note from="description" priority="1">Day name min</note>
9626 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9627 </trans-unit>
9628 <trans-unit id="3913843642962116845"> 9670 <trans-unit id="3913843642962116845">
9629 <source>January</source> 9671 <source>January</source>
9630 <target>Genièr</target> 9672 <target>Genièr</target>
@@ -9648,9 +9690,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9648 <trans-unit id="8469692700277617405"> 9690 <trans-unit id="8469692700277617405">
9649 <source>May</source> 9691 <source>May</source>
9650 <target>Mai</target> 9692 <target>Mai</target>
9651 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9693
9652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9694
9653 </trans-unit> 9695 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9654 <trans-unit id="9055297580745330415"> 9696 <trans-unit id="9055297580745330415">
9655 <source>June</source> 9697 <source>June</source>
9656 <target>Junh</target> 9698 <target>Junh</target>
@@ -9685,73 +9727,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9685 <source>December</source> 9727 <source>December</source>
9686 <target>Decembre</target> 9728 <target>Decembre</target>
9687 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9729 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9730 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9731 <source>Jan</source><target state="new">Jan</target>
9732 <context-group purpose="location">
9733 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9734 <context context-type="linenumber">55</context>
9735 </context-group>
9736 <note priority="1" from="description">Month name short</note>
9737 <note priority="1" from="meaning">January short name</note>
9738 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9739 <source>Feb</source><target state="new">Feb</target>
9740 <context-group purpose="location">
9741 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9742 <context context-type="linenumber">56</context>
9743 </context-group>
9744 <note priority="1" from="description">Month name short</note>
9745 <note priority="1" from="meaning">February short name</note>
9746 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9747 <source>Mar</source><target state="new">Mar</target>
9748 <context-group purpose="location">
9749 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9750 <context context-type="linenumber">57</context>
9751 </context-group>
9752 <note priority="1" from="description">Month name short</note>
9753 <note priority="1" from="meaning">March short name</note>
9754 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9755 <source>Apr</source><target state="new">Apr</target>
9756 <context-group purpose="location">
9757 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9758 <context context-type="linenumber">58</context>
9759 </context-group>
9760 <note priority="1" from="description">Month name short</note>
9761 <note priority="1" from="meaning">April short name</note>
9762 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9763 <source>May</source><target state="new">May</target>
9764 <context-group purpose="location">
9765 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9766 <context context-type="linenumber">59</context>
9767 </context-group>
9768 <note priority="1" from="description">Month name short</note>
9769 <note priority="1" from="meaning">May short name</note>
9770 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9771 <source>Jun</source><target state="new">Jun</target>
9772 <context-group purpose="location">
9773 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9774 <context context-type="linenumber">60</context>
9775 </context-group>
9776 <note priority="1" from="description">Month name short</note>
9777 <note priority="1" from="meaning">June short name</note>
9778 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9779 <source>Jul</source><target state="new">Jul</target>
9780 <context-group purpose="location">
9781 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9782 <context context-type="linenumber">61</context>
9783 </context-group>
9784 <note priority="1" from="description">Month name short</note>
9785 <note priority="1" from="meaning">July short name</note>
9786 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9787 <source>Aug</source><target state="new">Aug</target>
9788 <context-group purpose="location">
9789 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9790 <context context-type="linenumber">62</context>
9791 </context-group>
9792 <note priority="1" from="description">Month name short</note>
9793 <note priority="1" from="meaning">August short name</note>
9794 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9795 <source>Sep</source><target state="new">Sep</target>
9796 <context-group purpose="location">
9797 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9798 <context context-type="linenumber">63</context>
9799 </context-group>
9800 <note priority="1" from="description">Month name short</note>
9801 <note priority="1" from="meaning">September short name</note>
9802 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9803 <source>Oct</source><target state="new">Oct</target>
9804 <context-group purpose="location">
9805 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9806 <context context-type="linenumber">64</context>
9807 </context-group>
9808 <note priority="1" from="description">Month name short</note>
9809 <note priority="1" from="meaning">October short name</note>
9810 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9811 <source>Nov</source><target state="new">Nov</target>
9812 <context-group purpose="location">
9813 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9814 <context context-type="linenumber">65</context>
9815 </context-group>
9816 <note priority="1" from="description">Month name short</note>
9817 <note priority="1" from="meaning">November short name</note>
9818 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9819 <source>Dec</source><target state="new">Dec</target>
9820 <context-group purpose="location">
9821 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9822 <context context-type="linenumber">66</context>
9823 </context-group>
9824 <note priority="1" from="description">Month name short</note>
9825 <note priority="1" from="meaning">December short name</note>
9688 </trans-unit> 9826 </trans-unit>
9689 <trans-unit id="7595747576974676670"> 9827
9690 <source>Jan</source> 9828
9691 <target>Gen</target> 9829
9692 <note from="description" priority="1">Month name short</note> 9830
9693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9831
9694 </trans-unit> 9832
9695 <trans-unit id="4916040996255005712"> 9833
9696 <source>Feb</source> 9834
9697 <target>Febr</target> 9835
9698 <note from="description" priority="1">Month name short</note> 9836
9699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9837
9700 </trans-unit>
9701 <trans-unit id="6438827956918137617">
9702 <source>Mar</source>
9703 <target>Març</target>
9704 <note from="description" priority="1">Month name short</note>
9705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9706 </trans-unit>
9707 <trans-unit id="5507326650332881991">
9708 <source>Apr</source>
9709 <target>Abr</target>
9710 <note from="description" priority="1">Month name short</note>
9711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9712 </trans-unit>
9713 <trans-unit id="2113470244260512015">
9714 <source>Jun</source>
9715 <target>Junh</target>
9716 <note from="description" priority="1">Month name short</note>
9717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9718 </trans-unit>
9719 <trans-unit id="53176888553719239">
9720 <source>Jul</source>
9721 <target>Julh</target>
9722 <note from="description" priority="1">Month name short</note>
9723 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9724 </trans-unit>
9725 <trans-unit id="5648574669404659458">
9726 <source>Aug</source>
9727 <target>Ago</target>
9728 <note from="description" priority="1">Month name short</note>
9729 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9730 </trans-unit>
9731 <trans-unit id="4354095055982674918">
9732 <source>Sep</source>
9733 <target>Set</target>
9734 <note from="description" priority="1">Month name short</note>
9735 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9736 </trans-unit>
9737 <trans-unit id="6207754626941051341">
9738 <source>Oct</source>
9739 <target>Oct</target>
9740 <note from="description" priority="1">Month name short</note>
9741 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9742 </trans-unit>
9743 <trans-unit id="8269261039058575292">
9744 <source>Nov</source>
9745 <target>Nov</target>
9746 <note from="description" priority="1">Month name short</note>
9747 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9748 </trans-unit>
9749 <trans-unit id="7777579586760423636">
9750 <source>Dec</source>
9751 <target>Dec</target>
9752 <note from="description" priority="1">Month name short</note>
9753 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9754 </trans-unit>
9755 <trans-unit id="8700121026680200191"> 9838 <trans-unit id="8700121026680200191">
9756 <source>Clear</source> 9839 <source>Clear</source>
9757 <target>Escafar</target> 9840 <target>Escafar</target>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index 69607118c..7ffac5cfa 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -9162,91 +9162,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9162 <source>Saturday</source> 9162 <source>Saturday</source>
9163 <target>Sobota</target> 9163 <target>Sobota</target>
9164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9165 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9166 <source>Sun</source><target state="new">Sun</target>
9167 <context-group purpose="location">
9168 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9169 <context context-type="linenumber">20</context>
9170 </context-group>
9171 <note priority="1" from="description">Day name short</note>
9172 <note priority="1" from="meaning">Sunday short name</note>
9173 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9174 <source>Mon</source><target state="new">Mon</target>
9175 <context-group purpose="location">
9176 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9177 <context context-type="linenumber">21</context>
9178 </context-group>
9179 <note priority="1" from="description">Day name short</note>
9180 <note priority="1" from="meaning">Monday short name</note>
9181 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9182 <source>Tue</source><target state="new">Tue</target>
9183 <context-group purpose="location">
9184 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9185 <context context-type="linenumber">22</context>
9186 </context-group>
9187 <note priority="1" from="description">Day name short</note>
9188 <note priority="1" from="meaning">Tuesday short name</note>
9189 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9190 <source>Wed</source><target state="new">Wed</target>
9191 <context-group purpose="location">
9192 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9193 <context context-type="linenumber">23</context>
9194 </context-group>
9195 <note priority="1" from="description">Day name short</note>
9196 <note priority="1" from="meaning">Wednesday short name</note>
9197 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9198 <source>Thu</source><target state="new">Thu</target>
9199 <context-group purpose="location">
9200 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9201 <context context-type="linenumber">24</context>
9202 </context-group>
9203 <note priority="1" from="description">Day name short</note>
9204 <note priority="1" from="meaning">Thursday short name</note>
9205 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9206 <source>Fri</source><target state="new">Fri</target>
9207 <context-group purpose="location">
9208 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9209 <context context-type="linenumber">25</context>
9210 </context-group>
9211 <note priority="1" from="description">Day name short</note>
9212 <note priority="1" from="meaning">Friday short name</note>
9213 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9214 <source>Sat</source><target state="new">Sat</target>
9215 <context-group purpose="location">
9216 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9217 <context context-type="linenumber">26</context>
9218 </context-group>
9219 <note priority="1" from="description">Day name short</note>
9220 <note priority="1" from="meaning">Saturday short name</note>
9221 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9222 <source>Su</source><target state="new">Su</target>
9223 <context-group purpose="location">
9224 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9225 <context context-type="linenumber">30</context>
9226 </context-group>
9227 <note priority="1" from="description">Day name min</note>
9228 <note priority="1" from="meaning">Sunday min name</note>
9229 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9230 <source>Mo</source><target state="new">Mo</target>
9231 <context-group purpose="location">
9232 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9233 <context context-type="linenumber">31</context>
9234 </context-group>
9235 <note priority="1" from="description">Day name min</note>
9236 <note priority="1" from="meaning">Monday min name</note>
9237 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9238 <source>Tu</source><target state="new">Tu</target>
9239 <context-group purpose="location">
9240 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9241 <context context-type="linenumber">32</context>
9242 </context-group>
9243 <note priority="1" from="description">Day name min</note>
9244 <note priority="1" from="meaning">Tuesday min name</note>
9245 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9246 <source>We</source><target state="new">We</target>
9247 <context-group purpose="location">
9248 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9249 <context context-type="linenumber">33</context>
9250 </context-group>
9251 <note priority="1" from="description">Day name min</note>
9252 <note priority="1" from="meaning">Wednesday min name</note>
9253 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9254 <source>Th</source><target state="new">Th</target>
9255 <context-group purpose="location">
9256 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9257 <context context-type="linenumber">34</context>
9258 </context-group>
9259 <note priority="1" from="description">Day name min</note>
9260 <note priority="1" from="meaning">Thursday min name</note>
9261 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9262 <source>Fr</source><target state="new">Fr</target>
9263 <context-group purpose="location">
9264 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9265 <context context-type="linenumber">35</context>
9266 </context-group>
9267 <note priority="1" from="description">Day name min</note>
9268 <note priority="1" from="meaning">Friday min name</note>
9269 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9270 <source>Sa</source><target state="new">Sa</target>
9271 <context-group purpose="location">
9272 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9273 <context context-type="linenumber">36</context>
9274 </context-group>
9275 <note priority="1" from="description">Day name min</note>
9276 <note priority="1" from="meaning">Saturday min name</note>
9165 </trans-unit> 9277 </trans-unit>
9166 <trans-unit id="4921929243068857081"> 9278
9167 <source>Sun</source> 9279
9168 <target>Nie</target> 9280
9169 <note from="description" priority="1">Day name short</note> 9281
9170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9282
9171 </trans-unit> 9283
9172 <trans-unit id="8563137213157122993"> 9284
9173 <source>Mon</source> 9285
9174 <target>Pon</target> 9286
9175 <note from="description" priority="1">Day name short</note> 9287
9176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9288
9177 </trans-unit> 9289
9178 <trans-unit id="8502240922750617054"> 9290
9179 <source>Tue</source> 9291
9180 <target>Wt</target>
9181 <note from="description" priority="1">Day name short</note>
9182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9183 </trans-unit>
9184 <trans-unit id="7421778640995344715">
9185 <source>Wed</source>
9186 <target>Śro</target>
9187 <note from="description" priority="1">Day name short</note>
9188 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9189 </trans-unit>
9190 <trans-unit id="4409954796361883558">
9191 <source>Thu</source>
9192 <target>Czw</target>
9193 <note from="description" priority="1">Day name short</note>
9194 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9195 </trans-unit>
9196 <trans-unit id="5651951128882735477">
9197 <source>Fri</source>
9198 <target>Pią</target>
9199 <note from="description" priority="1">Day name short</note>
9200 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9201 </trans-unit>
9202 <trans-unit id="93026920674143073">
9203 <source>Sat</source>
9204 <target>Sob</target>
9205 <note from="description" priority="1">Day name short</note>
9206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9207 </trans-unit>
9208 <trans-unit id="8349763432924710200">
9209 <source>Su</source>
9210 <target>Nd</target>
9211 <note from="description" priority="1">Day name min</note>
9212 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9213 </trans-unit>
9214 <trans-unit id="4197236438302165051">
9215 <source>Mo</source>
9216 <target>Pn</target>
9217 <note from="description" priority="1">Day name min</note>
9218 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9219 </trans-unit>
9220 <trans-unit id="6034455877220674404">
9221 <source>Tu</source>
9222 <target>Wt</target>
9223 <note from="description" priority="1">Day name min</note>
9224 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9225 </trans-unit>
9226 <trans-unit id="3221670730445125135">
9227 <source>We</source>
9228 <target>Śr</target>
9229 <note from="description" priority="1">Day name min</note>
9230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9231 </trans-unit>
9232 <trans-unit id="772466829681972216">
9233 <source>Th</source>
9234 <target>Cz</target>
9235 <note from="description" priority="1">Day name min</note>
9236 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9237 </trans-unit>
9238 <trans-unit id="8598262708800132669">
9239 <source>Fr</source>
9240 <target>Pt</target>
9241 <note from="description" priority="1">Day name min</note>
9242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9243 </trans-unit>
9244 <trans-unit id="569007902695332072">
9245 <source>Sa</source>
9246 <target>Sb</target>
9247 <note from="description" priority="1">Day name min</note>
9248 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9249 </trans-unit>
9250 <trans-unit id="3913843642962116845"> 9292 <trans-unit id="3913843642962116845">
9251 <source>January</source> 9293 <source>January</source>
9252 <target>Styczeń</target> 9294 <target>Styczeń</target>
@@ -9270,9 +9312,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9270 <trans-unit id="8469692700277617405"> 9312 <trans-unit id="8469692700277617405">
9271 <source>May</source> 9313 <source>May</source>
9272 <target>Maj</target> 9314 <target>Maj</target>
9273 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9315
9274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9316
9275 </trans-unit> 9317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9276 <trans-unit id="9055297580745330415"> 9318 <trans-unit id="9055297580745330415">
9277 <source>June</source> 9319 <source>June</source>
9278 <target>Czerwiec</target> 9320 <target>Czerwiec</target>
@@ -9307,73 +9349,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9307 <source>December</source> 9349 <source>December</source>
9308 <target>Grudzień</target> 9350 <target>Grudzień</target>
9309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9351 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9352 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9353 <source>Jan</source><target state="new">Jan</target>
9354 <context-group purpose="location">
9355 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9356 <context context-type="linenumber">55</context>
9357 </context-group>
9358 <note priority="1" from="description">Month name short</note>
9359 <note priority="1" from="meaning">January short name</note>
9360 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9361 <source>Feb</source><target state="new">Feb</target>
9362 <context-group purpose="location">
9363 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9364 <context context-type="linenumber">56</context>
9365 </context-group>
9366 <note priority="1" from="description">Month name short</note>
9367 <note priority="1" from="meaning">February short name</note>
9368 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9369 <source>Mar</source><target state="new">Mar</target>
9370 <context-group purpose="location">
9371 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9372 <context context-type="linenumber">57</context>
9373 </context-group>
9374 <note priority="1" from="description">Month name short</note>
9375 <note priority="1" from="meaning">March short name</note>
9376 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9377 <source>Apr</source><target state="new">Apr</target>
9378 <context-group purpose="location">
9379 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9380 <context context-type="linenumber">58</context>
9381 </context-group>
9382 <note priority="1" from="description">Month name short</note>
9383 <note priority="1" from="meaning">April short name</note>
9384 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9385 <source>May</source><target state="new">May</target>
9386 <context-group purpose="location">
9387 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9388 <context context-type="linenumber">59</context>
9389 </context-group>
9390 <note priority="1" from="description">Month name short</note>
9391 <note priority="1" from="meaning">May short name</note>
9392 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9393 <source>Jun</source><target state="new">Jun</target>
9394 <context-group purpose="location">
9395 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9396 <context context-type="linenumber">60</context>
9397 </context-group>
9398 <note priority="1" from="description">Month name short</note>
9399 <note priority="1" from="meaning">June short name</note>
9400 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9401 <source>Jul</source><target state="new">Jul</target>
9402 <context-group purpose="location">
9403 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9404 <context context-type="linenumber">61</context>
9405 </context-group>
9406 <note priority="1" from="description">Month name short</note>
9407 <note priority="1" from="meaning">July short name</note>
9408 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9409 <source>Aug</source><target state="new">Aug</target>
9410 <context-group purpose="location">
9411 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9412 <context context-type="linenumber">62</context>
9413 </context-group>
9414 <note priority="1" from="description">Month name short</note>
9415 <note priority="1" from="meaning">August short name</note>
9416 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9417 <source>Sep</source><target state="new">Sep</target>
9418 <context-group purpose="location">
9419 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9420 <context context-type="linenumber">63</context>
9421 </context-group>
9422 <note priority="1" from="description">Month name short</note>
9423 <note priority="1" from="meaning">September short name</note>
9424 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9425 <source>Oct</source><target state="new">Oct</target>
9426 <context-group purpose="location">
9427 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9428 <context context-type="linenumber">64</context>
9429 </context-group>
9430 <note priority="1" from="description">Month name short</note>
9431 <note priority="1" from="meaning">October short name</note>
9432 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9433 <source>Nov</source><target state="new">Nov</target>
9434 <context-group purpose="location">
9435 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9436 <context context-type="linenumber">65</context>
9437 </context-group>
9438 <note priority="1" from="description">Month name short</note>
9439 <note priority="1" from="meaning">November short name</note>
9440 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9441 <source>Dec</source><target state="new">Dec</target>
9442 <context-group purpose="location">
9443 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9444 <context context-type="linenumber">66</context>
9445 </context-group>
9446 <note priority="1" from="description">Month name short</note>
9447 <note priority="1" from="meaning">December short name</note>
9310 </trans-unit> 9448 </trans-unit>
9311 <trans-unit id="7595747576974676670"> 9449
9312 <source>Jan</source> 9450
9313 <target>Sty</target> 9451
9314 <note from="description" priority="1">Month name short</note> 9452
9315 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9453
9316 </trans-unit> 9454
9317 <trans-unit id="4916040996255005712"> 9455
9318 <source>Feb</source> 9456
9319 <target>Lut</target> 9457
9320 <note from="description" priority="1">Month name short</note> 9458
9321 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9459
9322 </trans-unit>
9323 <trans-unit id="6438827956918137617">
9324 <source>Mar</source>
9325 <target>Mar</target>
9326 <note from="description" priority="1">Month name short</note>
9327 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9328 </trans-unit>
9329 <trans-unit id="5507326650332881991">
9330 <source>Apr</source>
9331 <target>Kwi</target>
9332 <note from="description" priority="1">Month name short</note>
9333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9334 </trans-unit>
9335 <trans-unit id="2113470244260512015">
9336 <source>Jun</source>
9337 <target>Cze</target>
9338 <note from="description" priority="1">Month name short</note>
9339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9340 </trans-unit>
9341 <trans-unit id="53176888553719239">
9342 <source>Jul</source>
9343 <target>Lip</target>
9344 <note from="description" priority="1">Month name short</note>
9345 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9346 </trans-unit>
9347 <trans-unit id="5648574669404659458">
9348 <source>Aug</source>
9349 <target>Sie</target>
9350 <note from="description" priority="1">Month name short</note>
9351 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9352 </trans-unit>
9353 <trans-unit id="4354095055982674918">
9354 <source>Sep</source>
9355 <target>Wrz</target>
9356 <note from="description" priority="1">Month name short</note>
9357 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9358 </trans-unit>
9359 <trans-unit id="6207754626941051341">
9360 <source>Oct</source>
9361 <target>Paź</target>
9362 <note from="description" priority="1">Month name short</note>
9363 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9364 </trans-unit>
9365 <trans-unit id="8269261039058575292">
9366 <source>Nov</source>
9367 <target>Lis</target>
9368 <note from="description" priority="1">Month name short</note>
9369 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9370 </trans-unit>
9371 <trans-unit id="7777579586760423636">
9372 <source>Dec</source>
9373 <target>Grd</target>
9374 <note from="description" priority="1">Month name short</note>
9375 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9376 </trans-unit>
9377 <trans-unit id="8700121026680200191"> 9460 <trans-unit id="8700121026680200191">
9378 <source>Clear</source> 9461 <source>Clear</source>
9379 <target>Wyczyśż</target> 9462 <target>Wyczyśż</target>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index d7991bca3..b3f271029 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -9450,91 +9450,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9450 <source>Saturday</source> 9450 <source>Saturday</source>
9451 <target>sábado</target> 9451 <target>sábado</target>
9452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9453 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9454 <source>Sun</source><target state="new">Sun</target>
9455 <context-group purpose="location">
9456 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9457 <context context-type="linenumber">20</context>
9458 </context-group>
9459 <note priority="1" from="description">Day name short</note>
9460 <note priority="1" from="meaning">Sunday short name</note>
9461 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9462 <source>Mon</source><target state="new">Mon</target>
9463 <context-group purpose="location">
9464 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9465 <context context-type="linenumber">21</context>
9466 </context-group>
9467 <note priority="1" from="description">Day name short</note>
9468 <note priority="1" from="meaning">Monday short name</note>
9469 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9470 <source>Tue</source><target state="new">Tue</target>
9471 <context-group purpose="location">
9472 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9473 <context context-type="linenumber">22</context>
9474 </context-group>
9475 <note priority="1" from="description">Day name short</note>
9476 <note priority="1" from="meaning">Tuesday short name</note>
9477 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9478 <source>Wed</source><target state="new">Wed</target>
9479 <context-group purpose="location">
9480 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9481 <context context-type="linenumber">23</context>
9482 </context-group>
9483 <note priority="1" from="description">Day name short</note>
9484 <note priority="1" from="meaning">Wednesday short name</note>
9485 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9486 <source>Thu</source><target state="new">Thu</target>
9487 <context-group purpose="location">
9488 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9489 <context context-type="linenumber">24</context>
9490 </context-group>
9491 <note priority="1" from="description">Day name short</note>
9492 <note priority="1" from="meaning">Thursday short name</note>
9493 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9494 <source>Fri</source><target state="new">Fri</target>
9495 <context-group purpose="location">
9496 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9497 <context context-type="linenumber">25</context>
9498 </context-group>
9499 <note priority="1" from="description">Day name short</note>
9500 <note priority="1" from="meaning">Friday short name</note>
9501 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9502 <source>Sat</source><target state="new">Sat</target>
9503 <context-group purpose="location">
9504 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9505 <context context-type="linenumber">26</context>
9506 </context-group>
9507 <note priority="1" from="description">Day name short</note>
9508 <note priority="1" from="meaning">Saturday short name</note>
9509 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9510 <source>Su</source><target state="new">Su</target>
9511 <context-group purpose="location">
9512 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9513 <context context-type="linenumber">30</context>
9514 </context-group>
9515 <note priority="1" from="description">Day name min</note>
9516 <note priority="1" from="meaning">Sunday min name</note>
9517 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9518 <source>Mo</source><target state="new">Mo</target>
9519 <context-group purpose="location">
9520 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9521 <context context-type="linenumber">31</context>
9522 </context-group>
9523 <note priority="1" from="description">Day name min</note>
9524 <note priority="1" from="meaning">Monday min name</note>
9525 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9526 <source>Tu</source><target state="new">Tu</target>
9527 <context-group purpose="location">
9528 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9529 <context context-type="linenumber">32</context>
9530 </context-group>
9531 <note priority="1" from="description">Day name min</note>
9532 <note priority="1" from="meaning">Tuesday min name</note>
9533 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9534 <source>We</source><target state="new">We</target>
9535 <context-group purpose="location">
9536 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9537 <context context-type="linenumber">33</context>
9538 </context-group>
9539 <note priority="1" from="description">Day name min</note>
9540 <note priority="1" from="meaning">Wednesday min name</note>
9541 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9542 <source>Th</source><target state="new">Th</target>
9543 <context-group purpose="location">
9544 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9545 <context context-type="linenumber">34</context>
9546 </context-group>
9547 <note priority="1" from="description">Day name min</note>
9548 <note priority="1" from="meaning">Thursday min name</note>
9549 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9550 <source>Fr</source><target state="new">Fr</target>
9551 <context-group purpose="location">
9552 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9553 <context context-type="linenumber">35</context>
9554 </context-group>
9555 <note priority="1" from="description">Day name min</note>
9556 <note priority="1" from="meaning">Friday min name</note>
9557 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9558 <source>Sa</source><target state="new">Sa</target>
9559 <context-group purpose="location">
9560 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9561 <context context-type="linenumber">36</context>
9562 </context-group>
9563 <note priority="1" from="description">Day name min</note>
9564 <note priority="1" from="meaning">Saturday min name</note>
9453 </trans-unit> 9565 </trans-unit>
9454 <trans-unit id="4921929243068857081"> 9566
9455 <source>Sun</source> 9567
9456 <target>dom</target> 9568
9457 <note from="description" priority="1">Day name short</note> 9569
9458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9570
9459 </trans-unit> 9571
9460 <trans-unit id="8563137213157122993"> 9572
9461 <source>Mon</source> 9573
9462 <target>seg</target> 9574
9463 <note from="description" priority="1">Day name short</note> 9575
9464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9576
9465 </trans-unit> 9577
9466 <trans-unit id="8502240922750617054"> 9578
9467 <source>Tue</source> 9579
9468 <target>ter</target>
9469 <note from="description" priority="1">Day name short</note>
9470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9471 </trans-unit>
9472 <trans-unit id="7421778640995344715">
9473 <source>Wed</source>
9474 <target>qua</target>
9475 <note from="description" priority="1">Day name short</note>
9476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9477 </trans-unit>
9478 <trans-unit id="4409954796361883558">
9479 <source>Thu</source>
9480 <target>qui</target>
9481 <note from="description" priority="1">Day name short</note>
9482 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9483 </trans-unit>
9484 <trans-unit id="5651951128882735477">
9485 <source>Fri</source>
9486 <target>sex</target>
9487 <note from="description" priority="1">Day name short</note>
9488 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9489 </trans-unit>
9490 <trans-unit id="93026920674143073">
9491 <source>Sat</source>
9492 <target>sáb</target>
9493 <note from="description" priority="1">Day name short</note>
9494 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9495 </trans-unit>
9496 <trans-unit id="8349763432924710200">
9497 <source>Su</source>
9498 <target>D</target>
9499 <note from="description" priority="1">Day name min</note>
9500 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9501 </trans-unit>
9502 <trans-unit id="4197236438302165051">
9503 <source>Mo</source>
9504 <target>S</target>
9505 <note from="description" priority="1">Day name min</note>
9506 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9507 </trans-unit>
9508 <trans-unit id="6034455877220674404">
9509 <source>Tu</source>
9510 <target>T</target>
9511 <note from="description" priority="1">Day name min</note>
9512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9513 </trans-unit>
9514 <trans-unit id="3221670730445125135">
9515 <source>We</source>
9516 <target>Q</target>
9517 <note from="description" priority="1">Day name min</note>
9518 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9519 </trans-unit>
9520 <trans-unit id="772466829681972216">
9521 <source>Th</source>
9522 <target>Q</target>
9523 <note from="description" priority="1">Day name min</note>
9524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9525 </trans-unit>
9526 <trans-unit id="8598262708800132669">
9527 <source>Fr</source>
9528 <target>S</target>
9529 <note from="description" priority="1">Day name min</note>
9530 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9531 </trans-unit>
9532 <trans-unit id="569007902695332072">
9533 <source>Sa</source>
9534 <target>S</target>
9535 <note from="description" priority="1">Day name min</note>
9536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9537 </trans-unit>
9538 <trans-unit id="3913843642962116845"> 9580 <trans-unit id="3913843642962116845">
9539 <source>January</source> 9581 <source>January</source>
9540 <target>janeiro</target> 9582 <target>janeiro</target>
@@ -9558,9 +9600,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9558 <trans-unit id="8469692700277617405"> 9600 <trans-unit id="8469692700277617405">
9559 <source>May</source> 9601 <source>May</source>
9560 <target>maio</target> 9602 <target>maio</target>
9561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9603
9562 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9604
9563 </trans-unit> 9605 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9564 <trans-unit id="9055297580745330415"> 9606 <trans-unit id="9055297580745330415">
9565 <source>June</source> 9607 <source>June</source>
9566 <target>junho</target> 9608 <target>junho</target>
@@ -9595,73 +9637,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9595 <source>December</source> 9637 <source>December</source>
9596 <target>dezembro</target> 9638 <target>dezembro</target>
9597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9640 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9641 <source>Jan</source><target state="new">Jan</target>
9642 <context-group purpose="location">
9643 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9644 <context context-type="linenumber">55</context>
9645 </context-group>
9646 <note priority="1" from="description">Month name short</note>
9647 <note priority="1" from="meaning">January short name</note>
9648 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9649 <source>Feb</source><target state="new">Feb</target>
9650 <context-group purpose="location">
9651 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9652 <context context-type="linenumber">56</context>
9653 </context-group>
9654 <note priority="1" from="description">Month name short</note>
9655 <note priority="1" from="meaning">February short name</note>
9656 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9657 <source>Mar</source><target state="new">Mar</target>
9658 <context-group purpose="location">
9659 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9660 <context context-type="linenumber">57</context>
9661 </context-group>
9662 <note priority="1" from="description">Month name short</note>
9663 <note priority="1" from="meaning">March short name</note>
9664 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9665 <source>Apr</source><target state="new">Apr</target>
9666 <context-group purpose="location">
9667 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9668 <context context-type="linenumber">58</context>
9669 </context-group>
9670 <note priority="1" from="description">Month name short</note>
9671 <note priority="1" from="meaning">April short name</note>
9672 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9673 <source>May</source><target state="new">May</target>
9674 <context-group purpose="location">
9675 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9676 <context context-type="linenumber">59</context>
9677 </context-group>
9678 <note priority="1" from="description">Month name short</note>
9679 <note priority="1" from="meaning">May short name</note>
9680 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9681 <source>Jun</source><target state="new">Jun</target>
9682 <context-group purpose="location">
9683 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9684 <context context-type="linenumber">60</context>
9685 </context-group>
9686 <note priority="1" from="description">Month name short</note>
9687 <note priority="1" from="meaning">June short name</note>
9688 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9689 <source>Jul</source><target state="new">Jul</target>
9690 <context-group purpose="location">
9691 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9692 <context context-type="linenumber">61</context>
9693 </context-group>
9694 <note priority="1" from="description">Month name short</note>
9695 <note priority="1" from="meaning">July short name</note>
9696 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9697 <source>Aug</source><target state="new">Aug</target>
9698 <context-group purpose="location">
9699 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9700 <context context-type="linenumber">62</context>
9701 </context-group>
9702 <note priority="1" from="description">Month name short</note>
9703 <note priority="1" from="meaning">August short name</note>
9704 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9705 <source>Sep</source><target state="new">Sep</target>
9706 <context-group purpose="location">
9707 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9708 <context context-type="linenumber">63</context>
9709 </context-group>
9710 <note priority="1" from="description">Month name short</note>
9711 <note priority="1" from="meaning">September short name</note>
9712 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9713 <source>Oct</source><target state="new">Oct</target>
9714 <context-group purpose="location">
9715 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9716 <context context-type="linenumber">64</context>
9717 </context-group>
9718 <note priority="1" from="description">Month name short</note>
9719 <note priority="1" from="meaning">October short name</note>
9720 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9721 <source>Nov</source><target state="new">Nov</target>
9722 <context-group purpose="location">
9723 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9724 <context context-type="linenumber">65</context>
9725 </context-group>
9726 <note priority="1" from="description">Month name short</note>
9727 <note priority="1" from="meaning">November short name</note>
9728 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9729 <source>Dec</source><target state="new">Dec</target>
9730 <context-group purpose="location">
9731 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9732 <context context-type="linenumber">66</context>
9733 </context-group>
9734 <note priority="1" from="description">Month name short</note>
9735 <note priority="1" from="meaning">December short name</note>
9598 </trans-unit> 9736 </trans-unit>
9599 <trans-unit id="7595747576974676670"> 9737
9600 <source>Jan</source> 9738
9601 <target>jan</target> 9739
9602 <note from="description" priority="1">Month name short</note> 9740
9603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9741
9604 </trans-unit> 9742
9605 <trans-unit id="4916040996255005712"> 9743
9606 <source>Feb</source> 9744
9607 <target>fev</target> 9745
9608 <note from="description" priority="1">Month name short</note> 9746
9609 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9747
9610 </trans-unit>
9611 <trans-unit id="6438827956918137617">
9612 <source>Mar</source>
9613 <target>mar</target>
9614 <note from="description" priority="1">Month name short</note>
9615 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9616 </trans-unit>
9617 <trans-unit id="5507326650332881991">
9618 <source>Apr</source>
9619 <target>abr</target>
9620 <note from="description" priority="1">Month name short</note>
9621 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9622 </trans-unit>
9623 <trans-unit id="2113470244260512015">
9624 <source>Jun</source>
9625 <target>jun</target>
9626 <note from="description" priority="1">Month name short</note>
9627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9628 </trans-unit>
9629 <trans-unit id="53176888553719239">
9630 <source>Jul</source>
9631 <target>jul</target>
9632 <note from="description" priority="1">Month name short</note>
9633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9634 </trans-unit>
9635 <trans-unit id="5648574669404659458">
9636 <source>Aug</source>
9637 <target>ago</target>
9638 <note from="description" priority="1">Month name short</note>
9639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9640 </trans-unit>
9641 <trans-unit id="4354095055982674918">
9642 <source>Sep</source>
9643 <target>set</target>
9644 <note from="description" priority="1">Month name short</note>
9645 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9646 </trans-unit>
9647 <trans-unit id="6207754626941051341">
9648 <source>Oct</source>
9649 <target>out</target>
9650 <note from="description" priority="1">Month name short</note>
9651 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9652 </trans-unit>
9653 <trans-unit id="8269261039058575292">
9654 <source>Nov</source>
9655 <target>nov</target>
9656 <note from="description" priority="1">Month name short</note>
9657 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9658 </trans-unit>
9659 <trans-unit id="7777579586760423636">
9660 <source>Dec</source>
9661 <target>dez</target>
9662 <note from="description" priority="1">Month name short</note>
9663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9664 </trans-unit>
9665 <trans-unit id="8700121026680200191"> 9748 <trans-unit id="8700121026680200191">
9666 <source>Clear</source> 9749 <source>Clear</source>
9667 <target>Limpar</target> 9750 <target>Limpar</target>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 1c051fd1f..6913f1d78 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -9378,91 +9378,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9378 <source>Saturday</source> 9378 <source>Saturday</source>
9379 <target>sábado</target> 9379 <target>sábado</target>
9380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9381 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9382 <source>Sun</source><target state="new">Sun</target>
9383 <context-group purpose="location">
9384 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9385 <context context-type="linenumber">20</context>
9386 </context-group>
9387 <note priority="1" from="description">Day name short</note>
9388 <note priority="1" from="meaning">Sunday short name</note>
9389 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9390 <source>Mon</source><target state="new">Mon</target>
9391 <context-group purpose="location">
9392 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9393 <context context-type="linenumber">21</context>
9394 </context-group>
9395 <note priority="1" from="description">Day name short</note>
9396 <note priority="1" from="meaning">Monday short name</note>
9397 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9398 <source>Tue</source><target state="new">Tue</target>
9399 <context-group purpose="location">
9400 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9401 <context context-type="linenumber">22</context>
9402 </context-group>
9403 <note priority="1" from="description">Day name short</note>
9404 <note priority="1" from="meaning">Tuesday short name</note>
9405 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9406 <source>Wed</source><target state="new">Wed</target>
9407 <context-group purpose="location">
9408 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9409 <context context-type="linenumber">23</context>
9410 </context-group>
9411 <note priority="1" from="description">Day name short</note>
9412 <note priority="1" from="meaning">Wednesday short name</note>
9413 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9414 <source>Thu</source><target state="new">Thu</target>
9415 <context-group purpose="location">
9416 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9417 <context context-type="linenumber">24</context>
9418 </context-group>
9419 <note priority="1" from="description">Day name short</note>
9420 <note priority="1" from="meaning">Thursday short name</note>
9421 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9422 <source>Fri</source><target state="new">Fri</target>
9423 <context-group purpose="location">
9424 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9425 <context context-type="linenumber">25</context>
9426 </context-group>
9427 <note priority="1" from="description">Day name short</note>
9428 <note priority="1" from="meaning">Friday short name</note>
9429 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9430 <source>Sat</source><target state="new">Sat</target>
9431 <context-group purpose="location">
9432 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9433 <context context-type="linenumber">26</context>
9434 </context-group>
9435 <note priority="1" from="description">Day name short</note>
9436 <note priority="1" from="meaning">Saturday short name</note>
9437 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9438 <source>Su</source><target state="new">Su</target>
9439 <context-group purpose="location">
9440 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9441 <context context-type="linenumber">30</context>
9442 </context-group>
9443 <note priority="1" from="description">Day name min</note>
9444 <note priority="1" from="meaning">Sunday min name</note>
9445 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9446 <source>Mo</source><target state="new">Mo</target>
9447 <context-group purpose="location">
9448 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9449 <context context-type="linenumber">31</context>
9450 </context-group>
9451 <note priority="1" from="description">Day name min</note>
9452 <note priority="1" from="meaning">Monday min name</note>
9453 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9454 <source>Tu</source><target state="new">Tu</target>
9455 <context-group purpose="location">
9456 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9457 <context context-type="linenumber">32</context>
9458 </context-group>
9459 <note priority="1" from="description">Day name min</note>
9460 <note priority="1" from="meaning">Tuesday min name</note>
9461 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9462 <source>We</source><target state="new">We</target>
9463 <context-group purpose="location">
9464 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9465 <context context-type="linenumber">33</context>
9466 </context-group>
9467 <note priority="1" from="description">Day name min</note>
9468 <note priority="1" from="meaning">Wednesday min name</note>
9469 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9470 <source>Th</source><target state="new">Th</target>
9471 <context-group purpose="location">
9472 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9473 <context context-type="linenumber">34</context>
9474 </context-group>
9475 <note priority="1" from="description">Day name min</note>
9476 <note priority="1" from="meaning">Thursday min name</note>
9477 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9478 <source>Fr</source><target state="new">Fr</target>
9479 <context-group purpose="location">
9480 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9481 <context context-type="linenumber">35</context>
9482 </context-group>
9483 <note priority="1" from="description">Day name min</note>
9484 <note priority="1" from="meaning">Friday min name</note>
9485 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9486 <source>Sa</source><target state="new">Sa</target>
9487 <context-group purpose="location">
9488 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9489 <context context-type="linenumber">36</context>
9490 </context-group>
9491 <note priority="1" from="description">Day name min</note>
9492 <note priority="1" from="meaning">Saturday min name</note>
9381 </trans-unit> 9493 </trans-unit>
9382 <trans-unit id="4921929243068857081"> 9494
9383 <source>Sun</source> 9495
9384 <target>dom</target> 9496
9385 <note from="description" priority="1">Day name short</note> 9497
9386 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9498
9387 </trans-unit> 9499
9388 <trans-unit id="8563137213157122993"> 9500
9389 <source>Mon</source> 9501
9390 <target>seg</target> 9502
9391 <note from="description" priority="1">Day name short</note> 9503
9392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9504
9393 </trans-unit> 9505
9394 <trans-unit id="8502240922750617054"> 9506
9395 <source>Tue</source> 9507
9396 <target>ter</target>
9397 <note from="description" priority="1">Day name short</note>
9398 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9399 </trans-unit>
9400 <trans-unit id="7421778640995344715">
9401 <source>Wed</source>
9402 <target>qua</target>
9403 <note from="description" priority="1">Day name short</note>
9404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9405 </trans-unit>
9406 <trans-unit id="4409954796361883558">
9407 <source>Thu</source>
9408 <target>qui</target>
9409 <note from="description" priority="1">Day name short</note>
9410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9411 </trans-unit>
9412 <trans-unit id="5651951128882735477">
9413 <source>Fri</source>
9414 <target>sex</target>
9415 <note from="description" priority="1">Day name short</note>
9416 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9417 </trans-unit>
9418 <trans-unit id="93026920674143073">
9419 <source>Sat</source>
9420 <target>sáb</target>
9421 <note from="description" priority="1">Day name short</note>
9422 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9423 </trans-unit>
9424 <trans-unit id="8349763432924710200">
9425 <source>Su</source>
9426 <target>D</target>
9427 <note from="description" priority="1">Day name min</note>
9428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9429 </trans-unit>
9430 <trans-unit id="4197236438302165051">
9431 <source>Mo</source>
9432 <target>S</target>
9433 <note from="description" priority="1">Day name min</note>
9434 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9435 </trans-unit>
9436 <trans-unit id="6034455877220674404">
9437 <source>Tu</source>
9438 <target>T</target>
9439 <note from="description" priority="1">Day name min</note>
9440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9441 </trans-unit>
9442 <trans-unit id="3221670730445125135">
9443 <source>We</source>
9444 <target>Q</target>
9445 <note from="description" priority="1">Day name min</note>
9446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9447 </trans-unit>
9448 <trans-unit id="772466829681972216">
9449 <source>Th</source>
9450 <target>Q</target>
9451 <note from="description" priority="1">Day name min</note>
9452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9453 </trans-unit>
9454 <trans-unit id="8598262708800132669">
9455 <source>Fr</source>
9456 <target>S</target>
9457 <note from="description" priority="1">Day name min</note>
9458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9459 </trans-unit>
9460 <trans-unit id="569007902695332072">
9461 <source>Sa</source>
9462 <target>S</target>
9463 <note from="description" priority="1">Day name min</note>
9464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9465 </trans-unit>
9466 <trans-unit id="3913843642962116845"> 9508 <trans-unit id="3913843642962116845">
9467 <source>January</source> 9509 <source>January</source>
9468 <target>janeiro</target> 9510 <target>janeiro</target>
@@ -9486,9 +9528,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9486 <trans-unit id="8469692700277617405"> 9528 <trans-unit id="8469692700277617405">
9487 <source>May</source> 9529 <source>May</source>
9488 <target>maio</target> 9530 <target>maio</target>
9489 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9531
9490 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9532
9491 </trans-unit> 9533 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9492 <trans-unit id="9055297580745330415"> 9534 <trans-unit id="9055297580745330415">
9493 <source>June</source> 9535 <source>June</source>
9494 <target>junho</target> 9536 <target>junho</target>
@@ -9523,73 +9565,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9523 <source>December</source> 9565 <source>December</source>
9524 <target>dezembro</target> 9566 <target>dezembro</target>
9525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9568 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9569 <source>Jan</source><target state="new">Jan</target>
9570 <context-group purpose="location">
9571 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9572 <context context-type="linenumber">55</context>
9573 </context-group>
9574 <note priority="1" from="description">Month name short</note>
9575 <note priority="1" from="meaning">January short name</note>
9576 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9577 <source>Feb</source><target state="new">Feb</target>
9578 <context-group purpose="location">
9579 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9580 <context context-type="linenumber">56</context>
9581 </context-group>
9582 <note priority="1" from="description">Month name short</note>
9583 <note priority="1" from="meaning">February short name</note>
9584 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9585 <source>Mar</source><target state="new">Mar</target>
9586 <context-group purpose="location">
9587 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9588 <context context-type="linenumber">57</context>
9589 </context-group>
9590 <note priority="1" from="description">Month name short</note>
9591 <note priority="1" from="meaning">March short name</note>
9592 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9593 <source>Apr</source><target state="new">Apr</target>
9594 <context-group purpose="location">
9595 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9596 <context context-type="linenumber">58</context>
9597 </context-group>
9598 <note priority="1" from="description">Month name short</note>
9599 <note priority="1" from="meaning">April short name</note>
9600 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9601 <source>May</source><target state="new">May</target>
9602 <context-group purpose="location">
9603 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9604 <context context-type="linenumber">59</context>
9605 </context-group>
9606 <note priority="1" from="description">Month name short</note>
9607 <note priority="1" from="meaning">May short name</note>
9608 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9609 <source>Jun</source><target state="new">Jun</target>
9610 <context-group purpose="location">
9611 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9612 <context context-type="linenumber">60</context>
9613 </context-group>
9614 <note priority="1" from="description">Month name short</note>
9615 <note priority="1" from="meaning">June short name</note>
9616 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9617 <source>Jul</source><target state="new">Jul</target>
9618 <context-group purpose="location">
9619 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9620 <context context-type="linenumber">61</context>
9621 </context-group>
9622 <note priority="1" from="description">Month name short</note>
9623 <note priority="1" from="meaning">July short name</note>
9624 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9625 <source>Aug</source><target state="new">Aug</target>
9626 <context-group purpose="location">
9627 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9628 <context context-type="linenumber">62</context>
9629 </context-group>
9630 <note priority="1" from="description">Month name short</note>
9631 <note priority="1" from="meaning">August short name</note>
9632 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9633 <source>Sep</source><target state="new">Sep</target>
9634 <context-group purpose="location">
9635 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9636 <context context-type="linenumber">63</context>
9637 </context-group>
9638 <note priority="1" from="description">Month name short</note>
9639 <note priority="1" from="meaning">September short name</note>
9640 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9641 <source>Oct</source><target state="new">Oct</target>
9642 <context-group purpose="location">
9643 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9644 <context context-type="linenumber">64</context>
9645 </context-group>
9646 <note priority="1" from="description">Month name short</note>
9647 <note priority="1" from="meaning">October short name</note>
9648 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9649 <source>Nov</source><target state="new">Nov</target>
9650 <context-group purpose="location">
9651 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9652 <context context-type="linenumber">65</context>
9653 </context-group>
9654 <note priority="1" from="description">Month name short</note>
9655 <note priority="1" from="meaning">November short name</note>
9656 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9657 <source>Dec</source><target state="new">Dec</target>
9658 <context-group purpose="location">
9659 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9660 <context context-type="linenumber">66</context>
9661 </context-group>
9662 <note priority="1" from="description">Month name short</note>
9663 <note priority="1" from="meaning">December short name</note>
9526 </trans-unit> 9664 </trans-unit>
9527 <trans-unit id="7595747576974676670"> 9665
9528 <source>Jan</source> 9666
9529 <target>jan</target> 9667
9530 <note from="description" priority="1">Month name short</note> 9668
9531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9669
9532 </trans-unit> 9670
9533 <trans-unit id="4916040996255005712"> 9671
9534 <source>Feb</source> 9672
9535 <target>fev</target> 9673
9536 <note from="description" priority="1">Month name short</note> 9674
9537 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9675
9538 </trans-unit>
9539 <trans-unit id="6438827956918137617">
9540 <source>Mar</source>
9541 <target>mar</target>
9542 <note from="description" priority="1">Month name short</note>
9543 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9544 </trans-unit>
9545 <trans-unit id="5507326650332881991">
9546 <source>Apr</source>
9547 <target>abr</target>
9548 <note from="description" priority="1">Month name short</note>
9549 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9550 </trans-unit>
9551 <trans-unit id="2113470244260512015">
9552 <source>Jun</source>
9553 <target>jun</target>
9554 <note from="description" priority="1">Month name short</note>
9555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9556 </trans-unit>
9557 <trans-unit id="53176888553719239">
9558 <source>Jul</source>
9559 <target>jul</target>
9560 <note from="description" priority="1">Month name short</note>
9561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9562 </trans-unit>
9563 <trans-unit id="5648574669404659458">
9564 <source>Aug</source>
9565 <target>ago</target>
9566 <note from="description" priority="1">Month name short</note>
9567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9568 </trans-unit>
9569 <trans-unit id="4354095055982674918">
9570 <source>Sep</source>
9571 <target>set</target>
9572 <note from="description" priority="1">Month name short</note>
9573 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9574 </trans-unit>
9575 <trans-unit id="6207754626941051341">
9576 <source>Oct</source>
9577 <target>out</target>
9578 <note from="description" priority="1">Month name short</note>
9579 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9580 </trans-unit>
9581 <trans-unit id="8269261039058575292">
9582 <source>Nov</source>
9583 <target>nov</target>
9584 <note from="description" priority="1">Month name short</note>
9585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9586 </trans-unit>
9587 <trans-unit id="7777579586760423636">
9588 <source>Dec</source>
9589 <target>dez</target>
9590 <note from="description" priority="1">Month name short</note>
9591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9592 </trans-unit>
9593 <trans-unit id="8700121026680200191"> 9676 <trans-unit id="8700121026680200191">
9594 <source>Clear</source> 9677 <source>Clear</source>
9595 <target>Limpar</target> 9678 <target>Limpar</target>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 3cb3b4568..e11030f57 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -9385,91 +9385,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9385 <source>Saturday</source> 9385 <source>Saturday</source>
9386 <target state="translated">Суббота</target> 9386 <target state="translated">Суббота</target>
9387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9388 </trans-unit> 9388 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9389 <trans-unit id="4921929243068857081" datatype="html"> 9389 <source>Sun</source><target state="new">Sun</target>
9390 <source>Sun</source> 9390 <context-group purpose="location">
9391 <target state="translated">Вс</target> 9391 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9392 <context context-type="linenumber">20</context>
9393 </context-group>
9392 <note priority="1" from="description">Day name short</note> 9394 <note priority="1" from="description">Day name short</note>
9393 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9395 <note priority="1" from="meaning">Sunday short name</note>
9394 </trans-unit> 9396 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9395 <trans-unit id="8563137213157122993" datatype="html"> 9397 <source>Mon</source><target state="new">Mon</target>
9396 <source>Mon</source> 9398 <context-group purpose="location">
9397 <target state="translated">Пн</target> 9399 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9400 <context context-type="linenumber">21</context>
9401 </context-group>
9398 <note priority="1" from="description">Day name short</note> 9402 <note priority="1" from="description">Day name short</note>
9399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9403 <note priority="1" from="meaning">Monday short name</note>
9400 </trans-unit> 9404 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9401 <trans-unit id="8502240922750617054" datatype="html"> 9405 <source>Tue</source><target state="new">Tue</target>
9402 <source>Tue</source> 9406 <context-group purpose="location">
9403 <target state="translated">Вт</target> 9407 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9408 <context context-type="linenumber">22</context>
9409 </context-group>
9404 <note priority="1" from="description">Day name short</note> 9410 <note priority="1" from="description">Day name short</note>
9405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9411 <note priority="1" from="meaning">Tuesday short name</note>
9406 </trans-unit> 9412 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9407 <trans-unit id="7421778640995344715" datatype="html"> 9413 <source>Wed</source><target state="new">Wed</target>
9408 <source>Wed</source> 9414 <context-group purpose="location">
9409 <target state="translated">Ср</target> 9415 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9416 <context context-type="linenumber">23</context>
9417 </context-group>
9410 <note priority="1" from="description">Day name short</note> 9418 <note priority="1" from="description">Day name short</note>
9411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9419 <note priority="1" from="meaning">Wednesday short name</note>
9412 </trans-unit> 9420 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9413 <trans-unit id="4409954796361883558" datatype="html"> 9421 <source>Thu</source><target state="new">Thu</target>
9414 <source>Thu</source> 9422 <context-group purpose="location">
9415 <target state="translated">Чт</target> 9423 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9424 <context context-type="linenumber">24</context>
9425 </context-group>
9416 <note priority="1" from="description">Day name short</note> 9426 <note priority="1" from="description">Day name short</note>
9417 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9427 <note priority="1" from="meaning">Thursday short name</note>
9418 </trans-unit> 9428 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9419 <trans-unit id="5651951128882735477" datatype="html"> 9429 <source>Fri</source><target state="new">Fri</target>
9420 <source>Fri</source> 9430 <context-group purpose="location">
9421 <target state="translated">Пт</target> 9431 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9432 <context context-type="linenumber">25</context>
9433 </context-group>
9422 <note priority="1" from="description">Day name short</note> 9434 <note priority="1" from="description">Day name short</note>
9423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9435 <note priority="1" from="meaning">Friday short name</note>
9424 </trans-unit> 9436 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9425 <trans-unit id="93026920674143073" datatype="html"> 9437 <source>Sat</source><target state="new">Sat</target>
9426 <source>Sat</source> 9438 <context-group purpose="location">
9427 <target state="translated">Сб</target> 9439 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9440 <context context-type="linenumber">26</context>
9441 </context-group>
9428 <note priority="1" from="description">Day name short</note> 9442 <note priority="1" from="description">Day name short</note>
9429 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9443 <note priority="1" from="meaning">Saturday short name</note>
9430 </trans-unit> 9444 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9431 <trans-unit id="8349763432924710200" datatype="html"> 9445 <source>Su</source><target state="new">Su</target>
9432 <source>Su</source> 9446 <context-group purpose="location">
9433 <target state="translated">Вс</target> 9447 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9448 <context context-type="linenumber">30</context>
9449 </context-group>
9434 <note priority="1" from="description">Day name min</note> 9450 <note priority="1" from="description">Day name min</note>
9435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9451 <note priority="1" from="meaning">Sunday min name</note>
9436 </trans-unit> 9452 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9437 <trans-unit id="4197236438302165051" datatype="html"> 9453 <source>Mo</source><target state="new">Mo</target>
9438 <source>Mo</source> 9454 <context-group purpose="location">
9439 <target state="translated">Пн</target> 9455 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9456 <context context-type="linenumber">31</context>
9457 </context-group>
9440 <note priority="1" from="description">Day name min</note> 9458 <note priority="1" from="description">Day name min</note>
9441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9459 <note priority="1" from="meaning">Monday min name</note>
9442 </trans-unit> 9460 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9443 <trans-unit id="6034455877220674404" datatype="html"> 9461 <source>Tu</source><target state="new">Tu</target>
9444 <source>Tu</source> 9462 <context-group purpose="location">
9445 <target state="translated">Вт</target> 9463 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9464 <context context-type="linenumber">32</context>
9465 </context-group>
9446 <note priority="1" from="description">Day name min</note> 9466 <note priority="1" from="description">Day name min</note>
9447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9467 <note priority="1" from="meaning">Tuesday min name</note>
9448 </trans-unit> 9468 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9449 <trans-unit id="3221670730445125135" datatype="html"> 9469 <source>We</source><target state="new">We</target>
9450 <source>We</source> 9470 <context-group purpose="location">
9451 <target state="translated">Ср</target> 9471 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9472 <context context-type="linenumber">33</context>
9473 </context-group>
9452 <note priority="1" from="description">Day name min</note> 9474 <note priority="1" from="description">Day name min</note>
9453 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9475 <note priority="1" from="meaning">Wednesday min name</note>
9454 </trans-unit> 9476 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9455 <trans-unit id="772466829681972216" datatype="html"> 9477 <source>Th</source><target state="new">Th</target>
9456 <source>Th</source> 9478 <context-group purpose="location">
9457 <target state="translated">Чт</target> 9479 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9480 <context context-type="linenumber">34</context>
9481 </context-group>
9458 <note priority="1" from="description">Day name min</note> 9482 <note priority="1" from="description">Day name min</note>
9459 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9483 <note priority="1" from="meaning">Thursday min name</note>
9460 </trans-unit> 9484 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9461 <trans-unit id="8598262708800132669" datatype="html"> 9485 <source>Fr</source><target state="new">Fr</target>
9462 <source>Fr</source> 9486 <context-group purpose="location">
9463 <target state="translated">Пт</target> 9487 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9488 <context context-type="linenumber">35</context>
9489 </context-group>
9464 <note priority="1" from="description">Day name min</note> 9490 <note priority="1" from="description">Day name min</note>
9465 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9491 <note priority="1" from="meaning">Friday min name</note>
9466 </trans-unit> 9492 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9467 <trans-unit id="569007902695332072" datatype="html"> 9493 <source>Sa</source><target state="new">Sa</target>
9468 <source>Sa</source> 9494 <context-group purpose="location">
9469 <target state="translated">Сб</target> 9495 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9496 <context context-type="linenumber">36</context>
9497 </context-group>
9470 <note priority="1" from="description">Day name min</note> 9498 <note priority="1" from="description">Day name min</note>
9471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9499 <note priority="1" from="meaning">Saturday min name</note>
9472 </trans-unit> 9500 </trans-unit>
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9473 <trans-unit id="3913843642962116845" datatype="html"> 9515 <trans-unit id="3913843642962116845" datatype="html">
9474 <source>January</source> 9516 <source>January</source>
9475 <target state="translated">Январь</target> 9517 <target state="translated">Январь</target>
@@ -9493,9 +9535,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9493 <trans-unit id="8469692700277617405" datatype="html"> 9535 <trans-unit id="8469692700277617405" datatype="html">
9494 <source>May</source> 9536 <source>May</source>
9495 <target state="translated">Май</target> 9537 <target state="translated">Май</target>
9496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9538
9497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9539
9498 </trans-unit> 9540 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9499 <trans-unit id="9055297580745330415" datatype="html"> 9541 <trans-unit id="9055297580745330415" datatype="html">
9500 <source>June</source> 9542 <source>June</source>
9501 <target state="translated">Июнь</target> 9543 <target state="translated">Июнь</target>
@@ -9530,73 +9572,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9530 <source>December</source> 9572 <source>December</source>
9531 <target state="translated">Декабрь</target> 9573 <target state="translated">Декабрь</target>
9532 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9533 </trans-unit> 9575 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9534 <trans-unit id="7595747576974676670" datatype="html"> 9576 <source>Jan</source><target state="new">Jan</target>
9535 <source>Jan</source> 9577 <context-group purpose="location">
9536 <target state="translated">Янв</target> 9578 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9579 <context context-type="linenumber">55</context>
9580 </context-group>
9537 <note priority="1" from="description">Month name short</note> 9581 <note priority="1" from="description">Month name short</note>
9538 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9582 <note priority="1" from="meaning">January short name</note>
9539 </trans-unit> 9583 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9540 <trans-unit id="4916040996255005712" datatype="html"> 9584 <source>Feb</source><target state="new">Feb</target>
9541 <source>Feb</source> 9585 <context-group purpose="location">
9542 <target state="translated">Фев</target> 9586 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9587 <context context-type="linenumber">56</context>
9588 </context-group>
9543 <note priority="1" from="description">Month name short</note> 9589 <note priority="1" from="description">Month name short</note>
9544 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9590 <note priority="1" from="meaning">February short name</note>
9545 </trans-unit> 9591 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9546 <trans-unit id="6438827956918137617" datatype="html"> 9592 <source>Mar</source><target state="new">Mar</target>
9547 <source>Mar</source> 9593 <context-group purpose="location">
9548 <target state="translated">Мар</target> 9594 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9595 <context context-type="linenumber">57</context>
9596 </context-group>
9549 <note priority="1" from="description">Month name short</note> 9597 <note priority="1" from="description">Month name short</note>
9550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9598 <note priority="1" from="meaning">March short name</note>
9551 </trans-unit> 9599 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9552 <trans-unit id="5507326650332881991" datatype="html"> 9600 <source>Apr</source><target state="new">Apr</target>
9553 <source>Apr</source> 9601 <context-group purpose="location">
9554 <target state="translated">Апр</target> 9602 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9603 <context context-type="linenumber">58</context>
9604 </context-group>
9555 <note priority="1" from="description">Month name short</note> 9605 <note priority="1" from="description">Month name short</note>
9556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9606 <note priority="1" from="meaning">April short name</note>
9557 </trans-unit> 9607 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9558 <trans-unit id="2113470244260512015" datatype="html"> 9608 <source>May</source><target state="new">May</target>
9559 <source>Jun</source> 9609 <context-group purpose="location">
9560 <target state="translated">Июн</target> 9610 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9611 <context context-type="linenumber">59</context>
9612 </context-group>
9561 <note priority="1" from="description">Month name short</note> 9613 <note priority="1" from="description">Month name short</note>
9562 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9614 <note priority="1" from="meaning">May short name</note>
9563 </trans-unit> 9615 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9564 <trans-unit id="53176888553719239" datatype="html"> 9616 <source>Jun</source><target state="new">Jun</target>
9565 <source>Jul</source> 9617 <context-group purpose="location">
9566 <target state="translated">Июл</target> 9618 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9619 <context context-type="linenumber">60</context>
9620 </context-group>
9567 <note priority="1" from="description">Month name short</note> 9621 <note priority="1" from="description">Month name short</note>
9568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9622 <note priority="1" from="meaning">June short name</note>
9569 </trans-unit> 9623 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9570 <trans-unit id="5648574669404659458" datatype="html"> 9624 <source>Jul</source><target state="new">Jul</target>
9571 <source>Aug</source> 9625 <context-group purpose="location">
9572 <target state="translated">Авг</target> 9626 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9627 <context context-type="linenumber">61</context>
9628 </context-group>
9573 <note priority="1" from="description">Month name short</note> 9629 <note priority="1" from="description">Month name short</note>
9574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9630 <note priority="1" from="meaning">July short name</note>
9575 </trans-unit> 9631 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9576 <trans-unit id="4354095055982674918" datatype="html"> 9632 <source>Aug</source><target state="new">Aug</target>
9577 <source>Sep</source> 9633 <context-group purpose="location">
9578 <target state="translated">Сен</target> 9634 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9635 <context context-type="linenumber">62</context>
9636 </context-group>
9637 <note priority="1" from="description">Month name short</note>
9638 <note priority="1" from="meaning">August short name</note>
9639 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9640 <source>Sep</source><target state="new">Sep</target>
9641 <context-group purpose="location">
9642 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9643 <context context-type="linenumber">63</context>
9644 </context-group>
9645 <note priority="1" from="description">Month name short</note>
9646 <note priority="1" from="meaning">September short name</note>
9647 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9648 <source>Oct</source><target state="new">Oct</target>
9649 <context-group purpose="location">
9650 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9651 <context context-type="linenumber">64</context>
9652 </context-group>
9653 <note priority="1" from="description">Month name short</note>
9654 <note priority="1" from="meaning">October short name</note>
9655 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9656 <source>Nov</source><target state="new">Nov</target>
9657 <context-group purpose="location">
9658 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9659 <context context-type="linenumber">65</context>
9660 </context-group>
9579 <note priority="1" from="description">Month name short</note> 9661 <note priority="1" from="description">Month name short</note>
9580 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9662 <note priority="1" from="meaning">November short name</note>
9581 </trans-unit> 9663 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9582 <trans-unit id="6207754626941051341"> 9664 <source>Dec</source><target state="new">Dec</target>
9583 <source>Oct</source> 9665 <context-group purpose="location">
9584 <target>окт</target> 9666 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9585 <note from="description" priority="1">Month name short</note> 9667 <context context-type="linenumber">66</context>
9586 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9668 </context-group>
9587 </trans-unit> 9669 <note priority="1" from="description">Month name short</note>
9588 <trans-unit id="8269261039058575292"> 9670 <note priority="1" from="meaning">December short name</note>
9589 <source>Nov</source>
9590 <target>ноя</target>
9591 <note from="description" priority="1">Month name short</note>
9592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9593 </trans-unit>
9594 <trans-unit id="7777579586760423636">
9595 <source>Dec</source>
9596 <target>дек</target>
9597 <note from="description" priority="1">Month name short</note>
9598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9599 </trans-unit> 9671 </trans-unit>
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9600 <trans-unit id="8700121026680200191"> 9683 <trans-unit id="8700121026680200191">
9601 <source>Clear</source> 9684 <source>Clear</source>
9602 <target>Очистить</target> 9685 <target>Очистить</target>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index 49f25b0f6..b1155f0d0 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -9004,91 +9004,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9004 <source>Saturday</source> 9004 <source>Saturday</source>
9005 <target state="new">Saturday</target> 9005 <target state="new">Saturday</target>
9006 9006
9007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9008 <trans-unit id="4921929243068857081" datatype="html"> 9008 <source>Sun</source><target state="new">Sun</target>
9009 <source>Sun</source> 9009 <context-group purpose="location">
9010 <target state="new">Sun</target> 9010 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9011 <context context-type="linenumber">20</context>
9012 </context-group>
9011 <note priority="1" from="description">Day name short</note> 9013 <note priority="1" from="description">Day name short</note>
9012 9014 <note priority="1" from="meaning">Sunday short name</note>
9013 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9015 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9014 <trans-unit id="8563137213157122993" datatype="html"> 9016 <source>Mon</source><target state="new">Mon</target>
9015 <source>Mon</source> 9017 <context-group purpose="location">
9016 <target state="new">Mon</target> 9018 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9019 <context context-type="linenumber">21</context>
9020 </context-group>
9017 <note priority="1" from="description">Day name short</note> 9021 <note priority="1" from="description">Day name short</note>
9018 9022 <note priority="1" from="meaning">Monday short name</note>
9019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9023 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9020 <trans-unit id="8502240922750617054" datatype="html"> 9024 <source>Tue</source><target state="new">Tue</target>
9021 <source>Tue</source> 9025 <context-group purpose="location">
9022 <target state="new">Tue</target> 9026 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9027 <context context-type="linenumber">22</context>
9028 </context-group>
9023 <note priority="1" from="description">Day name short</note> 9029 <note priority="1" from="description">Day name short</note>
9024 9030 <note priority="1" from="meaning">Tuesday short name</note>
9025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9031 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9026 <trans-unit id="7421778640995344715" datatype="html"> 9032 <source>Wed</source><target state="new">Wed</target>
9027 <source>Wed</source> 9033 <context-group purpose="location">
9028 <target state="new">Wed</target> 9034 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9035 <context context-type="linenumber">23</context>
9036 </context-group>
9029 <note priority="1" from="description">Day name short</note> 9037 <note priority="1" from="description">Day name short</note>
9030 9038 <note priority="1" from="meaning">Wednesday short name</note>
9031 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9039 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9032 <trans-unit id="4409954796361883558" datatype="html"> 9040 <source>Thu</source><target state="new">Thu</target>
9033 <source>Thu</source> 9041 <context-group purpose="location">
9034 <target state="new">Thu</target> 9042 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9043 <context context-type="linenumber">24</context>
9044 </context-group>
9035 <note priority="1" from="description">Day name short</note> 9045 <note priority="1" from="description">Day name short</note>
9036 9046 <note priority="1" from="meaning">Thursday short name</note>
9037 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9047 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9038 <trans-unit id="5651951128882735477" datatype="html"> 9048 <source>Fri</source><target state="new">Fri</target>
9039 <source>Fri</source> 9049 <context-group purpose="location">
9040 <target state="new">Fri</target> 9050 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9051 <context context-type="linenumber">25</context>
9052 </context-group>
9041 <note priority="1" from="description">Day name short</note> 9053 <note priority="1" from="description">Day name short</note>
9042 9054 <note priority="1" from="meaning">Friday short name</note>
9043 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9055 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9044 <trans-unit id="93026920674143073" datatype="html"> 9056 <source>Sat</source><target state="new">Sat</target>
9045 <source>Sat</source> 9057 <context-group purpose="location">
9046 <target state="new">Sat</target> 9058 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9059 <context context-type="linenumber">26</context>
9060 </context-group>
9047 <note priority="1" from="description">Day name short</note> 9061 <note priority="1" from="description">Day name short</note>
9048 9062 <note priority="1" from="meaning">Saturday short name</note>
9049 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9063 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9050 <trans-unit id="8349763432924710200" datatype="html"> 9064 <source>Su</source><target state="new">Su</target>
9051 <source>Su</source> 9065 <context-group purpose="location">
9052 <target state="new">Su</target> 9066 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9067 <context context-type="linenumber">30</context>
9068 </context-group>
9053 <note priority="1" from="description">Day name min</note> 9069 <note priority="1" from="description">Day name min</note>
9054 9070 <note priority="1" from="meaning">Sunday min name</note>
9055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9071 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9056 <trans-unit id="4197236438302165051" datatype="html"> 9072 <source>Mo</source><target state="new">Mo</target>
9057 <source>Mo</source> 9073 <context-group purpose="location">
9058 <target state="new">Mo</target> 9074 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9075 <context context-type="linenumber">31</context>
9076 </context-group>
9059 <note priority="1" from="description">Day name min</note> 9077 <note priority="1" from="description">Day name min</note>
9060 9078 <note priority="1" from="meaning">Monday min name</note>
9061 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9079 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9062 <trans-unit id="6034455877220674404" datatype="html"> 9080 <source>Tu</source><target state="new">Tu</target>
9063 <source>Tu</source> 9081 <context-group purpose="location">
9064 <target state="new">Tu</target> 9082 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9083 <context context-type="linenumber">32</context>
9084 </context-group>
9065 <note priority="1" from="description">Day name min</note> 9085 <note priority="1" from="description">Day name min</note>
9066 9086 <note priority="1" from="meaning">Tuesday min name</note>
9067 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9087 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9068 <trans-unit id="3221670730445125135" datatype="html"> 9088 <source>We</source><target state="new">We</target>
9069 <source>We</source> 9089 <context-group purpose="location">
9070 <target state="new">We</target> 9090 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9091 <context context-type="linenumber">33</context>
9092 </context-group>
9071 <note priority="1" from="description">Day name min</note> 9093 <note priority="1" from="description">Day name min</note>
9072 9094 <note priority="1" from="meaning">Wednesday min name</note>
9073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9095 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9074 <trans-unit id="772466829681972216" datatype="html"> 9096 <source>Th</source><target state="new">Th</target>
9075 <source>Th</source> 9097 <context-group purpose="location">
9076 <target state="new">Th</target> 9098 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9099 <context context-type="linenumber">34</context>
9100 </context-group>
9077 <note priority="1" from="description">Day name min</note> 9101 <note priority="1" from="description">Day name min</note>
9078 9102 <note priority="1" from="meaning">Thursday min name</note>
9079 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9103 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9080 <trans-unit id="8598262708800132669" datatype="html"> 9104 <source>Fr</source><target state="new">Fr</target>
9081 <source>Fr</source> 9105 <context-group purpose="location">
9082 <target state="new">Fr</target> 9106 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9107 <context context-type="linenumber">35</context>
9108 </context-group>
9083 <note priority="1" from="description">Day name min</note> 9109 <note priority="1" from="description">Day name min</note>
9084 9110 <note priority="1" from="meaning">Friday min name</note>
9085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9111 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9086 <trans-unit id="569007902695332072" datatype="html"> 9112 <source>Sa</source><target state="new">Sa</target>
9087 <source>Sa</source> 9113 <context-group purpose="location">
9088 <target state="new">Sa</target> 9114 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9115 <context context-type="linenumber">36</context>
9116 </context-group>
9089 <note priority="1" from="description">Day name min</note> 9117 <note priority="1" from="description">Day name min</note>
9090 9118 <note priority="1" from="meaning">Saturday min name</note>
9091 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9119 </trans-unit>
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9092 <trans-unit id="3913843642962116845" datatype="html"> 9134 <trans-unit id="3913843642962116845" datatype="html">
9093 <source>January</source> 9135 <source>January</source>
9094 <target state="new">January</target> 9136 <target state="new">January</target>
@@ -9114,7 +9156,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9114 <target state="new">May</target> 9156 <target state="new">May</target>
9115 9157
9116 9158
9117 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9159 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9118 <trans-unit id="9055297580745330415" datatype="html"> 9160 <trans-unit id="9055297580745330415" datatype="html">
9119 <source>June</source> 9161 <source>June</source>
9120 <target state="new">June</target> 9162 <target state="new">June</target>
@@ -9149,73 +9191,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9149 <source>December</source> 9191 <source>December</source>
9150 <target state="new">December</target> 9192 <target state="new">December</target>
9151 9193
9152 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9194 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9153 <trans-unit id="7595747576974676670" datatype="html"> 9195 <source>Jan</source><target state="new">Jan</target>
9154 <source>Jan</source> 9196 <context-group purpose="location">
9155 <target state="new">Jan</target> 9197 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9198 <context context-type="linenumber">55</context>
9199 </context-group>
9156 <note priority="1" from="description">Month name short</note> 9200 <note priority="1" from="description">Month name short</note>
9157 9201 <note priority="1" from="meaning">January short name</note>
9158 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9202 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9159 <trans-unit id="4916040996255005712" datatype="html"> 9203 <source>Feb</source><target state="new">Feb</target>
9160 <source>Feb</source> 9204 <context-group purpose="location">
9161 <target state="new">Feb</target> 9205 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9206 <context context-type="linenumber">56</context>
9207 </context-group>
9162 <note priority="1" from="description">Month name short</note> 9208 <note priority="1" from="description">Month name short</note>
9163 9209 <note priority="1" from="meaning">February short name</note>
9164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9210 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9165 <trans-unit id="6438827956918137617" datatype="html"> 9211 <source>Mar</source><target state="new">Mar</target>
9166 <source>Mar</source> 9212 <context-group purpose="location">
9167 <target state="new">Mar</target> 9213 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9214 <context context-type="linenumber">57</context>
9215 </context-group>
9168 <note priority="1" from="description">Month name short</note> 9216 <note priority="1" from="description">Month name short</note>
9169 9217 <note priority="1" from="meaning">March short name</note>
9170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9218 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9171 <trans-unit id="5507326650332881991" datatype="html"> 9219 <source>Apr</source><target state="new">Apr</target>
9172 <source>Apr</source> 9220 <context-group purpose="location">
9173 <target state="new">Apr</target> 9221 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9222 <context context-type="linenumber">58</context>
9223 </context-group>
9174 <note priority="1" from="description">Month name short</note> 9224 <note priority="1" from="description">Month name short</note>
9175 9225 <note priority="1" from="meaning">April short name</note>
9176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9226 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9177 <trans-unit id="2113470244260512015" datatype="html"> 9227 <source>May</source><target state="new">May</target>
9178 <source>Jun</source> 9228 <context-group purpose="location">
9179 <target state="new">Jun</target> 9229 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9230 <context context-type="linenumber">59</context>
9231 </context-group>
9180 <note priority="1" from="description">Month name short</note> 9232 <note priority="1" from="description">Month name short</note>
9181 9233 <note priority="1" from="meaning">May short name</note>
9182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9234 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9183 <trans-unit id="53176888553719239" datatype="html"> 9235 <source>Jun</source><target state="new">Jun</target>
9184 <source>Jul</source> 9236 <context-group purpose="location">
9185 <target state="new">Jul</target> 9237 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9238 <context context-type="linenumber">60</context>
9239 </context-group>
9186 <note priority="1" from="description">Month name short</note> 9240 <note priority="1" from="description">Month name short</note>
9187 9241 <note priority="1" from="meaning">June short name</note>
9188 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9242 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9189 <trans-unit id="5648574669404659458" datatype="html"> 9243 <source>Jul</source><target state="new">Jul</target>
9190 <source>Aug</source> 9244 <context-group purpose="location">
9191 <target state="new">Aug</target> 9245 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9246 <context context-type="linenumber">61</context>
9247 </context-group>
9192 <note priority="1" from="description">Month name short</note> 9248 <note priority="1" from="description">Month name short</note>
9193 9249 <note priority="1" from="meaning">July short name</note>
9194 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9250 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9195 <trans-unit id="4354095055982674918" datatype="html"> 9251 <source>Aug</source><target state="new">Aug</target>
9196 <source>Sep</source> 9252 <context-group purpose="location">
9197 <target state="new">Sep</target> 9253 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9254 <context context-type="linenumber">62</context>
9255 </context-group>
9198 <note priority="1" from="description">Month name short</note> 9256 <note priority="1" from="description">Month name short</note>
9199 9257 <note priority="1" from="meaning">August short name</note>
9200 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9258 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9201 <trans-unit id="6207754626941051341" datatype="html"> 9259 <source>Sep</source><target state="new">Sep</target>
9202 <source>Oct</source> 9260 <context-group purpose="location">
9203 <target state="new">Oct</target> 9261 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9262 <context context-type="linenumber">63</context>
9263 </context-group>
9204 <note priority="1" from="description">Month name short</note> 9264 <note priority="1" from="description">Month name short</note>
9205 9265 <note priority="1" from="meaning">September short name</note>
9206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9266 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9207 <trans-unit id="8269261039058575292" datatype="html"> 9267 <source>Oct</source><target state="new">Oct</target>
9208 <source>Nov</source> 9268 <context-group purpose="location">
9209 <target state="new">Nov</target> 9269 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9270 <context context-type="linenumber">64</context>
9271 </context-group>
9210 <note priority="1" from="description">Month name short</note> 9272 <note priority="1" from="description">Month name short</note>
9211 9273 <note priority="1" from="meaning">October short name</note>
9212 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9274 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9213 <trans-unit id="7777579586760423636" datatype="html"> 9275 <source>Nov</source><target state="new">Nov</target>
9214 <source>Dec</source> 9276 <context-group purpose="location">
9215 <target state="new">Dec</target> 9277 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9278 <context context-type="linenumber">65</context>
9279 </context-group>
9216 <note priority="1" from="description">Month name short</note> 9280 <note priority="1" from="description">Month name short</note>
9217 9281 <note priority="1" from="meaning">November short name</note>
9218 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9282 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9283 <source>Dec</source><target state="new">Dec</target>
9284 <context-group purpose="location">
9285 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9286 <context context-type="linenumber">66</context>
9287 </context-group>
9288 <note priority="1" from="description">Month name short</note>
9289 <note priority="1" from="meaning">December short name</note>
9290 </trans-unit>
9291
9292
9293
9294
9295
9296
9297
9298
9299
9300
9301
9219 <trans-unit id="8700121026680200191" datatype="html"> 9302 <trans-unit id="8700121026680200191" datatype="html">
9220 <source>Clear</source> 9303 <source>Clear</source>
9221 <target state="new">Clear</target> 9304 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index e4b11feba..d41b9e9e3 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -9581,91 +9581,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9581 <source>Saturday</source> 9581 <source>Saturday</source>
9582 <target state="new">Saturday</target> 9582 <target state="new">Saturday</target>
9583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9584 </trans-unit> 9584 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9585 <trans-unit id="4921929243068857081" datatype="html"> 9585 <source>Sun</source><target state="new">Sun</target>
9586 <source>Sun</source> 9586 <context-group purpose="location">
9587 <target state="new">Sun</target> 9587 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9588 <context context-type="linenumber">20</context>
9589 </context-group>
9588 <note priority="1" from="description">Day name short</note> 9590 <note priority="1" from="description">Day name short</note>
9589 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9591 <note priority="1" from="meaning">Sunday short name</note>
9590 </trans-unit> 9592 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9591 <trans-unit id="8563137213157122993" datatype="html"> 9593 <source>Mon</source><target state="new">Mon</target>
9592 <source>Mon</source> 9594 <context-group purpose="location">
9593 <target state="new">Mon</target> 9595 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9596 <context context-type="linenumber">21</context>
9597 </context-group>
9594 <note priority="1" from="description">Day name short</note> 9598 <note priority="1" from="description">Day name short</note>
9595 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9599 <note priority="1" from="meaning">Monday short name</note>
9596 </trans-unit> 9600 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9597 <trans-unit id="8502240922750617054" datatype="html"> 9601 <source>Tue</source><target state="new">Tue</target>
9598 <source>Tue</source> 9602 <context-group purpose="location">
9599 <target state="new">Tue</target> 9603 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9604 <context context-type="linenumber">22</context>
9605 </context-group>
9600 <note priority="1" from="description">Day name short</note> 9606 <note priority="1" from="description">Day name short</note>
9601 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9607 <note priority="1" from="meaning">Tuesday short name</note>
9602 </trans-unit> 9608 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9603 <trans-unit id="7421778640995344715" datatype="html"> 9609 <source>Wed</source><target state="new">Wed</target>
9604 <source>Wed</source> 9610 <context-group purpose="location">
9605 <target state="new">Wed</target> 9611 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9612 <context context-type="linenumber">23</context>
9613 </context-group>
9606 <note priority="1" from="description">Day name short</note> 9614 <note priority="1" from="description">Day name short</note>
9607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9615 <note priority="1" from="meaning">Wednesday short name</note>
9608 </trans-unit> 9616 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9609 <trans-unit id="4409954796361883558" datatype="html"> 9617 <source>Thu</source><target state="new">Thu</target>
9610 <source>Thu</source> 9618 <context-group purpose="location">
9611 <target state="new">Thu</target> 9619 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9620 <context context-type="linenumber">24</context>
9621 </context-group>
9612 <note priority="1" from="description">Day name short</note> 9622 <note priority="1" from="description">Day name short</note>
9613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9623 <note priority="1" from="meaning">Thursday short name</note>
9614 </trans-unit> 9624 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9615 <trans-unit id="5651951128882735477" datatype="html"> 9625 <source>Fri</source><target state="new">Fri</target>
9616 <source>Fri</source> 9626 <context-group purpose="location">
9617 <target state="new">Fri</target> 9627 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9628 <context context-type="linenumber">25</context>
9629 </context-group>
9618 <note priority="1" from="description">Day name short</note> 9630 <note priority="1" from="description">Day name short</note>
9619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9631 <note priority="1" from="meaning">Friday short name</note>
9620 </trans-unit> 9632 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9621 <trans-unit id="93026920674143073" datatype="html"> 9633 <source>Sat</source><target state="new">Sat</target>
9622 <source>Sat</source> 9634 <context-group purpose="location">
9623 <target state="new">Sat</target> 9635 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9636 <context context-type="linenumber">26</context>
9637 </context-group>
9624 <note priority="1" from="description">Day name short</note> 9638 <note priority="1" from="description">Day name short</note>
9625 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9639 <note priority="1" from="meaning">Saturday short name</note>
9626 </trans-unit> 9640 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9627 <trans-unit id="8349763432924710200" datatype="html"> 9641 <source>Su</source><target state="new">Su</target>
9628 <source>Su</source> 9642 <context-group purpose="location">
9629 <target state="new">Su</target> 9643 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9644 <context context-type="linenumber">30</context>
9645 </context-group>
9630 <note priority="1" from="description">Day name min</note> 9646 <note priority="1" from="description">Day name min</note>
9631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9647 <note priority="1" from="meaning">Sunday min name</note>
9632 </trans-unit> 9648 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9633 <trans-unit id="4197236438302165051" datatype="html"> 9649 <source>Mo</source><target state="new">Mo</target>
9634 <source>Mo</source> 9650 <context-group purpose="location">
9635 <target state="new">Mo</target> 9651 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9652 <context context-type="linenumber">31</context>
9653 </context-group>
9636 <note priority="1" from="description">Day name min</note> 9654 <note priority="1" from="description">Day name min</note>
9637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9655 <note priority="1" from="meaning">Monday min name</note>
9638 </trans-unit> 9656 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9639 <trans-unit id="6034455877220674404" datatype="html"> 9657 <source>Tu</source><target state="new">Tu</target>
9640 <source>Tu</source> 9658 <context-group purpose="location">
9641 <target state="new">Tu</target> 9659 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9660 <context context-type="linenumber">32</context>
9661 </context-group>
9642 <note priority="1" from="description">Day name min</note> 9662 <note priority="1" from="description">Day name min</note>
9643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9663 <note priority="1" from="meaning">Tuesday min name</note>
9644 </trans-unit> 9664 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9645 <trans-unit id="3221670730445125135" datatype="html"> 9665 <source>We</source><target state="new">We</target>
9646 <source>We</source> 9666 <context-group purpose="location">
9647 <target state="new">We</target> 9667 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9668 <context context-type="linenumber">33</context>
9669 </context-group>
9648 <note priority="1" from="description">Day name min</note> 9670 <note priority="1" from="description">Day name min</note>
9649 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9671 <note priority="1" from="meaning">Wednesday min name</note>
9650 </trans-unit> 9672 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9651 <trans-unit id="772466829681972216" datatype="html"> 9673 <source>Th</source><target state="new">Th</target>
9652 <source>Th</source> 9674 <context-group purpose="location">
9653 <target state="new">Th</target> 9675 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9676 <context context-type="linenumber">34</context>
9677 </context-group>
9654 <note priority="1" from="description">Day name min</note> 9678 <note priority="1" from="description">Day name min</note>
9655 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9679 <note priority="1" from="meaning">Thursday min name</note>
9656 </trans-unit> 9680 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9657 <trans-unit id="8598262708800132669" datatype="html"> 9681 <source>Fr</source><target state="new">Fr</target>
9658 <source>Fr</source> 9682 <context-group purpose="location">
9659 <target state="new">Fr</target> 9683 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9684 <context context-type="linenumber">35</context>
9685 </context-group>
9660 <note priority="1" from="description">Day name min</note> 9686 <note priority="1" from="description">Day name min</note>
9661 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9687 <note priority="1" from="meaning">Friday min name</note>
9662 </trans-unit> 9688 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9663 <trans-unit id="569007902695332072" datatype="html"> 9689 <source>Sa</source><target state="new">Sa</target>
9664 <source>Sa</source> 9690 <context-group purpose="location">
9665 <target state="new">Sa</target> 9691 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9692 <context context-type="linenumber">36</context>
9693 </context-group>
9666 <note priority="1" from="description">Day name min</note> 9694 <note priority="1" from="description">Day name min</note>
9667 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9695 <note priority="1" from="meaning">Saturday min name</note>
9668 </trans-unit> 9696 </trans-unit>
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9669 <trans-unit id="3913843642962116845" datatype="html"> 9711 <trans-unit id="3913843642962116845" datatype="html">
9670 <source>January</source> 9712 <source>January</source>
9671 <target state="new">January</target> 9713 <target state="new">January</target>
@@ -9689,9 +9731,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9689 <trans-unit id="8469692700277617405" datatype="html"> 9731 <trans-unit id="8469692700277617405" datatype="html">
9690 <source>May</source> 9732 <source>May</source>
9691 <target state="new">May</target> 9733 <target state="new">May</target>
9692 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9734
9693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9735
9694 </trans-unit> 9736 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9695 <trans-unit id="9055297580745330415" datatype="html"> 9737 <trans-unit id="9055297580745330415" datatype="html">
9696 <source>June</source> 9738 <source>June</source>
9697 <target state="new">June</target> 9739 <target state="new">June</target>
@@ -9726,73 +9768,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9726 <source>December</source> 9768 <source>December</source>
9727 <target state="new">December</target> 9769 <target state="new">December</target>
9728 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9770 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9729 </trans-unit> 9771 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9730 <trans-unit id="7595747576974676670" datatype="html"> 9772 <source>Jan</source><target state="new">Jan</target>
9731 <source>Jan</source> 9773 <context-group purpose="location">
9732 <target state="new">Jan</target> 9774 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9775 <context context-type="linenumber">55</context>
9776 </context-group>
9733 <note priority="1" from="description">Month name short</note> 9777 <note priority="1" from="description">Month name short</note>
9734 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9778 <note priority="1" from="meaning">January short name</note>
9735 </trans-unit> 9779 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9736 <trans-unit id="4916040996255005712" datatype="html"> 9780 <source>Feb</source><target state="new">Feb</target>
9737 <source>Feb</source> 9781 <context-group purpose="location">
9738 <target state="new">Feb</target> 9782 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9783 <context context-type="linenumber">56</context>
9784 </context-group>
9739 <note priority="1" from="description">Month name short</note> 9785 <note priority="1" from="description">Month name short</note>
9740 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9786 <note priority="1" from="meaning">February short name</note>
9741 </trans-unit> 9787 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9742 <trans-unit id="6438827956918137617" datatype="html"> 9788 <source>Mar</source><target state="new">Mar</target>
9743 <source>Mar</source> 9789 <context-group purpose="location">
9744 <target state="new">Mar</target> 9790 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9791 <context context-type="linenumber">57</context>
9792 </context-group>
9745 <note priority="1" from="description">Month name short</note> 9793 <note priority="1" from="description">Month name short</note>
9746 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9794 <note priority="1" from="meaning">March short name</note>
9747 </trans-unit> 9795 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9748 <trans-unit id="5507326650332881991" datatype="html"> 9796 <source>Apr</source><target state="new">Apr</target>
9749 <source>Apr</source> 9797 <context-group purpose="location">
9750 <target state="new">Apr</target> 9798 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9799 <context context-type="linenumber">58</context>
9800 </context-group>
9751 <note priority="1" from="description">Month name short</note> 9801 <note priority="1" from="description">Month name short</note>
9752 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9802 <note priority="1" from="meaning">April short name</note>
9753 </trans-unit> 9803 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9754 <trans-unit id="2113470244260512015" datatype="html"> 9804 <source>May</source><target state="new">May</target>
9755 <source>Jun</source> 9805 <context-group purpose="location">
9756 <target state="new">Jun</target> 9806 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9807 <context context-type="linenumber">59</context>
9808 </context-group>
9757 <note priority="1" from="description">Month name short</note> 9809 <note priority="1" from="description">Month name short</note>
9758 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9810 <note priority="1" from="meaning">May short name</note>
9759 </trans-unit> 9811 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9760 <trans-unit id="53176888553719239" datatype="html"> 9812 <source>Jun</source><target state="new">Jun</target>
9761 <source>Jul</source> 9813 <context-group purpose="location">
9762 <target state="new">Jul</target> 9814 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9815 <context context-type="linenumber">60</context>
9816 </context-group>
9763 <note priority="1" from="description">Month name short</note> 9817 <note priority="1" from="description">Month name short</note>
9764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9818 <note priority="1" from="meaning">June short name</note>
9765 </trans-unit> 9819 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9766 <trans-unit id="5648574669404659458" datatype="html"> 9820 <source>Jul</source><target state="new">Jul</target>
9767 <source>Aug</source> 9821 <context-group purpose="location">
9768 <target state="new">Aug</target> 9822 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9823 <context context-type="linenumber">61</context>
9824 </context-group>
9769 <note priority="1" from="description">Month name short</note> 9825 <note priority="1" from="description">Month name short</note>
9770 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9826 <note priority="1" from="meaning">July short name</note>
9771 </trans-unit> 9827 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9772 <trans-unit id="4354095055982674918" datatype="html"> 9828 <source>Aug</source><target state="new">Aug</target>
9773 <source>Sep</source> 9829 <context-group purpose="location">
9774 <target state="new">Sep</target> 9830 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9831 <context context-type="linenumber">62</context>
9832 </context-group>
9775 <note priority="1" from="description">Month name short</note> 9833 <note priority="1" from="description">Month name short</note>
9776 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9834 <note priority="1" from="meaning">August short name</note>
9777 </trans-unit> 9835 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9778 <trans-unit id="6207754626941051341" datatype="html"> 9836 <source>Sep</source><target state="new">Sep</target>
9779 <source>Oct</source> 9837 <context-group purpose="location">
9780 <target state="new">Oct</target> 9838 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9839 <context context-type="linenumber">63</context>
9840 </context-group>
9781 <note priority="1" from="description">Month name short</note> 9841 <note priority="1" from="description">Month name short</note>
9782 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9842 <note priority="1" from="meaning">September short name</note>
9783 </trans-unit> 9843 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9784 <trans-unit id="8269261039058575292" datatype="html"> 9844 <source>Oct</source><target state="new">Oct</target>
9785 <source>Nov</source> 9845 <context-group purpose="location">
9786 <target state="new">Nov</target> 9846 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9847 <context context-type="linenumber">64</context>
9848 </context-group>
9787 <note priority="1" from="description">Month name short</note> 9849 <note priority="1" from="description">Month name short</note>
9788 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9850 <note priority="1" from="meaning">October short name</note>
9789 </trans-unit> 9851 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9790 <trans-unit id="7777579586760423636" datatype="html"> 9852 <source>Nov</source><target state="new">Nov</target>
9791 <source>Dec</source> 9853 <context-group purpose="location">
9792 <target state="new">Dec</target> 9854 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9855 <context context-type="linenumber">65</context>
9856 </context-group>
9793 <note priority="1" from="description">Month name short</note> 9857 <note priority="1" from="description">Month name short</note>
9794 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9858 <note priority="1" from="meaning">November short name</note>
9859 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9860 <source>Dec</source><target state="new">Dec</target>
9861 <context-group purpose="location">
9862 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9863 <context context-type="linenumber">66</context>
9864 </context-group>
9865 <note priority="1" from="description">Month name short</note>
9866 <note priority="1" from="meaning">December short name</note>
9795 </trans-unit> 9867 </trans-unit>
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9796 <trans-unit id="8700121026680200191" datatype="html"> 9879 <trans-unit id="8700121026680200191" datatype="html">
9797 <source>Clear</source> 9880 <source>Clear</source>
9798 <target state="new">Clear</target> 9881 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index 7329d0cc7..d4d6ae8e8 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -9307,91 +9307,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9307 <source>Saturday</source> 9307 <source>Saturday</source>
9308 <target>Lördag</target> 9308 <target>Lördag</target>
9309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9310 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9311 <source>Sun</source><target state="new">Sun</target>
9312 <context-group purpose="location">
9313 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9314 <context context-type="linenumber">20</context>
9315 </context-group>
9316 <note priority="1" from="description">Day name short</note>
9317 <note priority="1" from="meaning">Sunday short name</note>
9318 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9319 <source>Mon</source><target state="new">Mon</target>
9320 <context-group purpose="location">
9321 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9322 <context context-type="linenumber">21</context>
9323 </context-group>
9324 <note priority="1" from="description">Day name short</note>
9325 <note priority="1" from="meaning">Monday short name</note>
9326 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9327 <source>Tue</source><target state="new">Tue</target>
9328 <context-group purpose="location">
9329 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9330 <context context-type="linenumber">22</context>
9331 </context-group>
9332 <note priority="1" from="description">Day name short</note>
9333 <note priority="1" from="meaning">Tuesday short name</note>
9334 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9335 <source>Wed</source><target state="new">Wed</target>
9336 <context-group purpose="location">
9337 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9338 <context context-type="linenumber">23</context>
9339 </context-group>
9340 <note priority="1" from="description">Day name short</note>
9341 <note priority="1" from="meaning">Wednesday short name</note>
9342 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9343 <source>Thu</source><target state="new">Thu</target>
9344 <context-group purpose="location">
9345 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9346 <context context-type="linenumber">24</context>
9347 </context-group>
9348 <note priority="1" from="description">Day name short</note>
9349 <note priority="1" from="meaning">Thursday short name</note>
9350 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9351 <source>Fri</source><target state="new">Fri</target>
9352 <context-group purpose="location">
9353 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9354 <context context-type="linenumber">25</context>
9355 </context-group>
9356 <note priority="1" from="description">Day name short</note>
9357 <note priority="1" from="meaning">Friday short name</note>
9358 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9359 <source>Sat</source><target state="new">Sat</target>
9360 <context-group purpose="location">
9361 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9362 <context context-type="linenumber">26</context>
9363 </context-group>
9364 <note priority="1" from="description">Day name short</note>
9365 <note priority="1" from="meaning">Saturday short name</note>
9366 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9367 <source>Su</source><target state="new">Su</target>
9368 <context-group purpose="location">
9369 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9370 <context context-type="linenumber">30</context>
9371 </context-group>
9372 <note priority="1" from="description">Day name min</note>
9373 <note priority="1" from="meaning">Sunday min name</note>
9374 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9375 <source>Mo</source><target state="new">Mo</target>
9376 <context-group purpose="location">
9377 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9378 <context context-type="linenumber">31</context>
9379 </context-group>
9380 <note priority="1" from="description">Day name min</note>
9381 <note priority="1" from="meaning">Monday min name</note>
9382 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9383 <source>Tu</source><target state="new">Tu</target>
9384 <context-group purpose="location">
9385 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9386 <context context-type="linenumber">32</context>
9387 </context-group>
9388 <note priority="1" from="description">Day name min</note>
9389 <note priority="1" from="meaning">Tuesday min name</note>
9390 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9391 <source>We</source><target state="new">We</target>
9392 <context-group purpose="location">
9393 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9394 <context context-type="linenumber">33</context>
9395 </context-group>
9396 <note priority="1" from="description">Day name min</note>
9397 <note priority="1" from="meaning">Wednesday min name</note>
9398 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9399 <source>Th</source><target state="new">Th</target>
9400 <context-group purpose="location">
9401 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9402 <context context-type="linenumber">34</context>
9403 </context-group>
9404 <note priority="1" from="description">Day name min</note>
9405 <note priority="1" from="meaning">Thursday min name</note>
9406 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9407 <source>Fr</source><target state="new">Fr</target>
9408 <context-group purpose="location">
9409 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9410 <context context-type="linenumber">35</context>
9411 </context-group>
9412 <note priority="1" from="description">Day name min</note>
9413 <note priority="1" from="meaning">Friday min name</note>
9414 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9415 <source>Sa</source><target state="new">Sa</target>
9416 <context-group purpose="location">
9417 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9418 <context context-type="linenumber">36</context>
9419 </context-group>
9420 <note priority="1" from="description">Day name min</note>
9421 <note priority="1" from="meaning">Saturday min name</note>
9310 </trans-unit> 9422 </trans-unit>
9311 <trans-unit id="4921929243068857081"> 9423
9312 <source>Sun</source> 9424
9313 <target>Sön</target> 9425
9314 <note from="description" priority="1">Day name short</note> 9426
9315 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9427
9316 </trans-unit> 9428
9317 <trans-unit id="8563137213157122993"> 9429
9318 <source>Mon</source> 9430
9319 <target>Mån</target> 9431
9320 <note from="description" priority="1">Day name short</note> 9432
9321 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9433
9322 </trans-unit> 9434
9323 <trans-unit id="8502240922750617054"> 9435
9324 <source>Tue</source> 9436
9325 <target>Tis</target>
9326 <note from="description" priority="1">Day name short</note>
9327 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9328 </trans-unit>
9329 <trans-unit id="7421778640995344715">
9330 <source>Wed</source>
9331 <target>Ons</target>
9332 <note from="description" priority="1">Day name short</note>
9333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9334 </trans-unit>
9335 <trans-unit id="4409954796361883558">
9336 <source>Thu</source>
9337 <target>Tor</target>
9338 <note from="description" priority="1">Day name short</note>
9339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9340 </trans-unit>
9341 <trans-unit id="5651951128882735477">
9342 <source>Fri</source>
9343 <target>Fre</target>
9344 <note from="description" priority="1">Day name short</note>
9345 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9346 </trans-unit>
9347 <trans-unit id="93026920674143073">
9348 <source>Sat</source>
9349 <target>Lör</target>
9350 <note from="description" priority="1">Day name short</note>
9351 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9352 </trans-unit>
9353 <trans-unit id="8349763432924710200">
9354 <source>Su</source>
9355 <target>Sö</target>
9356 <note from="description" priority="1">Day name min</note>
9357 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9358 </trans-unit>
9359 <trans-unit id="4197236438302165051">
9360 <source>Mo</source>
9361 <target>Må</target>
9362 <note from="description" priority="1">Day name min</note>
9363 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9364 </trans-unit>
9365 <trans-unit id="6034455877220674404">
9366 <source>Tu</source>
9367 <target>Ti</target>
9368 <note from="description" priority="1">Day name min</note>
9369 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9370 </trans-unit>
9371 <trans-unit id="3221670730445125135">
9372 <source>We</source>
9373 <target>On</target>
9374 <note from="description" priority="1">Day name min</note>
9375 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9376 </trans-unit>
9377 <trans-unit id="772466829681972216">
9378 <source>Th</source>
9379 <target>To</target>
9380 <note from="description" priority="1">Day name min</note>
9381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9382 </trans-unit>
9383 <trans-unit id="8598262708800132669">
9384 <source>Fr</source>
9385 <target>Fr</target>
9386 <note from="description" priority="1">Day name min</note>
9387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9388 </trans-unit>
9389 <trans-unit id="569007902695332072">
9390 <source>Sa</source>
9391 <target>Lö</target>
9392 <note from="description" priority="1">Day name min</note>
9393 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9394 </trans-unit>
9395 <trans-unit id="3913843642962116845"> 9437 <trans-unit id="3913843642962116845">
9396 <source>January</source> 9438 <source>January</source>
9397 <target>Januari</target> 9439 <target>Januari</target>
@@ -9415,9 +9457,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9415 <trans-unit id="8469692700277617405"> 9457 <trans-unit id="8469692700277617405">
9416 <source>May</source> 9458 <source>May</source>
9417 <target>Maj</target> 9459 <target>Maj</target>
9418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9460
9419 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9461
9420 </trans-unit> 9462 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9421 <trans-unit id="9055297580745330415"> 9463 <trans-unit id="9055297580745330415">
9422 <source>June</source> 9464 <source>June</source>
9423 <target>Juni</target> 9465 <target>Juni</target>
@@ -9452,73 +9494,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9452 <source>December</source> 9494 <source>December</source>
9453 <target>December</target> 9495 <target>December</target>
9454 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9497 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9498 <source>Jan</source><target state="new">Jan</target>
9499 <context-group purpose="location">
9500 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9501 <context context-type="linenumber">55</context>
9502 </context-group>
9503 <note priority="1" from="description">Month name short</note>
9504 <note priority="1" from="meaning">January short name</note>
9505 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9506 <source>Feb</source><target state="new">Feb</target>
9507 <context-group purpose="location">
9508 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9509 <context context-type="linenumber">56</context>
9510 </context-group>
9511 <note priority="1" from="description">Month name short</note>
9512 <note priority="1" from="meaning">February short name</note>
9513 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9514 <source>Mar</source><target state="new">Mar</target>
9515 <context-group purpose="location">
9516 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9517 <context context-type="linenumber">57</context>
9518 </context-group>
9519 <note priority="1" from="description">Month name short</note>
9520 <note priority="1" from="meaning">March short name</note>
9521 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9522 <source>Apr</source><target state="new">Apr</target>
9523 <context-group purpose="location">
9524 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9525 <context context-type="linenumber">58</context>
9526 </context-group>
9527 <note priority="1" from="description">Month name short</note>
9528 <note priority="1" from="meaning">April short name</note>
9529 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9530 <source>May</source><target state="new">May</target>
9531 <context-group purpose="location">
9532 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9533 <context context-type="linenumber">59</context>
9534 </context-group>
9535 <note priority="1" from="description">Month name short</note>
9536 <note priority="1" from="meaning">May short name</note>
9537 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9538 <source>Jun</source><target state="new">Jun</target>
9539 <context-group purpose="location">
9540 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9541 <context context-type="linenumber">60</context>
9542 </context-group>
9543 <note priority="1" from="description">Month name short</note>
9544 <note priority="1" from="meaning">June short name</note>
9545 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9546 <source>Jul</source><target state="new">Jul</target>
9547 <context-group purpose="location">
9548 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9549 <context context-type="linenumber">61</context>
9550 </context-group>
9551 <note priority="1" from="description">Month name short</note>
9552 <note priority="1" from="meaning">July short name</note>
9553 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9554 <source>Aug</source><target state="new">Aug</target>
9555 <context-group purpose="location">
9556 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9557 <context context-type="linenumber">62</context>
9558 </context-group>
9559 <note priority="1" from="description">Month name short</note>
9560 <note priority="1" from="meaning">August short name</note>
9561 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9562 <source>Sep</source><target state="new">Sep</target>
9563 <context-group purpose="location">
9564 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9565 <context context-type="linenumber">63</context>
9566 </context-group>
9567 <note priority="1" from="description">Month name short</note>
9568 <note priority="1" from="meaning">September short name</note>
9569 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9570 <source>Oct</source><target state="new">Oct</target>
9571 <context-group purpose="location">
9572 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9573 <context context-type="linenumber">64</context>
9574 </context-group>
9575 <note priority="1" from="description">Month name short</note>
9576 <note priority="1" from="meaning">October short name</note>
9577 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9578 <source>Nov</source><target state="new">Nov</target>
9579 <context-group purpose="location">
9580 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9581 <context context-type="linenumber">65</context>
9582 </context-group>
9583 <note priority="1" from="description">Month name short</note>
9584 <note priority="1" from="meaning">November short name</note>
9585 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9586 <source>Dec</source><target state="new">Dec</target>
9587 <context-group purpose="location">
9588 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9589 <context context-type="linenumber">66</context>
9590 </context-group>
9591 <note priority="1" from="description">Month name short</note>
9592 <note priority="1" from="meaning">December short name</note>
9455 </trans-unit> 9593 </trans-unit>
9456 <trans-unit id="7595747576974676670"> 9594
9457 <source>Jan</source> 9595
9458 <target>Jan</target> 9596
9459 <note from="description" priority="1">Month name short</note> 9597
9460 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9598
9461 </trans-unit> 9599
9462 <trans-unit id="4916040996255005712"> 9600
9463 <source>Feb</source> 9601
9464 <target>Feb</target> 9602
9465 <note from="description" priority="1">Month name short</note> 9603
9466 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9604
9467 </trans-unit>
9468 <trans-unit id="6438827956918137617">
9469 <source>Mar</source>
9470 <target>Mar</target>
9471 <note from="description" priority="1">Month name short</note>
9472 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9473 </trans-unit>
9474 <trans-unit id="5507326650332881991">
9475 <source>Apr</source>
9476 <target>Apr</target>
9477 <note from="description" priority="1">Month name short</note>
9478 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9479 </trans-unit>
9480 <trans-unit id="2113470244260512015">
9481 <source>Jun</source>
9482 <target>Jun</target>
9483 <note from="description" priority="1">Month name short</note>
9484 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9485 </trans-unit>
9486 <trans-unit id="53176888553719239">
9487 <source>Jul</source>
9488 <target>Jul</target>
9489 <note from="description" priority="1">Month name short</note>
9490 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9491 </trans-unit>
9492 <trans-unit id="5648574669404659458">
9493 <source>Aug</source>
9494 <target>Aug</target>
9495 <note from="description" priority="1">Month name short</note>
9496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9497 </trans-unit>
9498 <trans-unit id="4354095055982674918">
9499 <source>Sep</source>
9500 <target>Sep</target>
9501 <note from="description" priority="1">Month name short</note>
9502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9503 </trans-unit>
9504 <trans-unit id="6207754626941051341">
9505 <source>Oct</source>
9506 <target>Okt</target>
9507 <note from="description" priority="1">Month name short</note>
9508 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9509 </trans-unit>
9510 <trans-unit id="8269261039058575292">
9511 <source>Nov</source>
9512 <target>Nov</target>
9513 <note from="description" priority="1">Month name short</note>
9514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9515 </trans-unit>
9516 <trans-unit id="7777579586760423636">
9517 <source>Dec</source>
9518 <target>Dec</target>
9519 <note from="description" priority="1">Month name short</note>
9520 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9521 </trans-unit>
9522 <trans-unit id="8700121026680200191"> 9605 <trans-unit id="8700121026680200191">
9523 <source>Clear</source> 9606 <source>Clear</source>
9524 <target>Rensa</target> 9607 <target>Rensa</target>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 1c2e9f60f..6e9cc23f4 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -9004,91 +9004,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9004 <source>Saturday</source> 9004 <source>Saturday</source>
9005 <target state="new">Saturday</target> 9005 <target state="new">Saturday</target>
9006 9006
9007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9008 <trans-unit id="4921929243068857081" datatype="html"> 9008 <source>Sun</source><target state="new">Sun</target>
9009 <source>Sun</source> 9009 <context-group purpose="location">
9010 <target state="new">Sun</target> 9010 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9011 <context context-type="linenumber">20</context>
9012 </context-group>
9011 <note priority="1" from="description">Day name short</note> 9013 <note priority="1" from="description">Day name short</note>
9012 9014 <note priority="1" from="meaning">Sunday short name</note>
9013 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9015 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9014 <trans-unit id="8563137213157122993" datatype="html"> 9016 <source>Mon</source><target state="new">Mon</target>
9015 <source>Mon</source> 9017 <context-group purpose="location">
9016 <target state="new">Mon</target> 9018 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9019 <context context-type="linenumber">21</context>
9020 </context-group>
9017 <note priority="1" from="description">Day name short</note> 9021 <note priority="1" from="description">Day name short</note>
9018 9022 <note priority="1" from="meaning">Monday short name</note>
9019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9023 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9020 <trans-unit id="8502240922750617054" datatype="html"> 9024 <source>Tue</source><target state="new">Tue</target>
9021 <source>Tue</source> 9025 <context-group purpose="location">
9022 <target state="new">Tue</target> 9026 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9027 <context context-type="linenumber">22</context>
9028 </context-group>
9023 <note priority="1" from="description">Day name short</note> 9029 <note priority="1" from="description">Day name short</note>
9024 9030 <note priority="1" from="meaning">Tuesday short name</note>
9025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9031 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9026 <trans-unit id="7421778640995344715" datatype="html"> 9032 <source>Wed</source><target state="new">Wed</target>
9027 <source>Wed</source> 9033 <context-group purpose="location">
9028 <target state="new">Wed</target> 9034 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9035 <context context-type="linenumber">23</context>
9036 </context-group>
9029 <note priority="1" from="description">Day name short</note> 9037 <note priority="1" from="description">Day name short</note>
9030 9038 <note priority="1" from="meaning">Wednesday short name</note>
9031 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9039 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9032 <trans-unit id="4409954796361883558" datatype="html"> 9040 <source>Thu</source><target state="new">Thu</target>
9033 <source>Thu</source> 9041 <context-group purpose="location">
9034 <target state="new">Thu</target> 9042 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9043 <context context-type="linenumber">24</context>
9044 </context-group>
9035 <note priority="1" from="description">Day name short</note> 9045 <note priority="1" from="description">Day name short</note>
9036 9046 <note priority="1" from="meaning">Thursday short name</note>
9037 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9047 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9038 <trans-unit id="5651951128882735477" datatype="html"> 9048 <source>Fri</source><target state="new">Fri</target>
9039 <source>Fri</source> 9049 <context-group purpose="location">
9040 <target state="new">Fri</target> 9050 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9051 <context context-type="linenumber">25</context>
9052 </context-group>
9041 <note priority="1" from="description">Day name short</note> 9053 <note priority="1" from="description">Day name short</note>
9042 9054 <note priority="1" from="meaning">Friday short name</note>
9043 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9055 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9044 <trans-unit id="93026920674143073" datatype="html"> 9056 <source>Sat</source><target state="new">Sat</target>
9045 <source>Sat</source> 9057 <context-group purpose="location">
9046 <target state="new">Sat</target> 9058 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9059 <context context-type="linenumber">26</context>
9060 </context-group>
9047 <note priority="1" from="description">Day name short</note> 9061 <note priority="1" from="description">Day name short</note>
9048 9062 <note priority="1" from="meaning">Saturday short name</note>
9049 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9063 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9050 <trans-unit id="8349763432924710200" datatype="html"> 9064 <source>Su</source><target state="new">Su</target>
9051 <source>Su</source> 9065 <context-group purpose="location">
9052 <target state="new">Su</target> 9066 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9067 <context context-type="linenumber">30</context>
9068 </context-group>
9053 <note priority="1" from="description">Day name min</note> 9069 <note priority="1" from="description">Day name min</note>
9054 9070 <note priority="1" from="meaning">Sunday min name</note>
9055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9071 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9056 <trans-unit id="4197236438302165051" datatype="html"> 9072 <source>Mo</source><target state="new">Mo</target>
9057 <source>Mo</source> 9073 <context-group purpose="location">
9058 <target state="new">Mo</target> 9074 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9075 <context context-type="linenumber">31</context>
9076 </context-group>
9059 <note priority="1" from="description">Day name min</note> 9077 <note priority="1" from="description">Day name min</note>
9060 9078 <note priority="1" from="meaning">Monday min name</note>
9061 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9079 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9062 <trans-unit id="6034455877220674404" datatype="html"> 9080 <source>Tu</source><target state="new">Tu</target>
9063 <source>Tu</source> 9081 <context-group purpose="location">
9064 <target state="new">Tu</target> 9082 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9083 <context context-type="linenumber">32</context>
9084 </context-group>
9065 <note priority="1" from="description">Day name min</note> 9085 <note priority="1" from="description">Day name min</note>
9066 9086 <note priority="1" from="meaning">Tuesday min name</note>
9067 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9087 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9068 <trans-unit id="3221670730445125135" datatype="html"> 9088 <source>We</source><target state="new">We</target>
9069 <source>We</source> 9089 <context-group purpose="location">
9070 <target state="new">We</target> 9090 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9091 <context context-type="linenumber">33</context>
9092 </context-group>
9071 <note priority="1" from="description">Day name min</note> 9093 <note priority="1" from="description">Day name min</note>
9072 9094 <note priority="1" from="meaning">Wednesday min name</note>
9073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9095 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9074 <trans-unit id="772466829681972216" datatype="html"> 9096 <source>Th</source><target state="new">Th</target>
9075 <source>Th</source> 9097 <context-group purpose="location">
9076 <target state="new">Th</target> 9098 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9099 <context context-type="linenumber">34</context>
9100 </context-group>
9077 <note priority="1" from="description">Day name min</note> 9101 <note priority="1" from="description">Day name min</note>
9078 9102 <note priority="1" from="meaning">Thursday min name</note>
9079 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9103 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9080 <trans-unit id="8598262708800132669" datatype="html"> 9104 <source>Fr</source><target state="new">Fr</target>
9081 <source>Fr</source> 9105 <context-group purpose="location">
9082 <target state="new">Fr</target> 9106 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9107 <context context-type="linenumber">35</context>
9108 </context-group>
9083 <note priority="1" from="description">Day name min</note> 9109 <note priority="1" from="description">Day name min</note>
9084 9110 <note priority="1" from="meaning">Friday min name</note>
9085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9111 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9086 <trans-unit id="569007902695332072" datatype="html"> 9112 <source>Sa</source><target state="new">Sa</target>
9087 <source>Sa</source> 9113 <context-group purpose="location">
9088 <target state="new">Sa</target> 9114 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9115 <context context-type="linenumber">36</context>
9116 </context-group>
9089 <note priority="1" from="description">Day name min</note> 9117 <note priority="1" from="description">Day name min</note>
9090 9118 <note priority="1" from="meaning">Saturday min name</note>
9091 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9119 </trans-unit>
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9092 <trans-unit id="3913843642962116845" datatype="html"> 9134 <trans-unit id="3913843642962116845" datatype="html">
9093 <source>January</source> 9135 <source>January</source>
9094 <target state="new">January</target> 9136 <target state="new">January</target>
@@ -9114,7 +9156,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9114 <target state="new">May</target> 9156 <target state="new">May</target>
9115 9157
9116 9158
9117 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9159 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9118 <trans-unit id="9055297580745330415" datatype="html"> 9160 <trans-unit id="9055297580745330415" datatype="html">
9119 <source>June</source> 9161 <source>June</source>
9120 <target state="new">June</target> 9162 <target state="new">June</target>
@@ -9149,73 +9191,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9149 <source>December</source> 9191 <source>December</source>
9150 <target state="new">December</target> 9192 <target state="new">December</target>
9151 9193
9152 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9194 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9153 <trans-unit id="7595747576974676670" datatype="html"> 9195 <source>Jan</source><target state="new">Jan</target>
9154 <source>Jan</source> 9196 <context-group purpose="location">
9155 <target state="new">Jan</target> 9197 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9198 <context context-type="linenumber">55</context>
9199 </context-group>
9156 <note priority="1" from="description">Month name short</note> 9200 <note priority="1" from="description">Month name short</note>
9157 9201 <note priority="1" from="meaning">January short name</note>
9158 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9202 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9159 <trans-unit id="4916040996255005712" datatype="html"> 9203 <source>Feb</source><target state="new">Feb</target>
9160 <source>Feb</source> 9204 <context-group purpose="location">
9161 <target state="new">Feb</target> 9205 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9206 <context context-type="linenumber">56</context>
9207 </context-group>
9162 <note priority="1" from="description">Month name short</note> 9208 <note priority="1" from="description">Month name short</note>
9163 9209 <note priority="1" from="meaning">February short name</note>
9164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9210 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9165 <trans-unit id="6438827956918137617" datatype="html"> 9211 <source>Mar</source><target state="new">Mar</target>
9166 <source>Mar</source> 9212 <context-group purpose="location">
9167 <target state="new">Mar</target> 9213 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9214 <context context-type="linenumber">57</context>
9215 </context-group>
9168 <note priority="1" from="description">Month name short</note> 9216 <note priority="1" from="description">Month name short</note>
9169 9217 <note priority="1" from="meaning">March short name</note>
9170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9218 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9171 <trans-unit id="5507326650332881991" datatype="html"> 9219 <source>Apr</source><target state="new">Apr</target>
9172 <source>Apr</source> 9220 <context-group purpose="location">
9173 <target state="new">Apr</target> 9221 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9222 <context context-type="linenumber">58</context>
9223 </context-group>
9174 <note priority="1" from="description">Month name short</note> 9224 <note priority="1" from="description">Month name short</note>
9175 9225 <note priority="1" from="meaning">April short name</note>
9176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9226 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9177 <trans-unit id="2113470244260512015" datatype="html"> 9227 <source>May</source><target state="new">May</target>
9178 <source>Jun</source> 9228 <context-group purpose="location">
9179 <target state="new">Jun</target> 9229 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9230 <context context-type="linenumber">59</context>
9231 </context-group>
9180 <note priority="1" from="description">Month name short</note> 9232 <note priority="1" from="description">Month name short</note>
9181 9233 <note priority="1" from="meaning">May short name</note>
9182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9234 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9183 <trans-unit id="53176888553719239" datatype="html"> 9235 <source>Jun</source><target state="new">Jun</target>
9184 <source>Jul</source> 9236 <context-group purpose="location">
9185 <target state="new">Jul</target> 9237 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9238 <context context-type="linenumber">60</context>
9239 </context-group>
9186 <note priority="1" from="description">Month name short</note> 9240 <note priority="1" from="description">Month name short</note>
9187 9241 <note priority="1" from="meaning">June short name</note>
9188 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9242 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9189 <trans-unit id="5648574669404659458" datatype="html"> 9243 <source>Jul</source><target state="new">Jul</target>
9190 <source>Aug</source> 9244 <context-group purpose="location">
9191 <target state="new">Aug</target> 9245 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9246 <context context-type="linenumber">61</context>
9247 </context-group>
9192 <note priority="1" from="description">Month name short</note> 9248 <note priority="1" from="description">Month name short</note>
9193 9249 <note priority="1" from="meaning">July short name</note>
9194 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9250 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9195 <trans-unit id="4354095055982674918" datatype="html"> 9251 <source>Aug</source><target state="new">Aug</target>
9196 <source>Sep</source> 9252 <context-group purpose="location">
9197 <target state="new">Sep</target> 9253 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9254 <context context-type="linenumber">62</context>
9255 </context-group>
9198 <note priority="1" from="description">Month name short</note> 9256 <note priority="1" from="description">Month name short</note>
9199 9257 <note priority="1" from="meaning">August short name</note>
9200 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9258 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9201 <trans-unit id="6207754626941051341" datatype="html"> 9259 <source>Sep</source><target state="new">Sep</target>
9202 <source>Oct</source> 9260 <context-group purpose="location">
9203 <target state="new">Oct</target> 9261 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9262 <context context-type="linenumber">63</context>
9263 </context-group>
9204 <note priority="1" from="description">Month name short</note> 9264 <note priority="1" from="description">Month name short</note>
9205 9265 <note priority="1" from="meaning">September short name</note>
9206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9266 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9207 <trans-unit id="8269261039058575292" datatype="html"> 9267 <source>Oct</source><target state="new">Oct</target>
9208 <source>Nov</source> 9268 <context-group purpose="location">
9209 <target state="new">Nov</target> 9269 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9270 <context context-type="linenumber">64</context>
9271 </context-group>
9210 <note priority="1" from="description">Month name short</note> 9272 <note priority="1" from="description">Month name short</note>
9211 9273 <note priority="1" from="meaning">October short name</note>
9212 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9274 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9213 <trans-unit id="7777579586760423636" datatype="html"> 9275 <source>Nov</source><target state="new">Nov</target>
9214 <source>Dec</source> 9276 <context-group purpose="location">
9215 <target state="new">Dec</target> 9277 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9278 <context context-type="linenumber">65</context>
9279 </context-group>
9216 <note priority="1" from="description">Month name short</note> 9280 <note priority="1" from="description">Month name short</note>
9217 9281 <note priority="1" from="meaning">November short name</note>
9218 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9282 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9283 <source>Dec</source><target state="new">Dec</target>
9284 <context-group purpose="location">
9285 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9286 <context context-type="linenumber">66</context>
9287 </context-group>
9288 <note priority="1" from="description">Month name short</note>
9289 <note priority="1" from="meaning">December short name</note>
9290 </trans-unit>
9291
9292
9293
9294
9295
9296
9297
9298
9299
9300
9301
9219 <trans-unit id="8700121026680200191" datatype="html"> 9302 <trans-unit id="8700121026680200191" datatype="html">
9220 <source>Clear</source> 9303 <source>Clear</source>
9221 <target state="new">Clear</target> 9304 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index a70a75df5..12166250e 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -9549,91 +9549,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9549 <source>Saturday</source> 9549 <source>Saturday</source>
9550 <target state="translated">วันเสาร์</target> 9550 <target state="translated">วันเสาร์</target>
9551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9552 </trans-unit> 9552 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9553 <trans-unit id="4921929243068857081" datatype="html"> 9553 <source>Sun</source><target state="new">Sun</target>
9554 <source>Sun</source> 9554 <context-group purpose="location">
9555 <target state="translated">อา.</target> 9555 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9556 <context context-type="linenumber">20</context>
9557 </context-group>
9556 <note priority="1" from="description">Day name short</note> 9558 <note priority="1" from="description">Day name short</note>
9557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9559 <note priority="1" from="meaning">Sunday short name</note>
9558 </trans-unit> 9560 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9559 <trans-unit id="8563137213157122993" datatype="html"> 9561 <source>Mon</source><target state="new">Mon</target>
9560 <source>Mon</source> 9562 <context-group purpose="location">
9561 <target state="translated">จ.</target> 9563 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9564 <context context-type="linenumber">21</context>
9565 </context-group>
9562 <note priority="1" from="description">Day name short</note> 9566 <note priority="1" from="description">Day name short</note>
9563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9567 <note priority="1" from="meaning">Monday short name</note>
9564 </trans-unit> 9568 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9565 <trans-unit id="8502240922750617054" datatype="html"> 9569 <source>Tue</source><target state="new">Tue</target>
9566 <source>Tue</source> 9570 <context-group purpose="location">
9567 <target state="translated">อ.</target> 9571 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9572 <context context-type="linenumber">22</context>
9573 </context-group>
9568 <note priority="1" from="description">Day name short</note> 9574 <note priority="1" from="description">Day name short</note>
9569 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9575 <note priority="1" from="meaning">Tuesday short name</note>
9570 </trans-unit> 9576 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9571 <trans-unit id="7421778640995344715" datatype="html"> 9577 <source>Wed</source><target state="new">Wed</target>
9572 <source>Wed</source> 9578 <context-group purpose="location">
9573 <target state="translated">พ.</target> 9579 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9580 <context context-type="linenumber">23</context>
9581 </context-group>
9574 <note priority="1" from="description">Day name short</note> 9582 <note priority="1" from="description">Day name short</note>
9575 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9583 <note priority="1" from="meaning">Wednesday short name</note>
9576 </trans-unit> 9584 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9577 <trans-unit id="4409954796361883558" datatype="html"> 9585 <source>Thu</source><target state="new">Thu</target>
9578 <source>Thu</source> 9586 <context-group purpose="location">
9579 <target state="translated">พฤ.</target> 9587 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9588 <context context-type="linenumber">24</context>
9589 </context-group>
9580 <note priority="1" from="description">Day name short</note> 9590 <note priority="1" from="description">Day name short</note>
9581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9591 <note priority="1" from="meaning">Thursday short name</note>
9582 </trans-unit> 9592 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9583 <trans-unit id="5651951128882735477" datatype="html"> 9593 <source>Fri</source><target state="new">Fri</target>
9584 <source>Fri</source> 9594 <context-group purpose="location">
9585 <target state="translated">ศ.</target> 9595 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9596 <context context-type="linenumber">25</context>
9597 </context-group>
9586 <note priority="1" from="description">Day name short</note> 9598 <note priority="1" from="description">Day name short</note>
9587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9599 <note priority="1" from="meaning">Friday short name</note>
9588 </trans-unit> 9600 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9589 <trans-unit id="93026920674143073" datatype="html"> 9601 <source>Sat</source><target state="new">Sat</target>
9590 <source>Sat</source> 9602 <context-group purpose="location">
9591 <target state="translated">ส.</target> 9603 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9604 <context context-type="linenumber">26</context>
9605 </context-group>
9592 <note priority="1" from="description">Day name short</note> 9606 <note priority="1" from="description">Day name short</note>
9593 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9607 <note priority="1" from="meaning">Saturday short name</note>
9594 </trans-unit> 9608 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9595 <trans-unit id="8349763432924710200" datatype="html"> 9609 <source>Su</source><target state="new">Su</target>
9596 <source>Su</source> 9610 <context-group purpose="location">
9597 <target state="translated">อา.</target> 9611 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9612 <context context-type="linenumber">30</context>
9613 </context-group>
9598 <note priority="1" from="description">Day name min</note> 9614 <note priority="1" from="description">Day name min</note>
9599 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9615 <note priority="1" from="meaning">Sunday min name</note>
9600 </trans-unit> 9616 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9601 <trans-unit id="4197236438302165051" datatype="html"> 9617 <source>Mo</source><target state="new">Mo</target>
9602 <source>Mo</source> 9618 <context-group purpose="location">
9603 <target state="translated">จ.</target> 9619 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9620 <context context-type="linenumber">31</context>
9621 </context-group>
9604 <note priority="1" from="description">Day name min</note> 9622 <note priority="1" from="description">Day name min</note>
9605 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9623 <note priority="1" from="meaning">Monday min name</note>
9606 </trans-unit> 9624 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9607 <trans-unit id="6034455877220674404" datatype="html"> 9625 <source>Tu</source><target state="new">Tu</target>
9608 <source>Tu</source> 9626 <context-group purpose="location">
9609 <target state="translated">อ.</target> 9627 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9628 <context context-type="linenumber">32</context>
9629 </context-group>
9610 <note priority="1" from="description">Day name min</note> 9630 <note priority="1" from="description">Day name min</note>
9611 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9631 <note priority="1" from="meaning">Tuesday min name</note>
9612 </trans-unit> 9632 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9613 <trans-unit id="3221670730445125135" datatype="html"> 9633 <source>We</source><target state="new">We</target>
9614 <source>We</source> 9634 <context-group purpose="location">
9615 <target state="translated">พ.</target> 9635 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9636 <context context-type="linenumber">33</context>
9637 </context-group>
9616 <note priority="1" from="description">Day name min</note> 9638 <note priority="1" from="description">Day name min</note>
9617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9639 <note priority="1" from="meaning">Wednesday min name</note>
9618 </trans-unit> 9640 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9619 <trans-unit id="772466829681972216" datatype="html"> 9641 <source>Th</source><target state="new">Th</target>
9620 <source>Th</source> 9642 <context-group purpose="location">
9621 <target state="translated">พฤ.</target> 9643 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9644 <context context-type="linenumber">34</context>
9645 </context-group>
9622 <note priority="1" from="description">Day name min</note> 9646 <note priority="1" from="description">Day name min</note>
9623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9647 <note priority="1" from="meaning">Thursday min name</note>
9624 </trans-unit> 9648 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9625 <trans-unit id="8598262708800132669" datatype="html"> 9649 <source>Fr</source><target state="new">Fr</target>
9626 <source>Fr</source> 9650 <context-group purpose="location">
9627 <target state="translated">ศ.</target> 9651 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9652 <context context-type="linenumber">35</context>
9653 </context-group>
9628 <note priority="1" from="description">Day name min</note> 9654 <note priority="1" from="description">Day name min</note>
9629 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9655 <note priority="1" from="meaning">Friday min name</note>
9630 </trans-unit> 9656 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9631 <trans-unit id="569007902695332072" datatype="html"> 9657 <source>Sa</source><target state="new">Sa</target>
9632 <source>Sa</source> 9658 <context-group purpose="location">
9633 <target state="translated">ส.</target> 9659 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9660 <context context-type="linenumber">36</context>
9661 </context-group>
9634 <note priority="1" from="description">Day name min</note> 9662 <note priority="1" from="description">Day name min</note>
9635 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9663 <note priority="1" from="meaning">Saturday min name</note>
9636 </trans-unit> 9664 </trans-unit>
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9637 <trans-unit id="3913843642962116845" datatype="html"> 9679 <trans-unit id="3913843642962116845" datatype="html">
9638 <source>January</source> 9680 <source>January</source>
9639 <target state="translated">มกราคม</target> 9681 <target state="translated">มกราคม</target>
@@ -9657,9 +9699,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9657 <trans-unit id="8469692700277617405" datatype="html"> 9699 <trans-unit id="8469692700277617405" datatype="html">
9658 <source>May</source> 9700 <source>May</source>
9659 <target state="translated">พฤษภาคม</target> 9701 <target state="translated">พฤษภาคม</target>
9660 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9702
9661 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9703
9662 </trans-unit> 9704 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9663 <trans-unit id="9055297580745330415" datatype="html"> 9705 <trans-unit id="9055297580745330415" datatype="html">
9664 <source>June</source> 9706 <source>June</source>
9665 <target state="translated">มิถุนายน</target> 9707 <target state="translated">มิถุนายน</target>
@@ -9694,73 +9736,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9694 <source>December</source> 9736 <source>December</source>
9695 <target state="translated">ธันวาคม</target> 9737 <target state="translated">ธันวาคม</target>
9696 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9738 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9697 </trans-unit> 9739 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9698 <trans-unit id="7595747576974676670" datatype="html"> 9740 <source>Jan</source><target state="new">Jan</target>
9699 <source>Jan</source> 9741 <context-group purpose="location">
9700 <target state="translated">ม.ค.</target> 9742 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9743 <context context-type="linenumber">55</context>
9744 </context-group>
9701 <note priority="1" from="description">Month name short</note> 9745 <note priority="1" from="description">Month name short</note>
9702 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9746 <note priority="1" from="meaning">January short name</note>
9703 </trans-unit> 9747 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9704 <trans-unit id="4916040996255005712" datatype="html"> 9748 <source>Feb</source><target state="new">Feb</target>
9705 <source>Feb</source> 9749 <context-group purpose="location">
9706 <target state="translated">ก.พ.</target> 9750 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9751 <context context-type="linenumber">56</context>
9752 </context-group>
9707 <note priority="1" from="description">Month name short</note> 9753 <note priority="1" from="description">Month name short</note>
9708 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9754 <note priority="1" from="meaning">February short name</note>
9709 </trans-unit> 9755 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9710 <trans-unit id="6438827956918137617" datatype="html"> 9756 <source>Mar</source><target state="new">Mar</target>
9711 <source>Mar</source> 9757 <context-group purpose="location">
9712 <target state="translated">มี.ค.</target> 9758 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9759 <context context-type="linenumber">57</context>
9760 </context-group>
9713 <note priority="1" from="description">Month name short</note> 9761 <note priority="1" from="description">Month name short</note>
9714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9762 <note priority="1" from="meaning">March short name</note>
9715 </trans-unit> 9763 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9716 <trans-unit id="5507326650332881991" datatype="html"> 9764 <source>Apr</source><target state="new">Apr</target>
9717 <source>Apr</source> 9765 <context-group purpose="location">
9718 <target state="translated">เม.ย.</target> 9766 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9767 <context context-type="linenumber">58</context>
9768 </context-group>
9719 <note priority="1" from="description">Month name short</note> 9769 <note priority="1" from="description">Month name short</note>
9720 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9770 <note priority="1" from="meaning">April short name</note>
9721 </trans-unit> 9771 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9722 <trans-unit id="2113470244260512015" datatype="html"> 9772 <source>May</source><target state="new">May</target>
9723 <source>Jun</source> 9773 <context-group purpose="location">
9724 <target state="translated">มิ.ย.</target> 9774 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9775 <context context-type="linenumber">59</context>
9776 </context-group>
9725 <note priority="1" from="description">Month name short</note> 9777 <note priority="1" from="description">Month name short</note>
9726 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9778 <note priority="1" from="meaning">May short name</note>
9727 </trans-unit> 9779 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9728 <trans-unit id="53176888553719239" datatype="html"> 9780 <source>Jun</source><target state="new">Jun</target>
9729 <source>Jul</source> 9781 <context-group purpose="location">
9730 <target state="translated">ก.ค.</target> 9782 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9783 <context context-type="linenumber">60</context>
9784 </context-group>
9731 <note priority="1" from="description">Month name short</note> 9785 <note priority="1" from="description">Month name short</note>
9732 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9786 <note priority="1" from="meaning">June short name</note>
9733 </trans-unit> 9787 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9734 <trans-unit id="5648574669404659458" datatype="html"> 9788 <source>Jul</source><target state="new">Jul</target>
9735 <source>Aug</source> 9789 <context-group purpose="location">
9736 <target state="translated">ส.ค.</target> 9790 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9791 <context context-type="linenumber">61</context>
9792 </context-group>
9737 <note priority="1" from="description">Month name short</note> 9793 <note priority="1" from="description">Month name short</note>
9738 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9794 <note priority="1" from="meaning">July short name</note>
9739 </trans-unit> 9795 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9740 <trans-unit id="4354095055982674918" datatype="html"> 9796 <source>Aug</source><target state="new">Aug</target>
9741 <source>Sep</source> 9797 <context-group purpose="location">
9742 <target state="translated">ก.ย.</target> 9798 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9799 <context context-type="linenumber">62</context>
9800 </context-group>
9743 <note priority="1" from="description">Month name short</note> 9801 <note priority="1" from="description">Month name short</note>
9744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9802 <note priority="1" from="meaning">August short name</note>
9745 </trans-unit> 9803 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9746 <trans-unit id="6207754626941051341" datatype="html"> 9804 <source>Sep</source><target state="new">Sep</target>
9747 <source>Oct</source> 9805 <context-group purpose="location">
9748 <target state="translated">ต.ค.</target> 9806 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9807 <context context-type="linenumber">63</context>
9808 </context-group>
9749 <note priority="1" from="description">Month name short</note> 9809 <note priority="1" from="description">Month name short</note>
9750 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9810 <note priority="1" from="meaning">September short name</note>
9751 </trans-unit> 9811 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9752 <trans-unit id="8269261039058575292" datatype="html"> 9812 <source>Oct</source><target state="new">Oct</target>
9753 <source>Nov</source> 9813 <context-group purpose="location">
9754 <target state="translated">พ.ย.</target> 9814 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9815 <context context-type="linenumber">64</context>
9816 </context-group>
9755 <note priority="1" from="description">Month name short</note> 9817 <note priority="1" from="description">Month name short</note>
9756 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9818 <note priority="1" from="meaning">October short name</note>
9757 </trans-unit> 9819 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9758 <trans-unit id="7777579586760423636" datatype="html"> 9820 <source>Nov</source><target state="new">Nov</target>
9759 <source>Dec</source> 9821 <context-group purpose="location">
9760 <target state="translated">ธ.ค.</target> 9822 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9823 <context context-type="linenumber">65</context>
9824 </context-group>
9761 <note priority="1" from="description">Month name short</note> 9825 <note priority="1" from="description">Month name short</note>
9762 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9826 <note priority="1" from="meaning">November short name</note>
9827 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9828 <source>Dec</source><target state="new">Dec</target>
9829 <context-group purpose="location">
9830 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9831 <context context-type="linenumber">66</context>
9832 </context-group>
9833 <note priority="1" from="description">Month name short</note>
9834 <note priority="1" from="meaning">December short name</note>
9763 </trans-unit> 9835 </trans-unit>
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9764 <trans-unit id="8700121026680200191" datatype="html"> 9847 <trans-unit id="8700121026680200191" datatype="html">
9765 <source>Clear</source> 9848 <source>Clear</source>
9766 <target state="translated">ล้าง</target> 9849 <target state="translated">ล้าง</target>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index 09949d963..4bebaa110 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -9237,91 +9237,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9237 <source>Saturday</source> 9237 <source>Saturday</source>
9238 <target state="translated">Cumartesi</target> 9238 <target state="translated">Cumartesi</target>
9239 9239
9240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="1391351050292665308" datatype="html">
9241 <trans-unit id="4921929243068857081" datatype="html"> 9241 <source>Sun</source><target state="new">Sun</target>
9242 <source>Sun</source> 9242 <context-group purpose="location">
9243 <target state="translated">Paz</target> 9243 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9244 <context context-type="linenumber">20</context>
9245 </context-group>
9244 <note priority="1" from="description">Day name short</note> 9246 <note priority="1" from="description">Day name short</note>
9245 9247 <note priority="1" from="meaning">Sunday short name</note>
9246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9248 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9247 <trans-unit id="8563137213157122993" datatype="html"> 9249 <source>Mon</source><target state="new">Mon</target>
9248 <source>Mon</source> 9250 <context-group purpose="location">
9249 <target state="translated">Pzt</target> 9251 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9252 <context context-type="linenumber">21</context>
9253 </context-group>
9250 <note priority="1" from="description">Day name short</note> 9254 <note priority="1" from="description">Day name short</note>
9251 9255 <note priority="1" from="meaning">Monday short name</note>
9252 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9256 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9253 <trans-unit id="8502240922750617054" datatype="html"> 9257 <source>Tue</source><target state="new">Tue</target>
9254 <source>Tue</source> 9258 <context-group purpose="location">
9255 <target state="translated">Sal</target> 9259 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9260 <context context-type="linenumber">22</context>
9261 </context-group>
9256 <note priority="1" from="description">Day name short</note> 9262 <note priority="1" from="description">Day name short</note>
9257 9263 <note priority="1" from="meaning">Tuesday short name</note>
9258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9264 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9259 <trans-unit id="7421778640995344715" datatype="html"> 9265 <source>Wed</source><target state="new">Wed</target>
9260 <source>Wed</source> 9266 <context-group purpose="location">
9261 <target state="translated">Çar</target> 9267 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9268 <context context-type="linenumber">23</context>
9269 </context-group>
9262 <note priority="1" from="description">Day name short</note> 9270 <note priority="1" from="description">Day name short</note>
9263 9271 <note priority="1" from="meaning">Wednesday short name</note>
9264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9272 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9265 <trans-unit id="4409954796361883558" datatype="html"> 9273 <source>Thu</source><target state="new">Thu</target>
9266 <source>Thu</source> 9274 <context-group purpose="location">
9267 <target state="translated">Per</target> 9275 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9276 <context context-type="linenumber">24</context>
9277 </context-group>
9268 <note priority="1" from="description">Day name short</note> 9278 <note priority="1" from="description">Day name short</note>
9269 9279 <note priority="1" from="meaning">Thursday short name</note>
9270 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9280 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9271 <trans-unit id="5651951128882735477" datatype="html"> 9281 <source>Fri</source><target state="new">Fri</target>
9272 <source>Fri</source> 9282 <context-group purpose="location">
9273 <target state="translated">Cum</target> 9283 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9284 <context context-type="linenumber">25</context>
9285 </context-group>
9274 <note priority="1" from="description">Day name short</note> 9286 <note priority="1" from="description">Day name short</note>
9275 9287 <note priority="1" from="meaning">Friday short name</note>
9276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9288 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9277 <trans-unit id="93026920674143073" datatype="html"> 9289 <source>Sat</source><target state="new">Sat</target>
9278 <source>Sat</source> 9290 <context-group purpose="location">
9279 <target state="translated">Cmt</target> 9291 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9292 <context context-type="linenumber">26</context>
9293 </context-group>
9280 <note priority="1" from="description">Day name short</note> 9294 <note priority="1" from="description">Day name short</note>
9281 9295 <note priority="1" from="meaning">Saturday short name</note>
9282 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9296 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9283 <trans-unit id="8349763432924710200" datatype="html"> 9297 <source>Su</source><target state="new">Su</target>
9284 <source>Su</source> 9298 <context-group purpose="location">
9285 <target state="new">Su</target> 9299 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9300 <context context-type="linenumber">30</context>
9301 </context-group>
9286 <note priority="1" from="description">Day name min</note> 9302 <note priority="1" from="description">Day name min</note>
9287 9303 <note priority="1" from="meaning">Sunday min name</note>
9288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9304 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9289 <trans-unit id="4197236438302165051" datatype="html"> 9305 <source>Mo</source><target state="new">Mo</target>
9290 <source>Mo</source> 9306 <context-group purpose="location">
9291 <target state="new">Mo</target> 9307 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9308 <context context-type="linenumber">31</context>
9309 </context-group>
9292 <note priority="1" from="description">Day name min</note> 9310 <note priority="1" from="description">Day name min</note>
9293 9311 <note priority="1" from="meaning">Monday min name</note>
9294 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9312 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9295 <trans-unit id="6034455877220674404" datatype="html"> 9313 <source>Tu</source><target state="new">Tu</target>
9296 <source>Tu</source> 9314 <context-group purpose="location">
9297 <target state="new">Tu</target> 9315 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9316 <context context-type="linenumber">32</context>
9317 </context-group>
9298 <note priority="1" from="description">Day name min</note> 9318 <note priority="1" from="description">Day name min</note>
9299 9319 <note priority="1" from="meaning">Tuesday min name</note>
9300 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9320 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9301 <trans-unit id="3221670730445125135" datatype="html"> 9321 <source>We</source><target state="new">We</target>
9302 <source>We</source> 9322 <context-group purpose="location">
9303 <target state="new">We</target> 9323 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9324 <context context-type="linenumber">33</context>
9325 </context-group>
9304 <note priority="1" from="description">Day name min</note> 9326 <note priority="1" from="description">Day name min</note>
9305 9327 <note priority="1" from="meaning">Wednesday min name</note>
9306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9328 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9307 <trans-unit id="772466829681972216" datatype="html"> 9329 <source>Th</source><target state="new">Th</target>
9308 <source>Th</source> 9330 <context-group purpose="location">
9309 <target state="new">Th</target> 9331 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9332 <context context-type="linenumber">34</context>
9333 </context-group>
9310 <note priority="1" from="description">Day name min</note> 9334 <note priority="1" from="description">Day name min</note>
9311 9335 <note priority="1" from="meaning">Thursday min name</note>
9312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9336 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9313 <trans-unit id="8598262708800132669" datatype="html"> 9337 <source>Fr</source><target state="new">Fr</target>
9314 <source>Fr</source> 9338 <context-group purpose="location">
9315 <target state="new">Fr</target> 9339 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9340 <context context-type="linenumber">35</context>
9341 </context-group>
9316 <note priority="1" from="description">Day name min</note> 9342 <note priority="1" from="description">Day name min</note>
9317 9343 <note priority="1" from="meaning">Friday min name</note>
9318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9344 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9319 <trans-unit id="569007902695332072" datatype="html"> 9345 <source>Sa</source><target state="new">Sa</target>
9320 <source>Sa</source> 9346 <context-group purpose="location">
9321 <target state="new">Sa</target> 9347 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9348 <context context-type="linenumber">36</context>
9349 </context-group>
9322 <note priority="1" from="description">Day name min</note> 9350 <note priority="1" from="description">Day name min</note>
9323 9351 <note priority="1" from="meaning">Saturday min name</note>
9324 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9352 </trans-unit>
9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9325 <trans-unit id="3913843642962116845" datatype="html"> 9367 <trans-unit id="3913843642962116845" datatype="html">
9326 <source>January</source> 9368 <source>January</source>
9327 <target state="translated">Ocak</target> 9369 <target state="translated">Ocak</target>
@@ -9347,7 +9389,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9347 <target state="translated">Mayıs</target> 9389 <target state="translated">Mayıs</target>
9348 9390
9349 9391
9350 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9351 <trans-unit id="9055297580745330415" datatype="html"> 9393 <trans-unit id="9055297580745330415" datatype="html">
9352 <source>June</source> 9394 <source>June</source>
9353 <target state="translated">Haziran</target> 9395 <target state="translated">Haziran</target>
@@ -9382,73 +9424,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9382 <source>December</source> 9424 <source>December</source>
9383 <target state="translated">Aralık</target> 9425 <target state="translated">Aralık</target>
9384 9426
9385 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9427 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="1799348348510504995" datatype="html">
9386 <trans-unit id="7595747576974676670" datatype="html"> 9428 <source>Jan</source><target state="new">Jan</target>
9387 <source>Jan</source> 9429 <context-group purpose="location">
9388 <target state="translated">Oca</target> 9430 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9431 <context context-type="linenumber">55</context>
9432 </context-group>
9389 <note priority="1" from="description">Month name short</note> 9433 <note priority="1" from="description">Month name short</note>
9390 9434 <note priority="1" from="meaning">January short name</note>
9391 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9435 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9392 <trans-unit id="4916040996255005712" datatype="html"> 9436 <source>Feb</source><target state="new">Feb</target>
9393 <source>Feb</source> 9437 <context-group purpose="location">
9394 <target state="translated">Şub</target> 9438 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9439 <context context-type="linenumber">56</context>
9440 </context-group>
9395 <note priority="1" from="description">Month name short</note> 9441 <note priority="1" from="description">Month name short</note>
9396 9442 <note priority="1" from="meaning">February short name</note>
9397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9443 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9398 <trans-unit id="6438827956918137617" datatype="html"> 9444 <source>Mar</source><target state="new">Mar</target>
9399 <source>Mar</source> 9445 <context-group purpose="location">
9400 <target state="translated">Mar</target> 9446 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9447 <context context-type="linenumber">57</context>
9448 </context-group>
9401 <note priority="1" from="description">Month name short</note> 9449 <note priority="1" from="description">Month name short</note>
9402 9450 <note priority="1" from="meaning">March short name</note>
9403 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9451 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9404 <trans-unit id="5507326650332881991" datatype="html"> 9452 <source>Apr</source><target state="new">Apr</target>
9405 <source>Apr</source> 9453 <context-group purpose="location">
9406 <target state="translated">Nis</target> 9454 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9455 <context context-type="linenumber">58</context>
9456 </context-group>
9407 <note priority="1" from="description">Month name short</note> 9457 <note priority="1" from="description">Month name short</note>
9408 9458 <note priority="1" from="meaning">April short name</note>
9409 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9459 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9410 <trans-unit id="2113470244260512015" datatype="html"> 9460 <source>May</source><target state="new">May</target>
9411 <source>Jun</source> 9461 <context-group purpose="location">
9412 <target state="translated">Haz</target> 9462 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9463 <context context-type="linenumber">59</context>
9464 </context-group>
9413 <note priority="1" from="description">Month name short</note> 9465 <note priority="1" from="description">Month name short</note>
9414 9466 <note priority="1" from="meaning">May short name</note>
9415 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9467 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9416 <trans-unit id="53176888553719239" datatype="html"> 9468 <source>Jun</source><target state="new">Jun</target>
9417 <source>Jul</source> 9469 <context-group purpose="location">
9418 <target state="translated">Tem</target> 9470 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9471 <context context-type="linenumber">60</context>
9472 </context-group>
9419 <note priority="1" from="description">Month name short</note> 9473 <note priority="1" from="description">Month name short</note>
9420 9474 <note priority="1" from="meaning">June short name</note>
9421 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9475 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9422 <trans-unit id="5648574669404659458" datatype="html"> 9476 <source>Jul</source><target state="new">Jul</target>
9423 <source>Aug</source> 9477 <context-group purpose="location">
9424 <target state="translated">Ağu</target> 9478 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9479 <context context-type="linenumber">61</context>
9480 </context-group>
9425 <note priority="1" from="description">Month name short</note> 9481 <note priority="1" from="description">Month name short</note>
9426 9482 <note priority="1" from="meaning">July short name</note>
9427 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9483 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9428 <trans-unit id="4354095055982674918" datatype="html"> 9484 <source>Aug</source><target state="new">Aug</target>
9429 <source>Sep</source> 9485 <context-group purpose="location">
9430 <target state="translated">Eyl</target> 9486 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9487 <context context-type="linenumber">62</context>
9488 </context-group>
9431 <note priority="1" from="description">Month name short</note> 9489 <note priority="1" from="description">Month name short</note>
9432 9490 <note priority="1" from="meaning">August short name</note>
9433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9491 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9434 <trans-unit id="6207754626941051341" datatype="html"> 9492 <source>Sep</source><target state="new">Sep</target>
9435 <source>Oct</source> 9493 <context-group purpose="location">
9436 <target state="translated">Eki</target> 9494 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9495 <context context-type="linenumber">63</context>
9496 </context-group>
9437 <note priority="1" from="description">Month name short</note> 9497 <note priority="1" from="description">Month name short</note>
9438 9498 <note priority="1" from="meaning">September short name</note>
9439 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9499 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9440 <trans-unit id="8269261039058575292" datatype="html"> 9500 <source>Oct</source><target state="new">Oct</target>
9441 <source>Nov</source> 9501 <context-group purpose="location">
9442 <target state="translated">Kas</target> 9502 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9503 <context context-type="linenumber">64</context>
9504 </context-group>
9443 <note priority="1" from="description">Month name short</note> 9505 <note priority="1" from="description">Month name short</note>
9444 9506 <note priority="1" from="meaning">October short name</note>
9445 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9507 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9446 <trans-unit id="7777579586760423636" datatype="html"> 9508 <source>Nov</source><target state="new">Nov</target>
9447 <source>Dec</source> 9509 <context-group purpose="location">
9448 <target state="translated">Ara</target> 9510 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9511 <context context-type="linenumber">65</context>
9512 </context-group>
9449 <note priority="1" from="description">Month name short</note> 9513 <note priority="1" from="description">Month name short</note>
9450 9514 <note priority="1" from="meaning">November short name</note>
9451 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9515 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9516 <source>Dec</source><target state="new">Dec</target>
9517 <context-group purpose="location">
9518 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9519 <context context-type="linenumber">66</context>
9520 </context-group>
9521 <note priority="1" from="description">Month name short</note>
9522 <note priority="1" from="meaning">December short name</note>
9523 </trans-unit>
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9452 <trans-unit id="8700121026680200191" datatype="html"> 9535 <trans-unit id="8700121026680200191" datatype="html">
9453 <source>Clear</source> 9536 <source>Clear</source>
9454 <target state="new">Clear</target> 9537 <target state="new">Clear</target>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 8e9825985..74571c42f 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -9362,91 +9362,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9362 <source>Saturday</source> 9362 <source>Saturday</source>
9363 <target state="translated">Субота</target> 9363 <target state="translated">Субота</target>
9364 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9364 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9365 </trans-unit> 9365 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9366 <trans-unit id="4921929243068857081" datatype="html"> 9366 <source>Sun</source><target state="new">Sun</target>
9367 <source>Sun</source> 9367 <context-group purpose="location">
9368 <target state="translated">Нд</target> 9368 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9369 <context context-type="linenumber">20</context>
9370 </context-group>
9369 <note priority="1" from="description">Day name short</note> 9371 <note priority="1" from="description">Day name short</note>
9370 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9372 <note priority="1" from="meaning">Sunday short name</note>
9371 </trans-unit> 9373 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9372 <trans-unit id="8563137213157122993" datatype="html"> 9374 <source>Mon</source><target state="new">Mon</target>
9373 <source>Mon</source> 9375 <context-group purpose="location">
9374 <target state="translated">Пн</target> 9376 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9377 <context context-type="linenumber">21</context>
9378 </context-group>
9375 <note priority="1" from="description">Day name short</note> 9379 <note priority="1" from="description">Day name short</note>
9376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9380 <note priority="1" from="meaning">Monday short name</note>
9377 </trans-unit> 9381 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9378 <trans-unit id="8502240922750617054" datatype="html"> 9382 <source>Tue</source><target state="new">Tue</target>
9379 <source>Tue</source> 9383 <context-group purpose="location">
9380 <target state="translated">Вт</target> 9384 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9385 <context context-type="linenumber">22</context>
9386 </context-group>
9381 <note priority="1" from="description">Day name short</note> 9387 <note priority="1" from="description">Day name short</note>
9382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group> 9388 <note priority="1" from="meaning">Tuesday short name</note>
9383 </trans-unit> 9389 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9384 <trans-unit id="7421778640995344715" datatype="html"> 9390 <source>Wed</source><target state="new">Wed</target>
9385 <source>Wed</source> 9391 <context-group purpose="location">
9386 <target state="translated">Ср</target> 9392 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9393 <context context-type="linenumber">23</context>
9394 </context-group>
9387 <note priority="1" from="description">Day name short</note> 9395 <note priority="1" from="description">Day name short</note>
9388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group> 9396 <note priority="1" from="meaning">Wednesday short name</note>
9389 </trans-unit> 9397 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9390 <trans-unit id="4409954796361883558" datatype="html"> 9398 <source>Thu</source><target state="new">Thu</target>
9391 <source>Thu</source> 9399 <context-group purpose="location">
9392 <target state="translated">Чт</target> 9400 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9401 <context context-type="linenumber">24</context>
9402 </context-group>
9393 <note priority="1" from="description">Day name short</note> 9403 <note priority="1" from="description">Day name short</note>
9394 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group> 9404 <note priority="1" from="meaning">Thursday short name</note>
9395 </trans-unit> 9405 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9396 <trans-unit id="5651951128882735477" datatype="html"> 9406 <source>Fri</source><target state="new">Fri</target>
9397 <source>Fri</source> 9407 <context-group purpose="location">
9398 <target state="translated">Пт</target> 9408 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9409 <context context-type="linenumber">25</context>
9410 </context-group>
9399 <note priority="1" from="description">Day name short</note> 9411 <note priority="1" from="description">Day name short</note>
9400 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group> 9412 <note priority="1" from="meaning">Friday short name</note>
9401 </trans-unit> 9413 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9402 <trans-unit id="93026920674143073" datatype="html"> 9414 <source>Sat</source><target state="new">Sat</target>
9403 <source>Sat</source> 9415 <context-group purpose="location">
9404 <target state="translated">Сб</target> 9416 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9417 <context context-type="linenumber">26</context>
9418 </context-group>
9405 <note priority="1" from="description">Day name short</note> 9419 <note priority="1" from="description">Day name short</note>
9406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group> 9420 <note priority="1" from="meaning">Saturday short name</note>
9407 </trans-unit> 9421 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9408 <trans-unit id="8349763432924710200" datatype="html"> 9422 <source>Su</source><target state="new">Su</target>
9409 <source>Su</source> 9423 <context-group purpose="location">
9410 <target state="translated">Нд</target> 9424 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9425 <context context-type="linenumber">30</context>
9426 </context-group>
9411 <note priority="1" from="description">Day name min</note> 9427 <note priority="1" from="description">Day name min</note>
9412 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group> 9428 <note priority="1" from="meaning">Sunday min name</note>
9413 </trans-unit> 9429 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9414 <trans-unit id="4197236438302165051" datatype="html"> 9430 <source>Mo</source><target state="new">Mo</target>
9415 <source>Mo</source> 9431 <context-group purpose="location">
9416 <target state="translated">Пн</target> 9432 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9433 <context context-type="linenumber">31</context>
9434 </context-group>
9417 <note priority="1" from="description">Day name min</note> 9435 <note priority="1" from="description">Day name min</note>
9418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group> 9436 <note priority="1" from="meaning">Monday min name</note>
9419 </trans-unit> 9437 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9420 <trans-unit id="6034455877220674404" datatype="html"> 9438 <source>Tu</source><target state="new">Tu</target>
9421 <source>Tu</source> 9439 <context-group purpose="location">
9422 <target state="translated">Вт</target> 9440 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9441 <context context-type="linenumber">32</context>
9442 </context-group>
9423 <note priority="1" from="description">Day name min</note> 9443 <note priority="1" from="description">Day name min</note>
9424 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group> 9444 <note priority="1" from="meaning">Tuesday min name</note>
9425 </trans-unit> 9445 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9426 <trans-unit id="3221670730445125135" datatype="html"> 9446 <source>We</source><target state="new">We</target>
9427 <source>We</source> 9447 <context-group purpose="location">
9428 <target state="translated">Ср</target> 9448 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9449 <context context-type="linenumber">33</context>
9450 </context-group>
9429 <note priority="1" from="description">Day name min</note> 9451 <note priority="1" from="description">Day name min</note>
9430 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group> 9452 <note priority="1" from="meaning">Wednesday min name</note>
9431 </trans-unit> 9453 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9432 <trans-unit id="772466829681972216" datatype="html"> 9454 <source>Th</source><target state="new">Th</target>
9433 <source>Th</source> 9455 <context-group purpose="location">
9434 <target state="translated">Чт</target> 9456 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9457 <context context-type="linenumber">34</context>
9458 </context-group>
9435 <note priority="1" from="description">Day name min</note> 9459 <note priority="1" from="description">Day name min</note>
9436 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group> 9460 <note priority="1" from="meaning">Thursday min name</note>
9437 </trans-unit> 9461 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9438 <trans-unit id="8598262708800132669" datatype="html"> 9462 <source>Fr</source><target state="new">Fr</target>
9439 <source>Fr</source> 9463 <context-group purpose="location">
9440 <target state="translated">Пт</target> 9464 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9465 <context context-type="linenumber">35</context>
9466 </context-group>
9441 <note priority="1" from="description">Day name min</note> 9467 <note priority="1" from="description">Day name min</note>
9442 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group> 9468 <note priority="1" from="meaning">Friday min name</note>
9443 </trans-unit> 9469 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9444 <trans-unit id="569007902695332072" datatype="html"> 9470 <source>Sa</source><target state="new">Sa</target>
9445 <source>Sa</source> 9471 <context-group purpose="location">
9446 <target state="translated">Сб</target> 9472 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9473 <context context-type="linenumber">36</context>
9474 </context-group>
9447 <note priority="1" from="description">Day name min</note> 9475 <note priority="1" from="description">Day name min</note>
9448 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group> 9476 <note priority="1" from="meaning">Saturday min name</note>
9449 </trans-unit> 9477 </trans-unit>
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9450 <trans-unit id="3913843642962116845" datatype="html"> 9492 <trans-unit id="3913843642962116845" datatype="html">
9451 <source>January</source> 9493 <source>January</source>
9452 <target state="translated">Січень</target> 9494 <target state="translated">Січень</target>
@@ -9470,9 +9512,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9470 <trans-unit id="8469692700277617405" datatype="html"> 9512 <trans-unit id="8469692700277617405" datatype="html">
9471 <source>May</source> 9513 <source>May</source>
9472 <target state="translated">Травень</target> 9514 <target state="translated">Травень</target>
9473 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9515
9474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9516
9475 </trans-unit> 9517 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9476 <trans-unit id="9055297580745330415" datatype="html"> 9518 <trans-unit id="9055297580745330415" datatype="html">
9477 <source>June</source> 9519 <source>June</source>
9478 <target state="translated">Червень</target> 9520 <target state="translated">Червень</target>
@@ -9507,73 +9549,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9507 <source>December</source> 9549 <source>December</source>
9508 <target state="translated">Грудень</target> 9550 <target state="translated">Грудень</target>
9509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9510 </trans-unit> 9552 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9511 <trans-unit id="7595747576974676670" datatype="html"> 9553 <source>Jan</source><target state="new">Jan</target>
9512 <source>Jan</source> 9554 <context-group purpose="location">
9513 <target state="translated">Січ</target> 9555 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9556 <context context-type="linenumber">55</context>
9557 </context-group>
9514 <note priority="1" from="description">Month name short</note> 9558 <note priority="1" from="description">Month name short</note>
9515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9559 <note priority="1" from="meaning">January short name</note>
9516 </trans-unit> 9560 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9517 <trans-unit id="4916040996255005712" datatype="html"> 9561 <source>Feb</source><target state="new">Feb</target>
9518 <source>Feb</source> 9562 <context-group purpose="location">
9519 <target state="translated">Лют</target> 9563 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9564 <context context-type="linenumber">56</context>
9565 </context-group>
9520 <note priority="1" from="description">Month name short</note> 9566 <note priority="1" from="description">Month name short</note>
9521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9567 <note priority="1" from="meaning">February short name</note>
9522 </trans-unit> 9568 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9523 <trans-unit id="6438827956918137617" datatype="html"> 9569 <source>Mar</source><target state="new">Mar</target>
9524 <source>Mar</source> 9570 <context-group purpose="location">
9525 <target state="translated">Бер</target> 9571 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9572 <context context-type="linenumber">57</context>
9573 </context-group>
9526 <note priority="1" from="description">Month name short</note> 9574 <note priority="1" from="description">Month name short</note>
9527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group> 9575 <note priority="1" from="meaning">March short name</note>
9528 </trans-unit> 9576 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9529 <trans-unit id="5507326650332881991" datatype="html"> 9577 <source>Apr</source><target state="new">Apr</target>
9530 <source>Apr</source> 9578 <context-group purpose="location">
9531 <target state="translated">Кві</target> 9579 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9580 <context context-type="linenumber">58</context>
9581 </context-group>
9532 <note priority="1" from="description">Month name short</note> 9582 <note priority="1" from="description">Month name short</note>
9533 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group> 9583 <note priority="1" from="meaning">April short name</note>
9534 </trans-unit> 9584 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9535 <trans-unit id="2113470244260512015" datatype="html"> 9585 <source>May</source><target state="new">May</target>
9536 <source>Jun</source> 9586 <context-group purpose="location">
9537 <target state="translated">Чер</target> 9587 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9588 <context context-type="linenumber">59</context>
9589 </context-group>
9538 <note priority="1" from="description">Month name short</note> 9590 <note priority="1" from="description">Month name short</note>
9539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group> 9591 <note priority="1" from="meaning">May short name</note>
9540 </trans-unit> 9592 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9541 <trans-unit id="53176888553719239" datatype="html"> 9593 <source>Jun</source><target state="new">Jun</target>
9542 <source>Jul</source> 9594 <context-group purpose="location">
9543 <target state="translated">Лип</target> 9595 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9596 <context context-type="linenumber">60</context>
9597 </context-group>
9544 <note priority="1" from="description">Month name short</note> 9598 <note priority="1" from="description">Month name short</note>
9545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group> 9599 <note priority="1" from="meaning">June short name</note>
9546 </trans-unit> 9600 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9547 <trans-unit id="5648574669404659458" datatype="html"> 9601 <source>Jul</source><target state="new">Jul</target>
9548 <source>Aug</source> 9602 <context-group purpose="location">
9549 <target state="translated">Сер</target> 9603 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9604 <context context-type="linenumber">61</context>
9605 </context-group>
9550 <note priority="1" from="description">Month name short</note> 9606 <note priority="1" from="description">Month name short</note>
9551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group> 9607 <note priority="1" from="meaning">July short name</note>
9552 </trans-unit> 9608 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9553 <trans-unit id="4354095055982674918" datatype="html"> 9609 <source>Aug</source><target state="new">Aug</target>
9554 <source>Sep</source> 9610 <context-group purpose="location">
9555 <target state="translated">Вер</target> 9611 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9612 <context context-type="linenumber">62</context>
9613 </context-group>
9556 <note priority="1" from="description">Month name short</note> 9614 <note priority="1" from="description">Month name short</note>
9557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group> 9615 <note priority="1" from="meaning">August short name</note>
9558 </trans-unit> 9616 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9559 <trans-unit id="6207754626941051341" datatype="html"> 9617 <source>Sep</source><target state="new">Sep</target>
9560 <source>Oct</source> 9618 <context-group purpose="location">
9561 <target state="translated">Жов</target> 9619 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9620 <context context-type="linenumber">63</context>
9621 </context-group>
9562 <note priority="1" from="description">Month name short</note> 9622 <note priority="1" from="description">Month name short</note>
9563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group> 9623 <note priority="1" from="meaning">September short name</note>
9564 </trans-unit> 9624 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9565 <trans-unit id="8269261039058575292" datatype="html"> 9625 <source>Oct</source><target state="new">Oct</target>
9566 <source>Nov</source> 9626 <context-group purpose="location">
9567 <target state="translated">Лис</target> 9627 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9628 <context context-type="linenumber">64</context>
9629 </context-group>
9568 <note priority="1" from="description">Month name short</note> 9630 <note priority="1" from="description">Month name short</note>
9569 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group> 9631 <note priority="1" from="meaning">October short name</note>
9570 </trans-unit> 9632 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9571 <trans-unit id="7777579586760423636" datatype="html"> 9633 <source>Nov</source><target state="new">Nov</target>
9572 <source>Dec</source> 9634 <context-group purpose="location">
9573 <target state="translated">Гру</target> 9635 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9636 <context context-type="linenumber">65</context>
9637 </context-group>
9574 <note priority="1" from="description">Month name short</note> 9638 <note priority="1" from="description">Month name short</note>
9575 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group> 9639 <note priority="1" from="meaning">November short name</note>
9640 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9641 <source>Dec</source><target state="new">Dec</target>
9642 <context-group purpose="location">
9643 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9644 <context context-type="linenumber">66</context>
9645 </context-group>
9646 <note priority="1" from="description">Month name short</note>
9647 <note priority="1" from="meaning">December short name</note>
9576 </trans-unit> 9648 </trans-unit>
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9577 <trans-unit id="8700121026680200191" datatype="html"> 9660 <trans-unit id="8700121026680200191" datatype="html">
9578 <source>Clear</source> 9661 <source>Clear</source>
9579 <target state="translated">Очистити</target> 9662 <target state="translated">Очистити</target>
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index d3600168f..6acca60c2 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -9231,91 +9231,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9231 <source>Saturday</source> 9231 <source>Saturday</source>
9232 <target>Thứ Bảy</target> 9232 <target>Thứ Bảy</target>
9233 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9233 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9234 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9235 <source>Sun</source><target state="new">Sun</target>
9236 <context-group purpose="location">
9237 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9238 <context context-type="linenumber">20</context>
9239 </context-group>
9240 <note priority="1" from="description">Day name short</note>
9241 <note priority="1" from="meaning">Sunday short name</note>
9242 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9243 <source>Mon</source><target state="new">Mon</target>
9244 <context-group purpose="location">
9245 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9246 <context context-type="linenumber">21</context>
9247 </context-group>
9248 <note priority="1" from="description">Day name short</note>
9249 <note priority="1" from="meaning">Monday short name</note>
9250 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9251 <source>Tue</source><target state="new">Tue</target>
9252 <context-group purpose="location">
9253 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9254 <context context-type="linenumber">22</context>
9255 </context-group>
9256 <note priority="1" from="description">Day name short</note>
9257 <note priority="1" from="meaning">Tuesday short name</note>
9258 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9259 <source>Wed</source><target state="new">Wed</target>
9260 <context-group purpose="location">
9261 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9262 <context context-type="linenumber">23</context>
9263 </context-group>
9264 <note priority="1" from="description">Day name short</note>
9265 <note priority="1" from="meaning">Wednesday short name</note>
9266 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9267 <source>Thu</source><target state="new">Thu</target>
9268 <context-group purpose="location">
9269 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9270 <context context-type="linenumber">24</context>
9271 </context-group>
9272 <note priority="1" from="description">Day name short</note>
9273 <note priority="1" from="meaning">Thursday short name</note>
9274 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9275 <source>Fri</source><target state="new">Fri</target>
9276 <context-group purpose="location">
9277 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9278 <context context-type="linenumber">25</context>
9279 </context-group>
9280 <note priority="1" from="description">Day name short</note>
9281 <note priority="1" from="meaning">Friday short name</note>
9282 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9283 <source>Sat</source><target state="new">Sat</target>
9284 <context-group purpose="location">
9285 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9286 <context context-type="linenumber">26</context>
9287 </context-group>
9288 <note priority="1" from="description">Day name short</note>
9289 <note priority="1" from="meaning">Saturday short name</note>
9290 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9291 <source>Su</source><target state="new">Su</target>
9292 <context-group purpose="location">
9293 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9294 <context context-type="linenumber">30</context>
9295 </context-group>
9296 <note priority="1" from="description">Day name min</note>
9297 <note priority="1" from="meaning">Sunday min name</note>
9298 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9299 <source>Mo</source><target state="new">Mo</target>
9300 <context-group purpose="location">
9301 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9302 <context context-type="linenumber">31</context>
9303 </context-group>
9304 <note priority="1" from="description">Day name min</note>
9305 <note priority="1" from="meaning">Monday min name</note>
9306 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9307 <source>Tu</source><target state="new">Tu</target>
9308 <context-group purpose="location">
9309 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9310 <context context-type="linenumber">32</context>
9311 </context-group>
9312 <note priority="1" from="description">Day name min</note>
9313 <note priority="1" from="meaning">Tuesday min name</note>
9314 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9315 <source>We</source><target state="new">We</target>
9316 <context-group purpose="location">
9317 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9318 <context context-type="linenumber">33</context>
9319 </context-group>
9320 <note priority="1" from="description">Day name min</note>
9321 <note priority="1" from="meaning">Wednesday min name</note>
9322 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9323 <source>Th</source><target state="new">Th</target>
9324 <context-group purpose="location">
9325 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9326 <context context-type="linenumber">34</context>
9327 </context-group>
9328 <note priority="1" from="description">Day name min</note>
9329 <note priority="1" from="meaning">Thursday min name</note>
9330 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9331 <source>Fr</source><target state="new">Fr</target>
9332 <context-group purpose="location">
9333 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9334 <context context-type="linenumber">35</context>
9335 </context-group>
9336 <note priority="1" from="description">Day name min</note>
9337 <note priority="1" from="meaning">Friday min name</note>
9338 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9339 <source>Sa</source><target state="new">Sa</target>
9340 <context-group purpose="location">
9341 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9342 <context context-type="linenumber">36</context>
9343 </context-group>
9344 <note priority="1" from="description">Day name min</note>
9345 <note priority="1" from="meaning">Saturday min name</note>
9234 </trans-unit> 9346 </trans-unit>
9235 <trans-unit id="4921929243068857081"> 9347
9236 <source>Sun</source> 9348
9237 <target>CN</target> 9349
9238 <note from="description" priority="1">Day name short</note> 9350
9239 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9351
9240 </trans-unit> 9352
9241 <trans-unit id="8563137213157122993"> 9353
9242 <source>Mon</source> 9354
9243 <target>T2</target> 9355
9244 <note from="description" priority="1">Day name short</note> 9356
9245 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9357
9246 </trans-unit> 9358
9247 <trans-unit id="8502240922750617054"> 9359
9248 <source>Tue</source> 9360
9249 <target>T3</target>
9250 <note from="description" priority="1">Day name short</note>
9251 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9252 </trans-unit>
9253 <trans-unit id="7421778640995344715">
9254 <source>Wed</source>
9255 <target>T4</target>
9256 <note from="description" priority="1">Day name short</note>
9257 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9258 </trans-unit>
9259 <trans-unit id="4409954796361883558">
9260 <source>Thu</source>
9261 <target>T5</target>
9262 <note from="description" priority="1">Day name short</note>
9263 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9264 </trans-unit>
9265 <trans-unit id="5651951128882735477">
9266 <source>Fri</source>
9267 <target>T6</target>
9268 <note from="description" priority="1">Day name short</note>
9269 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9270 </trans-unit>
9271 <trans-unit id="93026920674143073">
9272 <source>Sat</source>
9273 <target>T7</target>
9274 <note from="description" priority="1">Day name short</note>
9275 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9276 </trans-unit>
9277 <trans-unit id="8349763432924710200">
9278 <source>Su</source>
9279 <target>CN</target>
9280 <note from="description" priority="1">Day name min</note>
9281 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9282 </trans-unit>
9283 <trans-unit id="4197236438302165051">
9284 <source>Mo</source>
9285 <target>T2</target>
9286 <note from="description" priority="1">Day name min</note>
9287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9288 </trans-unit>
9289 <trans-unit id="6034455877220674404">
9290 <source>Tu</source>
9291 <target>T3</target>
9292 <note from="description" priority="1">Day name min</note>
9293 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9294 </trans-unit>
9295 <trans-unit id="3221670730445125135">
9296 <source>We</source>
9297 <target>T4</target>
9298 <note from="description" priority="1">Day name min</note>
9299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9300 </trans-unit>
9301 <trans-unit id="772466829681972216">
9302 <source>Th</source>
9303 <target>T5</target>
9304 <note from="description" priority="1">Day name min</note>
9305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9306 </trans-unit>
9307 <trans-unit id="8598262708800132669">
9308 <source>Fr</source>
9309 <target>T6</target>
9310 <note from="description" priority="1">Day name min</note>
9311 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9312 </trans-unit>
9313 <trans-unit id="569007902695332072">
9314 <source>Sa</source>
9315 <target>T7</target>
9316 <note from="description" priority="1">Day name min</note>
9317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9318 </trans-unit>
9319 <trans-unit id="3913843642962116845"> 9361 <trans-unit id="3913843642962116845">
9320 <source>January</source> 9362 <source>January</source>
9321 <target>Tháng Một</target> 9363 <target>Tháng Một</target>
@@ -9339,9 +9381,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9339 <trans-unit id="8469692700277617405"> 9381 <trans-unit id="8469692700277617405">
9340 <source>May</source> 9382 <source>May</source>
9341 <target>Tháng Năm</target> 9383 <target>Tháng Năm</target>
9342 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9384
9343 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9385
9344 </trans-unit> 9386 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9345 <trans-unit id="9055297580745330415"> 9387 <trans-unit id="9055297580745330415">
9346 <source>June</source> 9388 <source>June</source>
9347 <target>Tháng Sáu</target> 9389 <target>Tháng Sáu</target>
@@ -9376,73 +9418,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9376 <source>December</source> 9418 <source>December</source>
9377 <target>Tháng Mười Hai</target> 9419 <target>Tháng Mười Hai</target>
9378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9420 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9421 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9422 <source>Jan</source><target state="new">Jan</target>
9423 <context-group purpose="location">
9424 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9425 <context context-type="linenumber">55</context>
9426 </context-group>
9427 <note priority="1" from="description">Month name short</note>
9428 <note priority="1" from="meaning">January short name</note>
9429 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9430 <source>Feb</source><target state="new">Feb</target>
9431 <context-group purpose="location">
9432 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9433 <context context-type="linenumber">56</context>
9434 </context-group>
9435 <note priority="1" from="description">Month name short</note>
9436 <note priority="1" from="meaning">February short name</note>
9437 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9438 <source>Mar</source><target state="new">Mar</target>
9439 <context-group purpose="location">
9440 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9441 <context context-type="linenumber">57</context>
9442 </context-group>
9443 <note priority="1" from="description">Month name short</note>
9444 <note priority="1" from="meaning">March short name</note>
9445 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9446 <source>Apr</source><target state="new">Apr</target>
9447 <context-group purpose="location">
9448 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9449 <context context-type="linenumber">58</context>
9450 </context-group>
9451 <note priority="1" from="description">Month name short</note>
9452 <note priority="1" from="meaning">April short name</note>
9453 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9454 <source>May</source><target state="new">May</target>
9455 <context-group purpose="location">
9456 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9457 <context context-type="linenumber">59</context>
9458 </context-group>
9459 <note priority="1" from="description">Month name short</note>
9460 <note priority="1" from="meaning">May short name</note>
9461 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9462 <source>Jun</source><target state="new">Jun</target>
9463 <context-group purpose="location">
9464 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9465 <context context-type="linenumber">60</context>
9466 </context-group>
9467 <note priority="1" from="description">Month name short</note>
9468 <note priority="1" from="meaning">June short name</note>
9469 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9470 <source>Jul</source><target state="new">Jul</target>
9471 <context-group purpose="location">
9472 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9473 <context context-type="linenumber">61</context>
9474 </context-group>
9475 <note priority="1" from="description">Month name short</note>
9476 <note priority="1" from="meaning">July short name</note>
9477 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9478 <source>Aug</source><target state="new">Aug</target>
9479 <context-group purpose="location">
9480 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9481 <context context-type="linenumber">62</context>
9482 </context-group>
9483 <note priority="1" from="description">Month name short</note>
9484 <note priority="1" from="meaning">August short name</note>
9485 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9486 <source>Sep</source><target state="new">Sep</target>
9487 <context-group purpose="location">
9488 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9489 <context context-type="linenumber">63</context>
9490 </context-group>
9491 <note priority="1" from="description">Month name short</note>
9492 <note priority="1" from="meaning">September short name</note>
9493 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9494 <source>Oct</source><target state="new">Oct</target>
9495 <context-group purpose="location">
9496 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9497 <context context-type="linenumber">64</context>
9498 </context-group>
9499 <note priority="1" from="description">Month name short</note>
9500 <note priority="1" from="meaning">October short name</note>
9501 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9502 <source>Nov</source><target state="new">Nov</target>
9503 <context-group purpose="location">
9504 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9505 <context context-type="linenumber">65</context>
9506 </context-group>
9507 <note priority="1" from="description">Month name short</note>
9508 <note priority="1" from="meaning">November short name</note>
9509 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9510 <source>Dec</source><target state="new">Dec</target>
9511 <context-group purpose="location">
9512 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9513 <context context-type="linenumber">66</context>
9514 </context-group>
9515 <note priority="1" from="description">Month name short</note>
9516 <note priority="1" from="meaning">December short name</note>
9379 </trans-unit> 9517 </trans-unit>
9380 <trans-unit id="7595747576974676670"> 9518
9381 <source>Jan</source> 9519
9382 <target>Tg1</target> 9520
9383 <note from="description" priority="1">Month name short</note> 9521
9384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9522
9385 </trans-unit> 9523
9386 <trans-unit id="4916040996255005712"> 9524
9387 <source>Feb</source> 9525
9388 <target>Tg2</target> 9526
9389 <note from="description" priority="1">Month name short</note> 9527
9390 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9528
9391 </trans-unit>
9392 <trans-unit id="6438827956918137617">
9393 <source>Mar</source>
9394 <target>Tg3</target>
9395 <note from="description" priority="1">Month name short</note>
9396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9397 </trans-unit>
9398 <trans-unit id="5507326650332881991">
9399 <source>Apr</source>
9400 <target>Tg4</target>
9401 <note from="description" priority="1">Month name short</note>
9402 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9403 </trans-unit>
9404 <trans-unit id="2113470244260512015">
9405 <source>Jun</source>
9406 <target>Tg6</target>
9407 <note from="description" priority="1">Month name short</note>
9408 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9409 </trans-unit>
9410 <trans-unit id="53176888553719239">
9411 <source>Jul</source>
9412 <target>Tg7</target>
9413 <note from="description" priority="1">Month name short</note>
9414 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9415 </trans-unit>
9416 <trans-unit id="5648574669404659458">
9417 <source>Aug</source>
9418 <target>Tg8</target>
9419 <note from="description" priority="1">Month name short</note>
9420 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9421 </trans-unit>
9422 <trans-unit id="4354095055982674918">
9423 <source>Sep</source>
9424 <target>Tg9</target>
9425 <note from="description" priority="1">Month name short</note>
9426 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9427 </trans-unit>
9428 <trans-unit id="6207754626941051341">
9429 <source>Oct</source>
9430 <target>Tg10</target>
9431 <note from="description" priority="1">Month name short</note>
9432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9433 </trans-unit>
9434 <trans-unit id="8269261039058575292">
9435 <source>Nov</source>
9436 <target>Tg11</target>
9437 <note from="description" priority="1">Month name short</note>
9438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9439 </trans-unit>
9440 <trans-unit id="7777579586760423636">
9441 <source>Dec</source>
9442 <target>Tg12</target>
9443 <note from="description" priority="1">Month name short</note>
9444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9445 </trans-unit>
9446 <trans-unit id="8700121026680200191"> 9529 <trans-unit id="8700121026680200191">
9447 <source>Clear</source> 9530 <source>Clear</source>
9448 <target>Xóa</target> 9531 <target>Xóa</target>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index ba3f6cd94..7d12ac93f 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -8279,117 +8279,131 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8279 <context context-type="linenumber">16</context> 8279 <context context-type="linenumber">16</context>
8280 </context-group> 8280 </context-group>
8281 </trans-unit> 8281 </trans-unit>
8282 <trans-unit id="4921929243068857081" datatype="html"> 8282 <trans-unit id="1391351050292665308" datatype="html">
8283 <source>Sun</source> 8283 <source>Sun</source>
8284 <context-group purpose="location"> 8284 <context-group purpose="location">
8285 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8285 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8286 <context context-type="linenumber">20</context> 8286 <context context-type="linenumber">20</context>
8287 </context-group> 8287 </context-group>
8288 <note priority="1" from="description">Day name short</note> 8288 <note priority="1" from="description">Day name short</note>
8289 <note priority="1" from="meaning">Sunday short name</note>
8289 </trans-unit> 8290 </trans-unit>
8290 <trans-unit id="8563137213157122993" datatype="html"> 8291 <trans-unit id="7037142944838911104" datatype="html">
8291 <source>Mon</source> 8292 <source>Mon</source>
8292 <context-group purpose="location"> 8293 <context-group purpose="location">
8293 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8294 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8294 <context context-type="linenumber">21</context> 8295 <context context-type="linenumber">21</context>
8295 </context-group> 8296 </context-group>
8296 <note priority="1" from="description">Day name short</note> 8297 <note priority="1" from="description">Day name short</note>
8298 <note priority="1" from="meaning">Monday short name</note>
8297 </trans-unit> 8299 </trans-unit>
8298 <trans-unit id="8502240922750617054" datatype="html"> 8300 <trans-unit id="4051951828654963549" datatype="html">
8299 <source>Tue</source> 8301 <source>Tue</source>
8300 <context-group purpose="location"> 8302 <context-group purpose="location">
8301 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8303 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8302 <context context-type="linenumber">22</context> 8304 <context context-type="linenumber">22</context>
8303 </context-group> 8305 </context-group>
8304 <note priority="1" from="description">Day name short</note> 8306 <note priority="1" from="description">Day name short</note>
8307 <note priority="1" from="meaning">Tuesday short name</note>
8305 </trans-unit> 8308 </trans-unit>
8306 <trans-unit id="7421778640995344715" datatype="html"> 8309 <trans-unit id="5265738215297391426" datatype="html">
8307 <source>Wed</source> 8310 <source>Wed</source>
8308 <context-group purpose="location"> 8311 <context-group purpose="location">
8309 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8312 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8310 <context context-type="linenumber">23</context> 8313 <context context-type="linenumber">23</context>
8311 </context-group> 8314 </context-group>
8312 <note priority="1" from="description">Day name short</note> 8315 <note priority="1" from="description">Day name short</note>
8316 <note priority="1" from="meaning">Wednesday short name</note>
8313 </trans-unit> 8317 </trans-unit>
8314 <trans-unit id="4409954796361883558" datatype="html"> 8318 <trans-unit id="1370330981433231150" datatype="html">
8315 <source>Thu</source> 8319 <source>Thu</source>
8316 <context-group purpose="location"> 8320 <context-group purpose="location">
8317 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8321 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8318 <context context-type="linenumber">24</context> 8322 <context context-type="linenumber">24</context>
8319 </context-group> 8323 </context-group>
8320 <note priority="1" from="description">Day name short</note> 8324 <note priority="1" from="description">Day name short</note>
8325 <note priority="1" from="meaning">Thursday short name</note>
8321 </trans-unit> 8326 </trans-unit>
8322 <trans-unit id="5651951128882735477" datatype="html"> 8327 <trans-unit id="8713535243933137493" datatype="html">
8323 <source>Fri</source> 8328 <source>Fri</source>
8324 <context-group purpose="location"> 8329 <context-group purpose="location">
8325 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8330 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8326 <context context-type="linenumber">25</context> 8331 <context context-type="linenumber">25</context>
8327 </context-group> 8332 </context-group>
8328 <note priority="1" from="description">Day name short</note> 8333 <note priority="1" from="description">Day name short</note>
8334 <note priority="1" from="meaning">Friday short name</note>
8329 </trans-unit> 8335 </trans-unit>
8330 <trans-unit id="93026920674143073" datatype="html"> 8336 <trans-unit id="3547824477629753314" datatype="html">
8331 <source>Sat</source> 8337 <source>Sat</source>
8332 <context-group purpose="location"> 8338 <context-group purpose="location">
8333 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8339 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8334 <context context-type="linenumber">26</context> 8340 <context context-type="linenumber">26</context>
8335 </context-group> 8341 </context-group>
8336 <note priority="1" from="description">Day name short</note> 8342 <note priority="1" from="description">Day name short</note>
8343 <note priority="1" from="meaning">Saturday short name</note>
8337 </trans-unit> 8344 </trans-unit>
8338 <trans-unit id="8349763432924710200" datatype="html"> 8345 <trans-unit id="6115403217651453591" datatype="html">
8339 <source>Su</source> 8346 <source>Su</source>
8340 <context-group purpose="location"> 8347 <context-group purpose="location">
8341 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8348 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8342 <context context-type="linenumber">30</context> 8349 <context context-type="linenumber">30</context>
8343 </context-group> 8350 </context-group>
8344 <note priority="1" from="description">Day name min</note> 8351 <note priority="1" from="description">Day name min</note>
8352 <note priority="1" from="meaning">Sunday min name</note>
8345 </trans-unit> 8353 </trans-unit>
8346 <trans-unit id="4197236438302165051" datatype="html"> 8354 <trans-unit id="3797918310510782582" datatype="html">
8347 <source>Mo</source> 8355 <source>Mo</source>
8348 <context-group purpose="location"> 8356 <context-group purpose="location">
8349 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8357 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8350 <context context-type="linenumber">31</context> 8358 <context context-type="linenumber">31</context>
8351 </context-group> 8359 </context-group>
8352 <note priority="1" from="description">Day name min</note> 8360 <note priority="1" from="description">Day name min</note>
8361 <note priority="1" from="meaning">Monday min name</note>
8353 </trans-unit> 8362 </trans-unit>
8354 <trans-unit id="6034455877220674404" datatype="html"> 8363 <trans-unit id="8011371911136291436" datatype="html">
8355 <source>Tu</source> 8364 <source>Tu</source>
8356 <context-group purpose="location"> 8365 <context-group purpose="location">
8357 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8366 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8358 <context context-type="linenumber">32</context> 8367 <context context-type="linenumber">32</context>
8359 </context-group> 8368 </context-group>
8360 <note priority="1" from="description">Day name min</note> 8369 <note priority="1" from="description">Day name min</note>
8370 <note priority="1" from="meaning">Tuesday min name</note>
8361 </trans-unit> 8371 </trans-unit>
8362 <trans-unit id="3221670730445125135" datatype="html"> 8372 <trans-unit id="1673380870543456256" datatype="html">
8363 <source>We</source> 8373 <source>We</source>
8364 <context-group purpose="location"> 8374 <context-group purpose="location">
8365 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8375 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8366 <context context-type="linenumber">33</context> 8376 <context context-type="linenumber">33</context>
8367 </context-group> 8377 </context-group>
8368 <note priority="1" from="description">Day name min</note> 8378 <note priority="1" from="description">Day name min</note>
8379 <note priority="1" from="meaning">Wednesday min name</note>
8369 </trans-unit> 8380 </trans-unit>
8370 <trans-unit id="772466829681972216" datatype="html"> 8381 <trans-unit id="8502005439670299526" datatype="html">
8371 <source>Th</source> 8382 <source>Th</source>
8372 <context-group purpose="location"> 8383 <context-group purpose="location">
8373 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8384 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8374 <context context-type="linenumber">34</context> 8385 <context context-type="linenumber">34</context>
8375 </context-group> 8386 </context-group>
8376 <note priority="1" from="description">Day name min</note> 8387 <note priority="1" from="description">Day name min</note>
8388 <note priority="1" from="meaning">Thursday min name</note>
8377 </trans-unit> 8389 </trans-unit>
8378 <trans-unit id="8598262708800132669" datatype="html"> 8390 <trans-unit id="2800261787799336637" datatype="html">
8379 <source>Fr</source> 8391 <source>Fr</source>
8380 <context-group purpose="location"> 8392 <context-group purpose="location">
8381 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8393 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8382 <context context-type="linenumber">35</context> 8394 <context context-type="linenumber">35</context>
8383 </context-group> 8395 </context-group>
8384 <note priority="1" from="description">Day name min</note> 8396 <note priority="1" from="description">Day name min</note>
8397 <note priority="1" from="meaning">Friday min name</note>
8385 </trans-unit> 8398 </trans-unit>
8386 <trans-unit id="569007902695332072" datatype="html"> 8399 <trans-unit id="2045915324506422459" datatype="html">
8387 <source>Sa</source> 8400 <source>Sa</source>
8388 <context-group purpose="location"> 8401 <context-group purpose="location">
8389 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8402 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8390 <context context-type="linenumber">36</context> 8403 <context context-type="linenumber">36</context>
8391 </context-group> 8404 </context-group>
8392 <note priority="1" from="description">Day name min</note> 8405 <note priority="1" from="description">Day name min</note>
8406 <note priority="1" from="meaning">Saturday min name</note>
8393 </trans-unit> 8407 </trans-unit>
8394 <trans-unit id="3913843642962116845" datatype="html"> 8408 <trans-unit id="3913843642962116845" datatype="html">
8395 <source>January</source> 8409 <source>January</source>
@@ -8425,10 +8439,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8425 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8439 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8426 <context context-type="linenumber">44</context> 8440 <context context-type="linenumber">44</context>
8427 </context-group> 8441 </context-group>
8428 <context-group purpose="location">
8429 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8430 <context context-type="linenumber">59</context>
8431 </context-group>
8432 </trans-unit> 8442 </trans-unit>
8433 <trans-unit id="9055297580745330415" datatype="html"> 8443 <trans-unit id="9055297580745330415" datatype="html">
8434 <source>June</source> 8444 <source>June</source>
@@ -8479,93 +8489,113 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8479 <context context-type="linenumber">51</context> 8489 <context context-type="linenumber">51</context>
8480 </context-group> 8490 </context-group>
8481 </trans-unit> 8491 </trans-unit>
8482 <trans-unit id="7595747576974676670" datatype="html"> 8492 <trans-unit id="1799348348510504995" datatype="html">
8483 <source>Jan</source> 8493 <source>Jan</source>
8484 <context-group purpose="location"> 8494 <context-group purpose="location">
8485 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8495 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8486 <context context-type="linenumber">55</context> 8496 <context context-type="linenumber">55</context>
8487 </context-group> 8497 </context-group>
8488 <note priority="1" from="description">Month name short</note> 8498 <note priority="1" from="description">Month name short</note>
8499 <note priority="1" from="meaning">January short name</note>
8489 </trans-unit> 8500 </trans-unit>
8490 <trans-unit id="4916040996255005712" datatype="html"> 8501 <trans-unit id="2980544278361296608" datatype="html">
8491 <source>Feb</source> 8502 <source>Feb</source>
8492 <context-group purpose="location"> 8503 <context-group purpose="location">
8493 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8504 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8494 <context context-type="linenumber">56</context> 8505 <context context-type="linenumber">56</context>
8495 </context-group> 8506 </context-group>
8496 <note priority="1" from="description">Month name short</note> 8507 <note priority="1" from="description">Month name short</note>
8508 <note priority="1" from="meaning">February short name</note>
8497 </trans-unit> 8509 </trans-unit>
8498 <trans-unit id="6438827956918137617" datatype="html"> 8510 <trans-unit id="3124926955462217092" datatype="html">
8499 <source>Mar</source> 8511 <source>Mar</source>
8500 <context-group purpose="location"> 8512 <context-group purpose="location">
8501 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8513 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8502 <context context-type="linenumber">57</context> 8514 <context context-type="linenumber">57</context>
8503 </context-group> 8515 </context-group>
8504 <note priority="1" from="description">Month name short</note> 8516 <note priority="1" from="description">Month name short</note>
8517 <note priority="1" from="meaning">March short name</note>
8505 </trans-unit> 8518 </trans-unit>
8506 <trans-unit id="5507326650332881991" datatype="html"> 8519 <trans-unit id="9658641661863772" datatype="html">
8507 <source>Apr</source> 8520 <source>Apr</source>
8508 <context-group purpose="location"> 8521 <context-group purpose="location">
8509 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8522 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8510 <context context-type="linenumber">58</context> 8523 <context context-type="linenumber">58</context>
8511 </context-group> 8524 </context-group>
8512 <note priority="1" from="description">Month name short</note> 8525 <note priority="1" from="description">Month name short</note>
8526 <note priority="1" from="meaning">April short name</note>
8527 </trans-unit>
8528 <trans-unit id="502512326533496869" datatype="html">
8529 <source>May</source>
8530 <context-group purpose="location">
8531 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8532 <context context-type="linenumber">59</context>
8533 </context-group>
8534 <note priority="1" from="description">Month name short</note>
8535 <note priority="1" from="meaning">May short name</note>
8513 </trans-unit> 8536 </trans-unit>
8514 <trans-unit id="2113470244260512015" datatype="html"> 8537 <trans-unit id="3044090977322782161" datatype="html">
8515 <source>Jun</source> 8538 <source>Jun</source>
8516 <context-group purpose="location"> 8539 <context-group purpose="location">
8517 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8540 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8518 <context context-type="linenumber">60</context> 8541 <context context-type="linenumber">60</context>
8519 </context-group> 8542 </context-group>
8520 <note priority="1" from="description">Month name short</note> 8543 <note priority="1" from="description">Month name short</note>
8544 <note priority="1" from="meaning">June short name</note>
8521 </trans-unit> 8545 </trans-unit>
8522 <trans-unit id="53176888553719239" datatype="html"> 8546 <trans-unit id="8066434078267346927" datatype="html">
8523 <source>Jul</source> 8547 <source>Jul</source>
8524 <context-group purpose="location"> 8548 <context-group purpose="location">
8525 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8549 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8526 <context context-type="linenumber">61</context> 8550 <context context-type="linenumber">61</context>
8527 </context-group> 8551 </context-group>
8528 <note priority="1" from="description">Month name short</note> 8552 <note priority="1" from="description">Month name short</note>
8553 <note priority="1" from="meaning">July short name</note>
8529 </trans-unit> 8554 </trans-unit>
8530 <trans-unit id="5648574669404659458" datatype="html"> 8555 <trans-unit id="1796563865253467834" datatype="html">
8531 <source>Aug</source> 8556 <source>Aug</source>
8532 <context-group purpose="location"> 8557 <context-group purpose="location">
8533 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8558 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8534 <context context-type="linenumber">62</context> 8559 <context context-type="linenumber">62</context>
8535 </context-group> 8560 </context-group>
8536 <note priority="1" from="description">Month name short</note> 8561 <note priority="1" from="description">Month name short</note>
8562 <note priority="1" from="meaning">August short name</note>
8537 </trans-unit> 8563 </trans-unit>
8538 <trans-unit id="4354095055982674918" datatype="html"> 8564 <trans-unit id="5865190625753625986" datatype="html">
8539 <source>Sep</source> 8565 <source>Sep</source>
8540 <context-group purpose="location"> 8566 <context-group purpose="location">
8541 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8567 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8542 <context context-type="linenumber">63</context> 8568 <context context-type="linenumber">63</context>
8543 </context-group> 8569 </context-group>
8544 <note priority="1" from="description">Month name short</note> 8570 <note priority="1" from="description">Month name short</note>
8571 <note priority="1" from="meaning">September short name</note>
8545 </trans-unit> 8572 </trans-unit>
8546 <trans-unit id="6207754626941051341" datatype="html"> 8573 <trans-unit id="4011114601374284323" datatype="html">
8547 <source>Oct</source> 8574 <source>Oct</source>
8548 <context-group purpose="location"> 8575 <context-group purpose="location">
8549 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8576 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8550 <context context-type="linenumber">64</context> 8577 <context context-type="linenumber">64</context>
8551 </context-group> 8578 </context-group>
8552 <note priority="1" from="description">Month name short</note> 8579 <note priority="1" from="description">Month name short</note>
8580 <note priority="1" from="meaning">October short name</note>
8553 </trans-unit> 8581 </trans-unit>
8554 <trans-unit id="8269261039058575292" datatype="html"> 8582 <trans-unit id="5063734982204786445" datatype="html">
8555 <source>Nov</source> 8583 <source>Nov</source>
8556 <context-group purpose="location"> 8584 <context-group purpose="location">
8557 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8585 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8558 <context context-type="linenumber">65</context> 8586 <context context-type="linenumber">65</context>
8559 </context-group> 8587 </context-group>
8560 <note priority="1" from="description">Month name short</note> 8588 <note priority="1" from="description">Month name short</note>
8589 <note priority="1" from="meaning">November short name</note>
8561 </trans-unit> 8590 </trans-unit>
8562 <trans-unit id="7777579586760423636" datatype="html"> 8591 <trans-unit id="4789897150069082503" datatype="html">
8563 <source>Dec</source> 8592 <source>Dec</source>
8564 <context-group purpose="location"> 8593 <context-group purpose="location">
8565 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context> 8594 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
8566 <context context-type="linenumber">66</context> 8595 <context context-type="linenumber">66</context>
8567 </context-group> 8596 </context-group>
8568 <note priority="1" from="description">Month name short</note> 8597 <note priority="1" from="description">Month name short</note>
8598 <note priority="1" from="meaning">December short name</note>
8569 </trans-unit> 8599 </trans-unit>
8570 <trans-unit id="8700121026680200191" datatype="html"> 8600 <trans-unit id="8700121026680200191" datatype="html">
8571 <source>Clear</source> 8601 <source>Clear</source>
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index f4a664d64..d97b8251d 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -9226,91 +9226,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9226 <source>Saturday</source> 9226 <source>Saturday</source>
9227 <target>星期六</target> 9227 <target>星期六</target>
9228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9229 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9230 <source>Sun</source><target state="new">Sun</target>
9231 <context-group purpose="location">
9232 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9233 <context context-type="linenumber">20</context>
9234 </context-group>
9235 <note priority="1" from="description">Day name short</note>
9236 <note priority="1" from="meaning">Sunday short name</note>
9237 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9238 <source>Mon</source><target state="new">Mon</target>
9239 <context-group purpose="location">
9240 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9241 <context context-type="linenumber">21</context>
9242 </context-group>
9243 <note priority="1" from="description">Day name short</note>
9244 <note priority="1" from="meaning">Monday short name</note>
9245 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9246 <source>Tue</source><target state="new">Tue</target>
9247 <context-group purpose="location">
9248 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9249 <context context-type="linenumber">22</context>
9250 </context-group>
9251 <note priority="1" from="description">Day name short</note>
9252 <note priority="1" from="meaning">Tuesday short name</note>
9253 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9254 <source>Wed</source><target state="new">Wed</target>
9255 <context-group purpose="location">
9256 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9257 <context context-type="linenumber">23</context>
9258 </context-group>
9259 <note priority="1" from="description">Day name short</note>
9260 <note priority="1" from="meaning">Wednesday short name</note>
9261 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9262 <source>Thu</source><target state="new">Thu</target>
9263 <context-group purpose="location">
9264 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9265 <context context-type="linenumber">24</context>
9266 </context-group>
9267 <note priority="1" from="description">Day name short</note>
9268 <note priority="1" from="meaning">Thursday short name</note>
9269 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9270 <source>Fri</source><target state="new">Fri</target>
9271 <context-group purpose="location">
9272 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9273 <context context-type="linenumber">25</context>
9274 </context-group>
9275 <note priority="1" from="description">Day name short</note>
9276 <note priority="1" from="meaning">Friday short name</note>
9277 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9278 <source>Sat</source><target state="new">Sat</target>
9279 <context-group purpose="location">
9280 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9281 <context context-type="linenumber">26</context>
9282 </context-group>
9283 <note priority="1" from="description">Day name short</note>
9284 <note priority="1" from="meaning">Saturday short name</note>
9285 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9286 <source>Su</source><target state="new">Su</target>
9287 <context-group purpose="location">
9288 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9289 <context context-type="linenumber">30</context>
9290 </context-group>
9291 <note priority="1" from="description">Day name min</note>
9292 <note priority="1" from="meaning">Sunday min name</note>
9293 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9294 <source>Mo</source><target state="new">Mo</target>
9295 <context-group purpose="location">
9296 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9297 <context context-type="linenumber">31</context>
9298 </context-group>
9299 <note priority="1" from="description">Day name min</note>
9300 <note priority="1" from="meaning">Monday min name</note>
9301 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9302 <source>Tu</source><target state="new">Tu</target>
9303 <context-group purpose="location">
9304 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9305 <context context-type="linenumber">32</context>
9306 </context-group>
9307 <note priority="1" from="description">Day name min</note>
9308 <note priority="1" from="meaning">Tuesday min name</note>
9309 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9310 <source>We</source><target state="new">We</target>
9311 <context-group purpose="location">
9312 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9313 <context context-type="linenumber">33</context>
9314 </context-group>
9315 <note priority="1" from="description">Day name min</note>
9316 <note priority="1" from="meaning">Wednesday min name</note>
9317 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9318 <source>Th</source><target state="new">Th</target>
9319 <context-group purpose="location">
9320 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9321 <context context-type="linenumber">34</context>
9322 </context-group>
9323 <note priority="1" from="description">Day name min</note>
9324 <note priority="1" from="meaning">Thursday min name</note>
9325 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9326 <source>Fr</source><target state="new">Fr</target>
9327 <context-group purpose="location">
9328 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9329 <context context-type="linenumber">35</context>
9330 </context-group>
9331 <note priority="1" from="description">Day name min</note>
9332 <note priority="1" from="meaning">Friday min name</note>
9333 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9334 <source>Sa</source><target state="new">Sa</target>
9335 <context-group purpose="location">
9336 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9337 <context context-type="linenumber">36</context>
9338 </context-group>
9339 <note priority="1" from="description">Day name min</note>
9340 <note priority="1" from="meaning">Saturday min name</note>
9229 </trans-unit> 9341 </trans-unit>
9230 <trans-unit id="4921929243068857081"> 9342
9231 <source>Sun</source> 9343
9232 <target>周日</target> 9344
9233 <note from="description" priority="1">Day name short</note> 9345
9234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9346
9235 </trans-unit> 9347
9236 <trans-unit id="8563137213157122993"> 9348
9237 <source>Mon</source> 9349
9238 <target>周一</target> 9350
9239 <note from="description" priority="1">Day name short</note> 9351
9240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9352
9241 </trans-unit> 9353
9242 <trans-unit id="8502240922750617054"> 9354
9243 <source>Tue</source> 9355
9244 <target>周二</target>
9245 <note from="description" priority="1">Day name short</note>
9246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9247 </trans-unit>
9248 <trans-unit id="7421778640995344715">
9249 <source>Wed</source>
9250 <target>周三</target>
9251 <note from="description" priority="1">Day name short</note>
9252 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9253 </trans-unit>
9254 <trans-unit id="4409954796361883558">
9255 <source>Thu</source>
9256 <target>周四</target>
9257 <note from="description" priority="1">Day name short</note>
9258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9259 </trans-unit>
9260 <trans-unit id="5651951128882735477">
9261 <source>Fri</source>
9262 <target>周五</target>
9263 <note from="description" priority="1">Day name short</note>
9264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9265 </trans-unit>
9266 <trans-unit id="93026920674143073">
9267 <source>Sat</source>
9268 <target>周六</target>
9269 <note from="description" priority="1">Day name short</note>
9270 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9271 </trans-unit>
9272 <trans-unit id="8349763432924710200">
9273 <source>Su</source>
9274 <target>日</target>
9275 <note from="description" priority="1">Day name min</note>
9276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9277 </trans-unit>
9278 <trans-unit id="4197236438302165051">
9279 <source>Mo</source>
9280 <target>一</target>
9281 <note from="description" priority="1">Day name min</note>
9282 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9283 </trans-unit>
9284 <trans-unit id="6034455877220674404">
9285 <source>Tu</source>
9286 <target>二</target>
9287 <note from="description" priority="1">Day name min</note>
9288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9289 </trans-unit>
9290 <trans-unit id="3221670730445125135">
9291 <source>We</source>
9292 <target>三</target>
9293 <note from="description" priority="1">Day name min</note>
9294 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9295 </trans-unit>
9296 <trans-unit id="772466829681972216">
9297 <source>Th</source>
9298 <target>四</target>
9299 <note from="description" priority="1">Day name min</note>
9300 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9301 </trans-unit>
9302 <trans-unit id="8598262708800132669">
9303 <source>Fr</source>
9304 <target>五</target>
9305 <note from="description" priority="1">Day name min</note>
9306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9307 </trans-unit>
9308 <trans-unit id="569007902695332072">
9309 <source>Sa</source>
9310 <target>六</target>
9311 <note from="description" priority="1">Day name min</note>
9312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9313 </trans-unit>
9314 <trans-unit id="3913843642962116845"> 9356 <trans-unit id="3913843642962116845">
9315 <source>January</source> 9357 <source>January</source>
9316 <target>一月</target> 9358 <target>一月</target>
@@ -9334,9 +9376,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9334 <trans-unit id="8469692700277617405"> 9376 <trans-unit id="8469692700277617405">
9335 <source>May</source> 9377 <source>May</source>
9336 <target>五月</target> 9378 <target>五月</target>
9337 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9379
9338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9380
9339 </trans-unit> 9381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9340 <trans-unit id="9055297580745330415"> 9382 <trans-unit id="9055297580745330415">
9341 <source>June</source> 9383 <source>June</source>
9342 <target>六月</target> 9384 <target>六月</target>
@@ -9371,73 +9413,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9371 <source>December</source> 9413 <source>December</source>
9372 <target>十二月</target> 9414 <target>十二月</target>
9373 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9415 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9416 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9417 <source>Jan</source><target state="new">Jan</target>
9418 <context-group purpose="location">
9419 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9420 <context context-type="linenumber">55</context>
9421 </context-group>
9422 <note priority="1" from="description">Month name short</note>
9423 <note priority="1" from="meaning">January short name</note>
9424 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9425 <source>Feb</source><target state="new">Feb</target>
9426 <context-group purpose="location">
9427 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9428 <context context-type="linenumber">56</context>
9429 </context-group>
9430 <note priority="1" from="description">Month name short</note>
9431 <note priority="1" from="meaning">February short name</note>
9432 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9433 <source>Mar</source><target state="new">Mar</target>
9434 <context-group purpose="location">
9435 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9436 <context context-type="linenumber">57</context>
9437 </context-group>
9438 <note priority="1" from="description">Month name short</note>
9439 <note priority="1" from="meaning">March short name</note>
9440 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9441 <source>Apr</source><target state="new">Apr</target>
9442 <context-group purpose="location">
9443 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9444 <context context-type="linenumber">58</context>
9445 </context-group>
9446 <note priority="1" from="description">Month name short</note>
9447 <note priority="1" from="meaning">April short name</note>
9448 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9449 <source>May</source><target state="new">May</target>
9450 <context-group purpose="location">
9451 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9452 <context context-type="linenumber">59</context>
9453 </context-group>
9454 <note priority="1" from="description">Month name short</note>
9455 <note priority="1" from="meaning">May short name</note>
9456 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9457 <source>Jun</source><target state="new">Jun</target>
9458 <context-group purpose="location">
9459 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9460 <context context-type="linenumber">60</context>
9461 </context-group>
9462 <note priority="1" from="description">Month name short</note>
9463 <note priority="1" from="meaning">June short name</note>
9464 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9465 <source>Jul</source><target state="new">Jul</target>
9466 <context-group purpose="location">
9467 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9468 <context context-type="linenumber">61</context>
9469 </context-group>
9470 <note priority="1" from="description">Month name short</note>
9471 <note priority="1" from="meaning">July short name</note>
9472 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9473 <source>Aug</source><target state="new">Aug</target>
9474 <context-group purpose="location">
9475 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9476 <context context-type="linenumber">62</context>
9477 </context-group>
9478 <note priority="1" from="description">Month name short</note>
9479 <note priority="1" from="meaning">August short name</note>
9480 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9481 <source>Sep</source><target state="new">Sep</target>
9482 <context-group purpose="location">
9483 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9484 <context context-type="linenumber">63</context>
9485 </context-group>
9486 <note priority="1" from="description">Month name short</note>
9487 <note priority="1" from="meaning">September short name</note>
9488 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9489 <source>Oct</source><target state="new">Oct</target>
9490 <context-group purpose="location">
9491 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9492 <context context-type="linenumber">64</context>
9493 </context-group>
9494 <note priority="1" from="description">Month name short</note>
9495 <note priority="1" from="meaning">October short name</note>
9496 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9497 <source>Nov</source><target state="new">Nov</target>
9498 <context-group purpose="location">
9499 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9500 <context context-type="linenumber">65</context>
9501 </context-group>
9502 <note priority="1" from="description">Month name short</note>
9503 <note priority="1" from="meaning">November short name</note>
9504 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9505 <source>Dec</source><target state="new">Dec</target>
9506 <context-group purpose="location">
9507 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9508 <context context-type="linenumber">66</context>
9509 </context-group>
9510 <note priority="1" from="description">Month name short</note>
9511 <note priority="1" from="meaning">December short name</note>
9374 </trans-unit> 9512 </trans-unit>
9375 <trans-unit id="7595747576974676670"> 9513
9376 <source>Jan</source> 9514
9377 <target>1月</target> 9515
9378 <note from="description" priority="1">Month name short</note> 9516
9379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9517
9380 </trans-unit> 9518
9381 <trans-unit id="4916040996255005712"> 9519
9382 <source>Feb</source> 9520
9383 <target>2月</target> 9521
9384 <note from="description" priority="1">Month name short</note> 9522
9385 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9523
9386 </trans-unit>
9387 <trans-unit id="6438827956918137617">
9388 <source>Mar</source>
9389 <target>3月</target>
9390 <note from="description" priority="1">Month name short</note>
9391 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9392 </trans-unit>
9393 <trans-unit id="5507326650332881991">
9394 <source>Apr</source>
9395 <target>4月</target>
9396 <note from="description" priority="1">Month name short</note>
9397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9398 </trans-unit>
9399 <trans-unit id="2113470244260512015">
9400 <source>Jun</source>
9401 <target>6月</target>
9402 <note from="description" priority="1">Month name short</note>
9403 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9404 </trans-unit>
9405 <trans-unit id="53176888553719239">
9406 <source>Jul</source>
9407 <target>7月</target>
9408 <note from="description" priority="1">Month name short</note>
9409 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9410 </trans-unit>
9411 <trans-unit id="5648574669404659458">
9412 <source>Aug</source>
9413 <target>8月</target>
9414 <note from="description" priority="1">Month name short</note>
9415 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9416 </trans-unit>
9417 <trans-unit id="4354095055982674918">
9418 <source>Sep</source>
9419 <target>9月</target>
9420 <note from="description" priority="1">Month name short</note>
9421 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9422 </trans-unit>
9423 <trans-unit id="6207754626941051341">
9424 <source>Oct</source>
9425 <target>10月</target>
9426 <note from="description" priority="1">Month name short</note>
9427 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9428 </trans-unit>
9429 <trans-unit id="8269261039058575292">
9430 <source>Nov</source>
9431 <target>11月</target>
9432 <note from="description" priority="1">Month name short</note>
9433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9434 </trans-unit>
9435 <trans-unit id="7777579586760423636">
9436 <source>Dec</source>
9437 <target>12月</target>
9438 <note from="description" priority="1">Month name short</note>
9439 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9440 </trans-unit>
9441 <trans-unit id="8700121026680200191"> 9524 <trans-unit id="8700121026680200191">
9442 <source>Clear</source> 9525 <source>Clear</source>
9443 <target>清除</target> 9526 <target>清除</target>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index 9abf0910c..8fab4f2a3 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -9393,91 +9393,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9393 <source>Saturday</source> 9393 <source>Saturday</source>
9394 <target>星期六</target> 9394 <target>星期六</target>
9395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group> 9395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9396 </trans-unit><trans-unit id="1391351050292665308" datatype="html">
9397 <source>Sun</source><target state="new">Sun</target>
9398 <context-group purpose="location">
9399 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9400 <context context-type="linenumber">20</context>
9401 </context-group>
9402 <note priority="1" from="description">Day name short</note>
9403 <note priority="1" from="meaning">Sunday short name</note>
9404 </trans-unit><trans-unit id="7037142944838911104" datatype="html">
9405 <source>Mon</source><target state="new">Mon</target>
9406 <context-group purpose="location">
9407 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9408 <context context-type="linenumber">21</context>
9409 </context-group>
9410 <note priority="1" from="description">Day name short</note>
9411 <note priority="1" from="meaning">Monday short name</note>
9412 </trans-unit><trans-unit id="4051951828654963549" datatype="html">
9413 <source>Tue</source><target state="new">Tue</target>
9414 <context-group purpose="location">
9415 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9416 <context context-type="linenumber">22</context>
9417 </context-group>
9418 <note priority="1" from="description">Day name short</note>
9419 <note priority="1" from="meaning">Tuesday short name</note>
9420 </trans-unit><trans-unit id="5265738215297391426" datatype="html">
9421 <source>Wed</source><target state="new">Wed</target>
9422 <context-group purpose="location">
9423 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9424 <context context-type="linenumber">23</context>
9425 </context-group>
9426 <note priority="1" from="description">Day name short</note>
9427 <note priority="1" from="meaning">Wednesday short name</note>
9428 </trans-unit><trans-unit id="1370330981433231150" datatype="html">
9429 <source>Thu</source><target state="new">Thu</target>
9430 <context-group purpose="location">
9431 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9432 <context context-type="linenumber">24</context>
9433 </context-group>
9434 <note priority="1" from="description">Day name short</note>
9435 <note priority="1" from="meaning">Thursday short name</note>
9436 </trans-unit><trans-unit id="8713535243933137493" datatype="html">
9437 <source>Fri</source><target state="new">Fri</target>
9438 <context-group purpose="location">
9439 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9440 <context context-type="linenumber">25</context>
9441 </context-group>
9442 <note priority="1" from="description">Day name short</note>
9443 <note priority="1" from="meaning">Friday short name</note>
9444 </trans-unit><trans-unit id="3547824477629753314" datatype="html">
9445 <source>Sat</source><target state="new">Sat</target>
9446 <context-group purpose="location">
9447 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9448 <context context-type="linenumber">26</context>
9449 </context-group>
9450 <note priority="1" from="description">Day name short</note>
9451 <note priority="1" from="meaning">Saturday short name</note>
9452 </trans-unit><trans-unit id="6115403217651453591" datatype="html">
9453 <source>Su</source><target state="new">Su</target>
9454 <context-group purpose="location">
9455 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9456 <context context-type="linenumber">30</context>
9457 </context-group>
9458 <note priority="1" from="description">Day name min</note>
9459 <note priority="1" from="meaning">Sunday min name</note>
9460 </trans-unit><trans-unit id="3797918310510782582" datatype="html">
9461 <source>Mo</source><target state="new">Mo</target>
9462 <context-group purpose="location">
9463 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9464 <context context-type="linenumber">31</context>
9465 </context-group>
9466 <note priority="1" from="description">Day name min</note>
9467 <note priority="1" from="meaning">Monday min name</note>
9468 </trans-unit><trans-unit id="8011371911136291436" datatype="html">
9469 <source>Tu</source><target state="new">Tu</target>
9470 <context-group purpose="location">
9471 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9472 <context context-type="linenumber">32</context>
9473 </context-group>
9474 <note priority="1" from="description">Day name min</note>
9475 <note priority="1" from="meaning">Tuesday min name</note>
9476 </trans-unit><trans-unit id="1673380870543456256" datatype="html">
9477 <source>We</source><target state="new">We</target>
9478 <context-group purpose="location">
9479 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9480 <context context-type="linenumber">33</context>
9481 </context-group>
9482 <note priority="1" from="description">Day name min</note>
9483 <note priority="1" from="meaning">Wednesday min name</note>
9484 </trans-unit><trans-unit id="8502005439670299526" datatype="html">
9485 <source>Th</source><target state="new">Th</target>
9486 <context-group purpose="location">
9487 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9488 <context context-type="linenumber">34</context>
9489 </context-group>
9490 <note priority="1" from="description">Day name min</note>
9491 <note priority="1" from="meaning">Thursday min name</note>
9492 </trans-unit><trans-unit id="2800261787799336637" datatype="html">
9493 <source>Fr</source><target state="new">Fr</target>
9494 <context-group purpose="location">
9495 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9496 <context context-type="linenumber">35</context>
9497 </context-group>
9498 <note priority="1" from="description">Day name min</note>
9499 <note priority="1" from="meaning">Friday min name</note>
9500 </trans-unit><trans-unit id="2045915324506422459" datatype="html">
9501 <source>Sa</source><target state="new">Sa</target>
9502 <context-group purpose="location">
9503 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9504 <context context-type="linenumber">36</context>
9505 </context-group>
9506 <note priority="1" from="description">Day name min</note>
9507 <note priority="1" from="meaning">Saturday min name</note>
9396 </trans-unit> 9508 </trans-unit>
9397 <trans-unit id="4921929243068857081"> 9509
9398 <source>Sun</source> 9510
9399 <target>Sun</target> 9511
9400 <note from="description" priority="1">Day name short</note> 9512
9401 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group> 9513
9402 </trans-unit> 9514
9403 <trans-unit id="8563137213157122993"> 9515
9404 <source>Mon</source> 9516
9405 <target>Mon</target> 9517
9406 <note from="description" priority="1">Day name short</note> 9518
9407 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group> 9519
9408 </trans-unit> 9520
9409 <trans-unit id="8502240922750617054"> 9521
9410 <source>Tue</source> 9522
9411 <target>Tue</target>
9412 <note from="description" priority="1">Day name short</note>
9413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9414 </trans-unit>
9415 <trans-unit id="7421778640995344715">
9416 <source>Wed</source>
9417 <target>Wed</target>
9418 <note from="description" priority="1">Day name short</note>
9419 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9420 </trans-unit>
9421 <trans-unit id="4409954796361883558">
9422 <source>Thu</source>
9423 <target>Thu</target>
9424 <note from="description" priority="1">Day name short</note>
9425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9426 </trans-unit>
9427 <trans-unit id="5651951128882735477">
9428 <source>Fri</source>
9429 <target>Fri</target>
9430 <note from="description" priority="1">Day name short</note>
9431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9432 </trans-unit>
9433 <trans-unit id="93026920674143073">
9434 <source>Sat</source>
9435 <target>Sat</target>
9436 <note from="description" priority="1">Day name short</note>
9437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9438 </trans-unit>
9439 <trans-unit id="8349763432924710200">
9440 <source>Su</source>
9441 <target>Su</target>
9442 <note from="description" priority="1">Day name min</note>
9443 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9444 </trans-unit>
9445 <trans-unit id="4197236438302165051">
9446 <source>Mo</source>
9447 <target>Mo</target>
9448 <note from="description" priority="1">Day name min</note>
9449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9450 </trans-unit>
9451 <trans-unit id="6034455877220674404">
9452 <source>Tu</source>
9453 <target>Tu</target>
9454 <note from="description" priority="1">Day name min</note>
9455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9456 </trans-unit>
9457 <trans-unit id="3221670730445125135">
9458 <source>We</source>
9459 <target>We</target>
9460 <note from="description" priority="1">Day name min</note>
9461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9462 </trans-unit>
9463 <trans-unit id="772466829681972216">
9464 <source>Th</source>
9465 <target>Th</target>
9466 <note from="description" priority="1">Day name min</note>
9467 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9468 </trans-unit>
9469 <trans-unit id="8598262708800132669">
9470 <source>Fr</source>
9471 <target>Fr</target>
9472 <note from="description" priority="1">Day name min</note>
9473 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9474 </trans-unit>
9475 <trans-unit id="569007902695332072">
9476 <source>Sa</source>
9477 <target>Sa</target>
9478 <note from="description" priority="1">Day name min</note>
9479 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9480 </trans-unit>
9481 <trans-unit id="3913843642962116845"> 9523 <trans-unit id="3913843642962116845">
9482 <source>January</source> 9524 <source>January</source>
9483 <target>一月</target> 9525 <target>一月</target>
@@ -9501,9 +9543,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9501 <trans-unit id="8469692700277617405"> 9543 <trans-unit id="8469692700277617405">
9502 <source>May</source> 9544 <source>May</source>
9503 <target>五月</target> 9545 <target>五月</target>
9504 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group> 9546
9505 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group> 9547
9506 </trans-unit> 9548 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group></trans-unit>
9507 <trans-unit id="9055297580745330415"> 9549 <trans-unit id="9055297580745330415">
9508 <source>June</source> 9550 <source>June</source>
9509 <target>六月</target> 9551 <target>六月</target>
@@ -9538,73 +9580,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9538 <source>December</source> 9580 <source>December</source>
9539 <target>十二月</target> 9581 <target>十二月</target>
9540 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group> 9582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9583 </trans-unit><trans-unit id="1799348348510504995" datatype="html">
9584 <source>Jan</source><target state="new">Jan</target>
9585 <context-group purpose="location">
9586 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9587 <context context-type="linenumber">55</context>
9588 </context-group>
9589 <note priority="1" from="description">Month name short</note>
9590 <note priority="1" from="meaning">January short name</note>
9591 </trans-unit><trans-unit id="2980544278361296608" datatype="html">
9592 <source>Feb</source><target state="new">Feb</target>
9593 <context-group purpose="location">
9594 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9595 <context context-type="linenumber">56</context>
9596 </context-group>
9597 <note priority="1" from="description">Month name short</note>
9598 <note priority="1" from="meaning">February short name</note>
9599 </trans-unit><trans-unit id="3124926955462217092" datatype="html">
9600 <source>Mar</source><target state="new">Mar</target>
9601 <context-group purpose="location">
9602 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9603 <context context-type="linenumber">57</context>
9604 </context-group>
9605 <note priority="1" from="description">Month name short</note>
9606 <note priority="1" from="meaning">March short name</note>
9607 </trans-unit><trans-unit id="9658641661863772" datatype="html">
9608 <source>Apr</source><target state="new">Apr</target>
9609 <context-group purpose="location">
9610 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9611 <context context-type="linenumber">58</context>
9612 </context-group>
9613 <note priority="1" from="description">Month name short</note>
9614 <note priority="1" from="meaning">April short name</note>
9615 </trans-unit><trans-unit id="502512326533496869" datatype="html">
9616 <source>May</source><target state="new">May</target>
9617 <context-group purpose="location">
9618 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9619 <context context-type="linenumber">59</context>
9620 </context-group>
9621 <note priority="1" from="description">Month name short</note>
9622 <note priority="1" from="meaning">May short name</note>
9623 </trans-unit><trans-unit id="3044090977322782161" datatype="html">
9624 <source>Jun</source><target state="new">Jun</target>
9625 <context-group purpose="location">
9626 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9627 <context context-type="linenumber">60</context>
9628 </context-group>
9629 <note priority="1" from="description">Month name short</note>
9630 <note priority="1" from="meaning">June short name</note>
9631 </trans-unit><trans-unit id="8066434078267346927" datatype="html">
9632 <source>Jul</source><target state="new">Jul</target>
9633 <context-group purpose="location">
9634 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9635 <context context-type="linenumber">61</context>
9636 </context-group>
9637 <note priority="1" from="description">Month name short</note>
9638 <note priority="1" from="meaning">July short name</note>
9639 </trans-unit><trans-unit id="1796563865253467834" datatype="html">
9640 <source>Aug</source><target state="new">Aug</target>
9641 <context-group purpose="location">
9642 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9643 <context context-type="linenumber">62</context>
9644 </context-group>
9645 <note priority="1" from="description">Month name short</note>
9646 <note priority="1" from="meaning">August short name</note>
9647 </trans-unit><trans-unit id="5865190625753625986" datatype="html">
9648 <source>Sep</source><target state="new">Sep</target>
9649 <context-group purpose="location">
9650 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9651 <context context-type="linenumber">63</context>
9652 </context-group>
9653 <note priority="1" from="description">Month name short</note>
9654 <note priority="1" from="meaning">September short name</note>
9655 </trans-unit><trans-unit id="4011114601374284323" datatype="html">
9656 <source>Oct</source><target state="new">Oct</target>
9657 <context-group purpose="location">
9658 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9659 <context context-type="linenumber">64</context>
9660 </context-group>
9661 <note priority="1" from="description">Month name short</note>
9662 <note priority="1" from="meaning">October short name</note>
9663 </trans-unit><trans-unit id="5063734982204786445" datatype="html">
9664 <source>Nov</source><target state="new">Nov</target>
9665 <context-group purpose="location">
9666 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9667 <context context-type="linenumber">65</context>
9668 </context-group>
9669 <note priority="1" from="description">Month name short</note>
9670 <note priority="1" from="meaning">November short name</note>
9671 </trans-unit><trans-unit id="4789897150069082503" datatype="html">
9672 <source>Dec</source><target state="new">Dec</target>
9673 <context-group purpose="location">
9674 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context>
9675 <context context-type="linenumber">66</context>
9676 </context-group>
9677 <note priority="1" from="description">Month name short</note>
9678 <note priority="1" from="meaning">December short name</note>
9541 </trans-unit> 9679 </trans-unit>
9542 <trans-unit id="7595747576974676670"> 9680
9543 <source>Jan</source> 9681
9544 <target>Jan</target> 9682
9545 <note from="description" priority="1">Month name short</note> 9683
9546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group> 9684
9547 </trans-unit> 9685
9548 <trans-unit id="4916040996255005712"> 9686
9549 <source>Feb</source> 9687
9550 <target>Feb</target> 9688
9551 <note from="description" priority="1">Month name short</note> 9689
9552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group> 9690
9553 </trans-unit>
9554 <trans-unit id="6438827956918137617">
9555 <source>Mar</source>
9556 <target>Mar</target>
9557 <note from="description" priority="1">Month name short</note>
9558 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9559 </trans-unit>
9560 <trans-unit id="5507326650332881991">
9561 <source>Apr</source>
9562 <target>Apr</target>
9563 <note from="description" priority="1">Month name short</note>
9564 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9565 </trans-unit>
9566 <trans-unit id="2113470244260512015">
9567 <source>Jun</source>
9568 <target>Jun</target>
9569 <note from="description" priority="1">Month name short</note>
9570 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9571 </trans-unit>
9572 <trans-unit id="53176888553719239">
9573 <source>Jul</source>
9574 <target>Jul</target>
9575 <note from="description" priority="1">Month name short</note>
9576 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9577 </trans-unit>
9578 <trans-unit id="5648574669404659458">
9579 <source>Aug</source>
9580 <target>Aug</target>
9581 <note from="description" priority="1">Month name short</note>
9582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9583 </trans-unit>
9584 <trans-unit id="4354095055982674918">
9585 <source>Sep</source>
9586 <target>Sep</target>
9587 <note from="description" priority="1">Month name short</note>
9588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9589 </trans-unit>
9590 <trans-unit id="6207754626941051341">
9591 <source>Oct</source>
9592 <target>Oct</target>
9593 <note from="description" priority="1">Month name short</note>
9594 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9595 </trans-unit>
9596 <trans-unit id="8269261039058575292">
9597 <source>Nov</source>
9598 <target>Nov</target>
9599 <note from="description" priority="1">Month name short</note>
9600 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9601 </trans-unit>
9602 <trans-unit id="7777579586760423636">
9603 <source>Dec</source>
9604 <target>Dec</target>
9605 <note from="description" priority="1">Month name short</note>
9606 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9607 </trans-unit>
9608 <trans-unit id="8700121026680200191"> 9691 <trans-unit id="8700121026680200191">
9609 <source>Clear</source> 9692 <source>Clear</source>
9610 <target>清除</target> 9693 <target>清除</target>