Skip to content

Commit

Permalink
Merge pull request #38 from Elestriel/french-translation
Browse files Browse the repository at this point in the history
Added French translations
  • Loading branch information
dsrkafuu committed Jun 3, 2023
2 parents aea5f7a + 09667eb commit a81adf2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
63 changes: 63 additions & 0 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"LANG": "Français",

"App Ready to Work Offline": "App est prêt à utiliser hors ligne",
"Refresh to New Version Available": "Rafraîchir pour nouvelle version",

"Swings": "Coups",
"Deaths": "Morts",
"Damage": "Dommages",
"Overheal": "Excès de soins",
"Shielded": "Bloqué",
"Direct": "Direct",
"Critical !": "Critique!",
"DC !!!": "DC !!!",

"History": "Histoire",

"About": "Infos",
"Need Help": "Nous avons besoin |d'aide| de plusieurs traducteurs!",
"Request Issue": "SVP |créer un issue| si vous avez des questions ou idées.",
"Build Date": "Date de compilation",
"Theme Credits": "Crédits de Thème",

"Data": "Données",
"Sort Rule": "Règle de triage",
"Max Combatants": "Combatants maximales",
"Show Limit Break": "Afficher Limit Break",
"Custom ID": "Nom personnalisé",
"Pet-Merging ID": "Nom pour combinaison du compagnon",
"Auto Short Number": "Numéros courts automatiques",
"Big Number Mode": "Mode numéros larges",

"Display": "Affichage",
"Display Mode": "Mode d'affichage",
"Display Content": "Contenu d'affichage",
"Highlight Self": "Souligner soi-même",
"Tickers Display": "Affichage des tickers",
"Tickers Align": "Alligner les tickers",
"Bottom Display": "Affichage du bas",
"Shorten Name": "Noms courts",

"General": "Général",
"Language": "Langue",
"UI Scale": "Gamme d'interface",
"Opacity": "Opacité",
"Font Family": "Famille de polices",
"Custom CSS": "CSS personnalisé",
"Transfer Settings": "Transferer réglages",

"Theme": "Thème",
"Theme Mode": "Mode de thème",
"Common": "Commun",
"Self Highlighting": "Soulignage de soi-même",
"Tickers": "Tickers",
"Roles": "Rôles",
"Jobs": "Métiers",
"Theme Customization": "Personalisation de thème",

"Please enter the new value": "Entrer la nouvelle valeur",
"Copy to clipboard using Ctrl+C": "Copier au presse-papiers avec Ctrl+C",
"Please enter settings data": "Entrer paramètres",
"Invalid settings data": "Paramètres invalides"
}
2 changes: 2 additions & 0 deletions src/lang/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ja from './ja.json';
import zh from './zh.json';
import de from './de.json';
import ko from './ko.json';
import fr from './fr.json';

export interface TranslationData {
[key: string]: string | undefined;
Expand All @@ -14,4 +15,5 @@ export default {
zh: { text: zh.LANG, translation: zh as TranslationData },
de: { text: de.LANG, translation: de as TranslationData },
ko: { text: ko.LANG, translation: ko as TranslationData },
fr: { text: fr.LANG, translation: fr as TranslationData }
};

1 comment on commit a81adf2

@vercel
Copy link

@vercel vercel bot commented on a81adf2 Jun 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

skyline-overlay – ./

skyline-overlay-dsrkafuu.vercel.app
skyline-overlay-git-main-dsrkafuu.vercel.app
skyline.dsrkafuu.net

Please sign in to comment.