You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
Sylvhem d0a217eb92 Minor fixes in the French translation (#4580)
* Ajout de traductions manquantes

Ajoute des traductions pour les chaînes n’en ayant pas en version 1.5.1.

Add translations for the strings that are missing them in 1.5.1.

* Remplace « ' » par « ’ »

Retire de la traduction les apostrophes droites « ' » (U+0027) au profit des apostrophes typographiques « ’ » (U+2019).
En typographie française, les apostrophes typographiques sont utilisées à la place des apostrophes droites. La traduction était incohérente et utilisait les deux.

Remove from the translation all the vertical apostrophes (U+0027) in favor of the curly ones (U+2019).
In French typography, typographic apostrophes are used instead of vertical ones. The translation was incoherent and used both.

* Ajout d’espaces insécables

Ajoute des espaces insécables suivant les régles nécessaires en typographie française.

Add non-breaking spaces following rules of French typography.

* Remplace « status » par « statut »

Remplace le mot anglais « status » par sa traduction française « statut ».

Replace the English word "status" by its French translation "statut".

* Correction de la politique de confidentialité

Apporte diverses corrections à la traduction de la politique de confidentialité.

Add various fixes to the privacy policy's translation.

* Remplace « mentionné » par « mentionné·e »

Harmonise la traduction en remplaçant « mentionné » par sa forme épicène.

Harmonize the translation by replacing "mentionné" (sure) by its epicene form.

* Remplace « Coup d’œil » par « Jeter un coup d’œil… »

Remplace la première traduction par une forme plus proche de la version originelle.

Replace the first translation by something closer to the original version.

* Remplace « Bon Appétoot ! » par « Bon appouetit ! »

Remplace « Bon Appétoot ! » par « Bon appouetit ! » pour essayer de conserver le jeu de mot.

Replace « Bon Appétoot ! » by « Bon appouetit ! » to keep the pun.

* Remplace « Bon Appétoot ! » par « Bon appouetit ! » (2)

Remplace « Bon Appétoot ! » par « Bon appouetit ! » pour essayer de conserver le jeu de mot.

Replace « Bon Appétoot ! » by « Bon appouetit ! » to keep the pun.f

* Corrections

Corrige des fautes d’orthographe et change « appouetit » pour « appouétit ».

Correct some mistakes and change "appouetit" to "appouétit".
8 years ago
..
actions feat: Cache status height to avoid expensive renders (#4439) 8 years ago
components feat: Cache status height to avoid expensive renders (#4439) 8 years ago
containers feat: Cache status height to avoid expensive renders (#4439) 8 years ago
features add scrollTop to ui/components/column (#4563) 8 years ago
locales Minor fixes in the French translation (#4580) 8 years ago
middleware Remove unused variables (#3906) 8 years ago
reducers Add favourited toot to favourites column (#4562) 8 years ago
selectors refactor: Rewrite immutablejs import statements using destructuring (#4147) 8 years ago
service_worker fix(web_push_notifications): Send message with welcome notifications (#4471) 8 years ago
store refactor: Make all reducers sync (#4125) 8 years ago
.gitkeep Replace sprockets/browserify with Webpack (#2617) 8 years ago
api.js Improve eslint rules (#3147) 8 years ago
base_polyfills.js Lazy load toots using IntersectionObserver (#3191) 8 years ago
emoji.js make number of comparison in emojify() fewer (#4500) 8 years ago
emojione_light.js make number of comparison in emojify() fewer (#4500) 8 years ago
extra_polyfills.js Add object-fit polyfill for Edge (#4182) 8 years ago
is_mobile.js fix(dropdown_menu): Open as modal on mobile (#4295) 8 years ago
link_header.js Improve eslint rules (#3147) 8 years ago
load_polyfills.js Load extra polyfills when isIntersecting is undefined (#4469) 8 years ago
main.js Require any modules after loading polyfill in entry points (#4231) 8 years ago
performance.js Attach ReactPerf to window for easier debugging (#3318) 8 years ago
ready.js Do not load unnecessary script files (#4193) 8 years ago
rtl.js Improve RTL detection (#3682) 8 years ago
scroll.js Scroll columns area to right when children property is changed (#4517) 8 years ago
stream.js Use ws protocol in streaming API base URL (#2606) 8 years ago
uuid.js Replace sprockets/browserify with Webpack (#2617) 8 years ago
web_push_subscription.js feat: Enable push subscription for mobile devices by default (#4321) 8 years ago