]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Some language fixes (#2198)
authorFilip Bengtsson <40275136+AutomCoding@users.noreply.github.com>
Wed, 23 Oct 2019 12:39:09 +0000 (14:39 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 23 Oct 2019 12:39:09 +0000 (14:39 +0200)
* Fix preposition

* Fix French colon spacing

* Some grammar fixes

* Preposition fix

* Update signup-success.component.html

After suggestion from @frankstrater.

client/src/app/+about/about-peertube/about-peertube.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+signup/+register/register.component.html
client/src/app/+signup/shared/signup-success.component.html
client/src/app/modal/welcome-modal.component.html

index 423f7bce7a52cd88978db4af88f5269d86300b9b..d1e3e1b3c180b0efb8406dab10476f4e5ce41bc0 100644 (file)
@@ -52,7 +52,7 @@
       </li>
 
       <li i18n>
       </li>
 
       <li i18n>
-        The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
+        The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
       </li>
 
       <li i18n>
       </li>
 
       <li i18n>
index 47e3e5a52605eacd923bb3ae993d57705e197e47..5e7ab03cd9ee53c071c55419225732b2d630406d 100644 (file)
 
           <div class="form-group">
             <label i18n for="instanceAdministrator">Who is behind the instance?</label>
 
           <div class="form-group">
             <label i18n for="instanceAdministrator">Who is behind the instance?</label>
-            <div class="label-small-info">A single person? A non profit? A company?</div>
+            <div class="label-small-info">A single person? A non-profit? A company?</div>
 
             <my-markdown-textarea
               id="instanceAdministrator" formControlName="administrator" textareaWidth="500px" textareaHeight="75px" [previewColumn]="true"
 
             <my-markdown-textarea
               id="instanceAdministrator" formControlName="administrator" textareaWidth="500px" textareaHeight="75px" [previewColumn]="true"
           </div>
 
           <div class="form-group">
           </div>
 
           <div class="form-group">
-            <label i18n for="instanceBusinessModel">How will you pay the PeerTube instance server?</label>
+            <label i18n for="instanceBusinessModel">How will you finance the PeerTube server?</label>
             <div class="label-small-info">With you own funds? With users donations? Advertising?</div>
 
             <textarea
             <div class="label-small-info">With you own funds? With users donations? Advertising?</div>
 
             <textarea
           <div i18n class="inner-form-title">Other information</div>
 
           <div class="form-group">
           <div i18n class="inner-form-title">Other information</div>
 
           <div class="form-group">
-            <label i18n for="instanceHardwareInformation">On what server/hardware the instance runs?</label>
+            <label i18n for="instanceHardwareInformation">What server/hardware does the instance run on?</label>
             <div class="label-small-info">2vCore 2GB RAM/or directly the link to the server you rent etc</div>
 
             <my-markdown-textarea
             <div class="label-small-info">2vCore 2GB RAM/or directly the link to the server you rent etc</div>
 
             <my-markdown-textarea
           <label i18n for="instanceDefaultClientRoute">Default client route</label>
           <div class="peertube-select-container">
             <select id="instanceDefaultClientRoute" formControlName="defaultClientRoute">
           <label i18n for="instanceDefaultClientRoute">Default client route</label>
           <div class="peertube-select-container">
             <select id="instanceDefaultClientRoute" formControlName="defaultClientRoute">
-              <option i18n value="/videos/overview">Videos Discover</option>
-              <option i18n value="/videos/trending">Videos Trending</option>
-              <option i18n value="/videos/most-liked">Most Liked Videos</option>
-              <option i18n value="/videos/recently-added">Videos Recently Added</option>
+              <option i18n value="/videos/overview">Discover videos</option>
+              <option i18n value="/videos/trending">Trending videos</option>
+              <option i18n value="/videos/most-liked">Most liked videos</option>
+              <option i18n value="/videos/recently-added">Recently added videos</option>
               <option i18n value="/videos/local">Local videos</option>
             </select>
           </div>
               <option i18n value="/videos/local">Local videos</option>
             </select>
           </div>
 
         <ng-container formGroupName="user">
           <div class="form-group">
 
         <ng-container formGroupName="user">
           <div class="form-group">
-            <label i18n for="userVideoQuota">User default video quota</label>
+            <label i18n for="userVideoQuota">Default video quota per user</label>
             <div class="peertube-select-container">
               <select id="userVideoQuota" formControlName="videoQuota">
                 <option *ngFor="let videoQuotaOption of videoQuotaOptions" [value]="videoQuotaOption.value">
             <div class="peertube-select-container">
               <select id="userVideoQuota" formControlName="videoQuota">
                 <option *ngFor="let videoQuotaOption of videoQuotaOptions" [value]="videoQuotaOption.value">
           </div>
 
           <div class="form-group">
           </div>
 
           <div class="form-group">
-            <label i18n for="userVideoQuotaDaily">User default daily upload limit</label>
+            <label i18n for="userVideoQuotaDaily">Default daily upload limit per user</label>
             <div class="peertube-select-container">
               <select id="userVideoQuotaDaily" formControlName="videoQuotaDaily">
                 <option *ngFor="let videoQuotaDailyOption of videoQuotaDailyOptions" [value]="videoQuotaDailyOption.value">
             <div class="peertube-select-container">
               <select id="userVideoQuotaDaily" formControlName="videoQuotaDaily">
                 <option *ngFor="let videoQuotaDailyOption of videoQuotaDailyOptions" [value]="videoQuotaDailyOption.value">
                 i18n-labelText labelText="Allow additional extensions"
               >
                 <ng-template ptTemplate="help">
                 i18n-labelText labelText="Allow additional extensions"
               >
                 <ng-template ptTemplate="help">
-                  <ng-container i18n>Allow your users to upload .mkv, .mov, .avi, .flv videos</ng-container>
+                  <ng-container i18n>Allow your users to upload .mkv, .mov, .avi and .flv videos</ng-container>
                 </ng-template>
               </my-peertube-checkbox>
             </div>
                 </ng-template>
               </my-peertube-checkbox>
             </div>
               <my-help>
                 <ng-template ptTemplate="customHtml">
                   <ng-container i18n>
               <my-help>
                 <ng-template ptTemplate="customHtml">
                   <ng-container i18n>
-                    Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
+                    Write JavaScript code directly.<br />Example: <pre>console.log('my instance is amazing');</pre>
                   </ng-container>
                 </ng-template>
               </my-help>
                   </ng-container>
                 </ng-template>
               </my-help>
               <my-help>
                 <ng-template ptTemplate="customHtml">
                   <ng-container i18n>
               <my-help>
                 <ng-template ptTemplate="customHtml">
                   <ng-container i18n>
-                    Write directly CSS code. Example:<br /><br />
+                    Write CSS code directly. Example:<br /><br />
 <pre>
 #custom-css {{ '{' }}
   color: red;
 <pre>
 #custom-css {{ '{' }}
   color: red;
   </ngb-tabset>
 
   <input (click)="formValidated()" type="submit" i18n-value value="Update configuration" [disabled]="!form.valid">
   </ngb-tabset>
 
   <input (click)="formValidated()" type="submit" i18n-value value="Update configuration" [disabled]="!form.valid">
-  <span class="form-error" i18n *ngIf="!form.valid">It seems the configuration is invalid. Please search potential errors in the different tabs.</span>
+  <span class="form-error" i18n *ngIf="!form.valid">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</span>
 </form>
 </form>
index 906e29aeddb3088d3aaf1d0518d0f8266adbae16..fa9838ba617180a1bf36c5f34ebc161864cf86e5 100644 (file)
@@ -67,7 +67,7 @@
               </div>
 
               <div class="block">
               </div>
 
               <div class="block">
-                <strong i18n>How will we pay this instance?</strong>
+                <strong i18n>How will we finance this instance?</strong>
                 <div [innerHTML]="about.instance.businessModel"></div>
               </div>
             </ng-template>
                 <div [innerHTML]="about.instance.businessModel"></div>
               </div>
             </ng-template>
index 9bd381b786015129c29b64c855b878f925fd7fe5..71f01897d01fe8b9f7e988481ec72641ca35c539 100644 (file)
@@ -5,12 +5,12 @@
   <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/>
 </svg>
 
   <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/>
 </svg>
 
-<p i18n class="bottom-message">Welcome on PeerTube!</p>
+<p i18n class="bottom-message">Welcome to PeerTube!</p>
 
 <div *ngIf="message" class="alert alert-success">
   <p>{{ message }}</p>
 
   <p i18n>
 
 <div *ngIf="message" class="alert alert-success">
   <p>{{ message }}</p>
 
   <p i18n>
-    If you need help to use PeerTube, you can take a look to the <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>.
+    If you need help to use PeerTube, you can have a look at the <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>.
   </p>
 </div>
   </p>
 </div>
index 09ff2163b815f35427705eff1ccc3911b52883c8..d28bbf6997942a5032533e7b499f5fcad89c4cae 100644 (file)
@@ -1,6 +1,6 @@
 <ng-template #modal let-hide="close">
   <div class="modal-header">
 <ng-template #modal let-hide="close">
   <div class="modal-header">
-    <h4 i18n class="modal-title">Welcome on PeerTube dear administrator!</h4>
+    <h4 i18n class="modal-title">Welcome to PeerTube, dear administrator!</h4>
     <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
   </div>
 
     <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
   </div>