Skip to content

Commit

Permalink
refactor: adjust localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 15, 2024
1 parent eb4d6d0 commit 995277e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/localizations/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"success": "Here is your CSV file! \nPlease note, by default, the delimiter used is `;`. \nDon't forget to specify it when importing into your software (excel/google sheet...).\n\nPlease note that you must calculate the combinations yourself!"
},
"button": {
"add": {},
"add": {
},
"cancel": "Cancel",
"continue": "Continue",
"dice": "Save a die",
Expand Down Expand Up @@ -164,7 +165,6 @@
"template": "Model",
"user": "⌈⌋ Sheet ⌈⌋"
},

"error": {
"channel": "The channel `{{-channel}}` does not exist on this server.",
"charName": "The character {{- charName}} is not registered.",
Expand All @@ -188,7 +188,7 @@
"noTemplateId": "No messages found with data saved in database:\n- Channel: `{{-channelId}}`\n- Message ID: `{{- messageId}}`",
"noThread": "No valid channel found - Please re-register the template if the channel was deleted",
"notRegistered": "You are not registered",
"oldEmbed": "",
"oldEmbed": "This record does not match the one in the database. \nYou will find the new sheet [here]({{- sheet}}).",
"private": "This character sheet is private! \nYou do not have permission to read it.",
"rollChannelNotFound": "The channel configured by the `/result_channel` command was not found. \nUsing the default configuration.",
"statNotFound": "Statistics not found! Did you make a typing error?",
Expand All @@ -209,7 +209,8 @@
"options": {
"desc": "Export only characters marked as private",
"name": "private_sheet_only",
"private": {}
"private": {
}
}
},
"generate": {
Expand Down
2 changes: 1 addition & 1 deletion src/localizations/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"noTemplateId": "Aucun message trouvé avec les données sauvegardée dans la base de données:\n- Channel : `{{- channelId}}`\n- ID du message : `{{- messageId}}`",
"noThread": "Aucun channel valide trouvé — Veuillez réenregistrer le modèle si le channel a été supprimé",
"notRegistered": "Vous n'êtes pas enregistré",
"oldEmbed": "Cette fiche ne correspond pas à celle dans la base de données. Vous trouverez la nouvelle fiche [ici]({{- fiche}}).",
"oldEmbed": "Cette fiche ne correspond pas à celle dans la base de données. Vous trouverez la nouvelle fiche [ici](<{{- fiche}}>).",
"private": "Cette fiche est privée ! Vous n'avez pas la permissions pour la lire.",
"rollChannelNotFound": "Le channel configuré par la commande `/result_channel` n'a pas été trouvé. Utilisation de la configuration par défaut.",
"statNotFound": "Statistiques introuvable ! Avez vous fait une erreur de frappe ?",
Expand Down

0 comments on commit 995277e

Please sign in to comment.