Browse Source

Merge pull request #872 from 3xpl0it-Sh4d0w/patch-2

Update newtab.json
Ahmad Kholid 2 years ago
parent
commit
532960ad8f
3 changed files with 25 additions and 10 deletions
  1. 2 2
      .github/FUNDING.yml
  2. 16 1
      README.md
  3. 7 7
      src/locales/fr/newtab.json

+ 2 - 2
.github/FUNDING.yml

@@ -1,4 +1,4 @@
 # These are supported funding model platforms
 
-ko_fi: kholid060
-custom: ['https://paypal.me/akholid060']
+github: AutomaApp
+

+ 16 - 1
README.md

@@ -67,6 +67,21 @@ yarn build:firefox
 yarn lint
 ```
 
+### Install Locally
+#### Chrome
+1. Open chrome and navigate to extensions page using this URL: chrome://extensions.
+2. Enable the "Developer mode".
+3. Click "Load unpacked extension" button, browse the `automa/build` directory and select it.
+
+![Install in chrome](https://res.cloudinary.com/chat-story/image/upload/v1665128418/automa/chrome_QWxClxFcio_d9pqp8.png)
+
+### Firefox
+1. Open firefox and navigate to `about:debugging#/runtime/this-firefox`.
+2. Click the "Load Temporary Add-on" button.
+3. Browse the `automa/build` directory and select the `manifest.json` file.
+
+![Install in firefox](https://res.cloudinary.com/chat-story/image/upload/v1665128974/automa/firefox_30wkpfGM7N_lihajj.png)
+
 ## Contributors
 Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.
 
@@ -77,4 +92,4 @@ Thanks to everyone who has submitted issues, made suggestions, and generally hel
 ## License
 Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the [Automa Commercial License](https://www.automa.site/license/commercial/).
 
-See [LICENSE.txt](./LICENSE.txt) for details.
+See [LICENSE.txt](./LICENSE.txt) for details.

+ 7 - 7
src/locales/fr/newtab.json

@@ -44,8 +44,8 @@
         "encrypt": "Chiffrer avec mot de passe"
       },
       "restore": {
-        "title": "Restorer les workflows",
-        "button": "Restorer",
+        "title": "Restaurer les workflows",
+        "button": "Restaurer",
         "update": "Mettre à jour si le workflow existe"
       },
       "cloud": {
@@ -54,7 +54,7 @@
           "cloud": "Cloud"
         },
         "delete": "Supprimer la sauvegarde",
-        "title": "Sauvegarde sur le cloud",
+        "title": "Enregistrer sur le cloud",
         "sync": "Synchroniser",
         "lastSync": "Dernière synchronisation",
         "lastBackup": "Dernière sauvegarde",
@@ -137,7 +137,7 @@
       "executeBy": "Exécuté par: \"{name}\""
     },
     "dataColumns": {
-      "title": "Table",
+      "title": "Tableau",
       "placeholder": "Rechercher ou ajouter une colonne",
       "select": "Sélectionner une colonne",
       "column": {
@@ -159,10 +159,10 @@
       "executedBlockOnWeb": "Afficher le bloc exécuté sur la page Web",
       "debugMode": {
         "title": "Mode debug",
-        "description": "Execute the workflow using the Chrome DevTools Protocol"
+        "description": "Exécutez le workflow à l'aide du protocole Chrome DevTools."
       },
       "restartWorkflow": {
-        "for": "Redémarrez pour",
+        "for": "Redémarrer pour",
         "times": "Fois"
       },
       "onError": {
@@ -232,7 +232,7 @@
       "stop-timeout": "Le workflow est arrêté en raison du délai d'attente",
       "no-file-access": "Automa n'a pas accès au fichier",
       "no-workflow": "Impossible de trouver le workflow avec l'ID \"{workflowId}\"",
-      "no-match-tab": "Impossible de trouver un onglet avec les patternes \"{pattern}\"",
+      "no-match-tab": "Impossible de trouver un onglet avec les motifs \"{pattern}\"",
       "no-clipboard-acces": "Vous n'êtes pas autorisé à accéder au presse-papiers",
       "element-not-found": "Impossible de trouver un élément avec le sélecteur \"{selector}\".",
       "not-iframe": "L'élément avec le sélecteur \"{selector}\" n'est pas un élément Iframe",