Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding french translation #453

Closed
wants to merge 1 commit into from
Closed

adding french translation #453

wants to merge 1 commit into from

Conversation

tconstans
Copy link

Hello,

Just created a quick (and probably) dirty french translation of ui.h file.

Best regards

@allinurl
Copy link
Owner

allinurl commented Jun 27, 2016

Thanks very much for this PR! I expect to release soon a minor version that addresses issues #422 and #433, so for now I'll hold on this PR. However, once v1.0.2 is deployed, I can merge this so it can go out in v1.0.3.

#define T_HEAD "Requètes analysées, vue d'ensemble"

#define T_DATETIME "Date/Heure"
#define T_REQUESTS "Nb total de requètes"

Choose a reason for hiding this comment

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

:%s/equètes/equêtes/

#define T_UNIQUE_FIL "Fichiers uniques"
#define T_EXCLUDE_IP "Excl. IP Hits"
#define T_REFERRER "Origine"
#define T_UNIQUE404 "Unique 404"

Choose a reason for hiding this comment

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

"404 uniques" ?

#define STATI_LABEL "Requètes Statiques"

#define VTIME_HEAD "Distribution temporelle"
#define VTIME_DESC "Données triée par heure [, avgts, cumts, maxts]"

Choose a reason for hiding this comment

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

triées

Copy link

Choose a reason for hiding this comment

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

"requêtes" instead of "requètes".

#define VISIT_LABEL "Visiteurs"

#define REQUE_HEAD "Fichiers demandés (URLs)"
#define REQUE_DESC "Top des requètes triés par hits [, avgts, cumts, maxts, mthd, proto]"

Choose a reason for hiding this comment

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

"trié" or "triée", but not "triés"

Copy link

Choose a reason for hiding this comment

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

If I may : "requêtes" instead of "requètes".

@tconstans
Copy link
Author

I agree w/ Greg's corrections

@haricot
Copy link
Contributor

haricot commented May 3, 2017

@ahpnils We use gettext to translate instead of the raw translation. #701 #712
You can see if everything suits you on the file fr.po
To have translations, we have to compile it from the git because it is unreleased at the moment, all fields are not ready to be translated.

@allinurl
Copy link
Owner

allinurl commented May 3, 2017

@haricot btw, soon I'll be pushing the changes that fix the terminal dashboard overflow issue. I'll keep you posted.

@allinurl
Copy link
Owner

allinurl commented Sep 3, 2017

i18 has been implemented and the next release will be shipped with a French translation. Thanks.

@allinurl allinurl closed this Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants