Fix invalid translations
This commit is contained in:
parent
65a0879027
commit
918ba713e4
|
@ -1121,7 +1121,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="403587185492002456" datatype="html">
|
||||
<source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
|
||||
<target state="translated">{VAR_PLURAL, jamak, =1 {1 pelanggan} lainnya {<x id="INTERPOLASI"/> pelanggan}}</target>
|
||||
<target state="translated">{VAR_PLURAL, jamak, =1 {1 pelanggan} other {<x id="INTERPOLASI"/> pelanggan}}</target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
|
||||
<context context-type="linenumber">13</context>
|
||||
|
|
|
@ -3391,7 +3391,7 @@ The link will expire within 1 hour.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="4036338619293319383" datatype="html">
|
||||
<source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
|
||||
<target state="translated">{VAR_PLURAL, plurale, =1 {1 risposta} altri {<x id="INTERPOLATION"/> risposte}}</target>
|
||||
<target state="translated">{VAR_PLURAL, plurale, =1 {1 risposta} other {<x id="INTERPOLATION"/> risposte}}</target>
|
||||
<context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">74</context></context-group>
|
||||
<context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">77</context></context-group>
|
||||
<context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">81</context></context-group>
|
||||
|
@ -5014,7 +5014,7 @@ The link will expire within 1 hour.</source>
|
|||
<context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit>
|
||||
<trans-unit id="8342879272354516454" datatype="html">
|
||||
<source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
|
||||
<target state="translated">{VAR_PLURAL, plurale, =1 {anni} altri {anni}}</target>
|
||||
<target state="translated">{VAR_PLURAL, plurale, =1 {anni} other {anni}}</target>
|
||||
|
||||
<context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit>
|
||||
<trans-unit id="7456307533995141215" datatype="html">
|
||||
|
@ -5140,7 +5140,7 @@ The link will expire within 1 hour.</source>
|
|||
<context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">347</context></context-group></trans-unit>
|
||||
<trans-unit id="3840267063842708224" datatype="html">
|
||||
<source>{VAR_PLURAL, plural, =1 {channel} other {channels}}</source>
|
||||
<target state="translated">{VAR_PLURAL, plural, =1 {Channel} altri {Channels} }</target>
|
||||
<target state="translated">{VAR_PLURAL, plural, =1 {Channel} other {Channels} }</target>
|
||||
|
||||
<context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">354</context></context-group></trans-unit>
|
||||
<trans-unit id="3428986951244800347" datatype="html">
|
||||
|
|
Loading…
Reference in New Issue