From dbcd3e12e380a429c7bae6b0baa9daaf1d99f68b Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:55:21 +0200 Subject: [PATCH 1/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fr/all.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/fr/all.json b/fr/all.json index e01788a..79dc792 100644 --- a/fr/all.json +++ b/fr/all.json @@ -276,8 +276,22 @@ "AUTHENTICATION_TITLE": "Authentification", "CACHING": { "DESCRIPTION": "Mettre les images en cache pour consultation hors-ligne.", - "TITLE": "Mise en cache" - } + "NUMBER_DESCRIPTION": "Régler le nombre maximum d'images à mettre en cache. Quand la limite est atteinte, les images les plus anciennes seront effacées.", + "NUMBER_TITLE": "Maximum d'Images en Cache", + "TITLE": "Mise en cache", + "TOGGLE_DESCRIPTION": "Si désactivé, toute image en cache sera supprimée.", + "TOGGLE_TITLE": "Activer le Cache" + }, + "DANGER_ZONE": { + "KEYWORDS": "synchro sync synchronisation supprimer comte réinitialiser tutoriel pas à pas reset progrès réinitialiser progrès effacer progrès recommencer réglages avancés du compte", + "TITLE": "Zone de Danger" + }, + "DANGER_ZONE_TITLE": "Zone de Danger", + "EXPORT_IMPORT": { + "KEYWORDS": "Exporter Export Sauvegarde Backup Roam Dynalist Logseq Notion Evernote Obsidian" + }, + "IMPORT_EXPORT_TITLE": "Import et Export", + "MY_PROFILE": "Mon Profil" } }, "TEMPLATES": { From f6c94b4d8317ac9883b980f419372eab945dd61b Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:36:04 +0200 Subject: [PATCH 2/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fr/all.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/fr/all.json b/fr/all.json index 79dc792..7cb725c 100644 --- a/fr/all.json +++ b/fr/all.json @@ -292,6 +292,18 @@ }, "IMPORT_EXPORT_TITLE": "Import et Export", "MY_PROFILE": "Mon Profil" + }, + "EARN_CREDIT": { + "EMAIL_PLACEHOLDER": "amicurieux@gmail.com", + "ENTER_VALID_EMAIL": "Tapez un email valide !", + "FRIENDS_TITLE": "Amis", + "FRIEND_ALREADY_ON_REMNOTE": "Votre ami est déjà sur Remnote", + "HANG_ON": "Paientez", + "INVITE": "Inviter", + "INVITED_YOU": "(vous a invité)", + "INVITE_COPIED": "Lien d'invitation copié !", + "INVITE_EMAIL": "Inviter via email", + "INVITE_ERROR": "Une erreur est survenue. Merci de réessayer plus tard." } }, "TEMPLATES": { From ef959210a1ce4a8d63ab811e58cb4c21efc74c29 Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:37:26 +0200 Subject: [PATCH 3/8] =?UTF-8?q?feat:=20add=20Ninja=20GitHub=20action=20?= =?UTF-8?q?=F0=9F=A5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ninja_i18n.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/ninja_i18n.yml diff --git a/.github/workflows/ninja_i18n.yml b/.github/workflows/ninja_i18n.yml new file mode 100644 index 0000000..c0ed059 --- /dev/null +++ b/.github/workflows/ninja_i18n.yml @@ -0,0 +1,23 @@ + +name: Ninja i18n action + +on: pull_request_target + +# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings +permissions: + pull-requests: write # Necessary to comment on PRs + issues: read # Necessary to read issue comments + contents: read # Necessary to access the repo content + +jobs: + ninja-i18n: + name: Ninja i18n - GitHub Lint Action + runs-on: ubuntu-latest + + steps: + - name: Run Ninja i18n + # @main ensures that the latest version of the action is used + uses: opral/ninja-i18n-action@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + \ No newline at end of file From 4b16f1f6dbabd8ee4ed0732f9f6def67c792b16c Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:38:53 +0200 Subject: [PATCH 4/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fr/all.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/fr/all.json b/fr/all.json index 7cb725c..0b7275d 100644 --- a/fr/all.json +++ b/fr/all.json @@ -291,7 +291,14 @@ "KEYWORDS": "Exporter Export Sauvegarde Backup Roam Dynalist Logseq Notion Evernote Obsidian" }, "IMPORT_EXPORT_TITLE": "Import et Export", - "MY_PROFILE": "Mon Profil" + "MY_PROFILE": "Mon Profil", + "PROFILE": { + "KEYWORDS": "Profil Personnel Utilisateur" + }, + "PROFILE_TITLE": "Profil", + "SUPPORT": { + "KEYWORDS": "support ticket executer aide" + } }, "EARN_CREDIT": { "EMAIL_PLACEHOLDER": "amicurieux@gmail.com", From 86c0cb7108cbb725f854e4b5fb7157201d706f60 Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:40:25 +0200 Subject: [PATCH 5/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fr/all.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/fr/all.json b/fr/all.json index 0b7275d..7f8bbae 100644 --- a/fr/all.json +++ b/fr/all.json @@ -292,15 +292,32 @@ }, "IMPORT_EXPORT_TITLE": "Import et Export", "MY_PROFILE": "Mon Profil", + "NAVIGATION_TITLE": "Navigation", + "PRIVACY": { + "KEYWORDS": "confidentialité", + "TITLE": "Confidentialité" + }, "PROFILE": { "KEYWORDS": "Profil Personnel Utilisateur" }, "PROFILE_TITLE": "Profil", "SUPPORT": { - "KEYWORDS": "support ticket executer aide" + "KEYWORDS": "support ticket executer aide", + "TITLE": "Support" + }, + "SYNCING": { + "KEYWORDS": "Forcer la Synchronisation des Images & PDFs", + "TITLE": "Synchronisation" + }, + "VERSION": { + "KEYWORDS": "version", + "TITLE": "Version de l'application" } }, "EARN_CREDIT": { + "APPLY_CREDIT": "Utiliser votre crédit", + "COPIED": "Copié !", + "COPYLINK": "Copier le Lien", "EMAIL_PLACEHOLDER": "amicurieux@gmail.com", "ENTER_VALID_EMAIL": "Tapez un email valide !", "FRIENDS_TITLE": "Amis", From 5c4eb289789e5bee4742b2be023067b59bc2963f Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:43:15 +0200 Subject: [PATCH 6/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fr/all.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/fr/all.json b/fr/all.json index 7f8bbae..d0a1406 100644 --- a/fr/all.json +++ b/fr/all.json @@ -196,7 +196,8 @@ }, "HEADER": { "AREA_HIGHLIGHT_TOOLTIP": "Surlignement de Zone ({{keyName}} + Glisser)", - "NUMBER_OF_PAGES_TOOLTIP": "nombre de pages" + "NUMBER_OF_PAGES_TOOLTIP": "nombre de pages", + "TOGGLE_DEFAULT_DOCUMENT_TOOLTIP": "Afficher le Document par Défaut" }, "PDF_OPTIONS": { "CHANGE_THEME": "Changer le thème", @@ -256,7 +257,8 @@ "DESCRIPTION": "Surlignez et faites référence à des PDFs, PPTs, documents Word, etc.", "FEATURE_NAME": "Surlignement PDF", "PAYWALL": "Vous avez atteint votre limite de PDFs mis en ligne.", - "TITLE": "Téléverser et Annoter un Fichier" + "TITLE": "Téléverser et Annoter un Fichier", + "todo_for_the_item_below": "déplacer ceci dans un objet de nom de fonctionnalité globale ?" } } }, @@ -292,11 +294,15 @@ }, "IMPORT_EXPORT_TITLE": "Import et Export", "MY_PROFILE": "Mon Profil", + "NAVIGATION": { + "KEYWORDS": "Export et Sauvegrade Poubelle Corbeille Supprimé Rem Import Base de Données Voir toutes les cartes Télécharger une sauvegarde quotidienne Réglages Avancés Supprimer tous les Rems" + }, "NAVIGATION_TITLE": "Navigation", "PRIVACY": { "KEYWORDS": "confidentialité", "TITLE": "Confidentialité" }, + "PRIVACY_NOTE": "Confidentialité: Lire notre Politique de Confidentialité, ou changer vos réglages dans notre Centre de Confidentialité.", "PROFILE": { "KEYWORDS": "Profil Personnel Utilisateur" }, @@ -318,6 +324,9 @@ "APPLY_CREDIT": "Utiliser votre crédit", "COPIED": "Copié !", "COPYLINK": "Copier le Lien", + "CREATE_ACCOUNT": "Créer un compte pour inviter des amis", + "CREDIT_BALANCE": "Solde de Crédits", + "CREDIT_BALANCE_TEXT": "Vous avez {{userCredit}} crédits restant et avez gagné {{userCreditEarned}} crédits au total. {{months}} mois restants ou mois de Remnote Pro gratuits.

Abonnez-vous à Pro pour commencer à utiliser vos crédits ! Vous ne serez facturé que quand vos crédits seront épuisés.", "EMAIL_PLACEHOLDER": "amicurieux@gmail.com", "ENTER_VALID_EMAIL": "Tapez un email valide !", "FRIENDS_TITLE": "Amis", @@ -327,7 +336,11 @@ "INVITED_YOU": "(vous a invité)", "INVITE_COPIED": "Lien d'invitation copié !", "INVITE_EMAIL": "Inviter via email", - "INVITE_ERROR": "Une erreur est survenue. Merci de réessayer plus tard." + "INVITE_ERROR": "Une erreur est survenue. Merci de réessayer plus tard.", + "INVITE_FRIENDS_EARN_CREDIT": "Gagnez {{monthlyPrice}} crédits RemNote pour chaque ami que vous invitez ! Ils recevront aussi {{monthlyPrice}} crédits pour démarrer.", + "INVITE_FRIENDS_REMNOTE": "Invitez vos amis sur RemNote !", + "INVITE_TEXT": "Inviter des Amis", + "KEYWORDS": "inviter des amis gagner des crédits abonnement changer d'abonnement gagner des crédits gratuitement remnote envoyer un tweet e-mail choisir un plan apprentissage continu présentation des fonctionnalités pro options de tarification prix tarifs" } }, "TEMPLATES": { From 836bc32457e6cad3c248546300ab0f5bf14c0232 Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:01:30 +0200 Subject: [PATCH 7/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fr/all.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fr/all.json b/fr/all.json index d0a1406..55ad7cd 100644 --- a/fr/all.json +++ b/fr/all.json @@ -340,7 +340,12 @@ "INVITE_FRIENDS_EARN_CREDIT": "Gagnez {{monthlyPrice}} crédits RemNote pour chaque ami que vous invitez ! Ils recevront aussi {{monthlyPrice}} crédits pour démarrer.", "INVITE_FRIENDS_REMNOTE": "Invitez vos amis sur RemNote !", "INVITE_TEXT": "Inviter des Amis", - "KEYWORDS": "inviter des amis gagner des crédits abonnement changer d'abonnement gagner des crédits gratuitement remnote envoyer un tweet e-mail choisir un plan apprentissage continu présentation des fonctionnalités pro options de tarification prix tarifs" + "KEYWORDS": "inviter des amis gagner des crédits abonnement changer d'abonnement gagner des crédits gratuitement remnote envoyer un tweet e-mail choisir un plan apprentissage continu présentation des fonctionnalités pro options de tarification prix tarifs", + "NOT_CONFIRMED_EMAIL": "(n'a pas confirmé son email)", + "SEND_INVITE": "Envoyer une invitation", + "SHARE_LINK": "Partager le lien", + "TITLE": "Crédits", + "TOAST_RENEW": "Vos crédit sont utilisés automatiquement lorsque votre abonnement se renouvellera." } }, "TEMPLATES": { From 8875b9efeca4086a04f373f9a49c65ac46257693 Mon Sep 17 00:00:00 2001 From: Tighttempo <92435759+Tighttempo@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:04:40 +0200 Subject: [PATCH 8/8] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/all.json | 6 +++--- fr/all.json | 20 +++++++++++++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/en/all.json b/en/all.json index d9e6c0d..1a19618 100644 --- a/en/all.json +++ b/en/all.json @@ -767,9 +767,9 @@ "CREATE_TEMPLATE": "Create Template", "HIDE_CONFIGURATION": "Hide Configuration", "NEW_TEMPLATE": "New Template", - "PROPERTIES_HELP_TEXT": [ - "Properties describe a tag. For example, for a tag called \"Book\", add properties named Author, Genre, Reading Status, and more!" - ], + "PROPERTIES_HELP_TEXT": { + "0": "Properties describe a tag. For example, for a tag called \"Book\", add properties named Author, Genre, Reading Status, and more!" + }, "PROPERTY_WITH_COUNT_one": "{{count, number}} Property", "PROPERTY_WITH_COUNT_other": "{{count, number}} Properties", "PROPERTY_one": "Property", diff --git a/fr/all.json b/fr/all.json index 55ad7cd..4b48e2e 100644 --- a/fr/all.json +++ b/fr/all.json @@ -345,7 +345,25 @@ "SEND_INVITE": "Envoyer une invitation", "SHARE_LINK": "Partager le lien", "TITLE": "Crédits", - "TOAST_RENEW": "Vos crédit sont utilisés automatiquement lorsque votre abonnement se renouvellera." + "TOAST_RENEW": "Vos crédit sont utilisés automatiquement lorsque votre abonnement se renouvellera.", + "TOAST_SUBSCRIBE": "Vos crédits seront utilisés automatiquement lorsque vous souscrirez à RemNote Pro. Choisissez un plan ci-dessous et commencez maintenant !", + "VERIFY_EMAIL": "Pour inviter quelqu'un, validez votre adresse mail." + }, + "EDITOR": { + "DATES_AND_TIMES": { + "DATE_FORMATTING": { + "DESCRIPTION": "Montrer les dates dans RemNote dans ce format.", + "TITLE": "Format des Dates" + }, + "DATE_FORMATTING_CUSTOM": { + "DESCRIPTION": "Personnalisez le format de vos dates en utilisant les options fournies.", + "TITLE": "Personnalisation des dates." + }, + "TIME_FORMATTING": { + "DESCRIPTION": "Formattez les heures insérées avec /heure comme ceci:", + "TITLE": "Format des Heures" + } + } } }, "TEMPLATES": {