forked from AkkomaGang/akkoma-fe
Update messages.js
This commit is contained in:
parent
0dd81f1904
commit
58ae14f184
1 changed files with 6 additions and 6 deletions
|
@ -698,7 +698,7 @@ const ja = {
|
||||||
|
|
||||||
const fr = {
|
const fr = {
|
||||||
nav: {
|
nav: {
|
||||||
chat: 'Chat local',
|
chat: 'Chat local',
|
||||||
timeline: 'Journal',
|
timeline: 'Journal',
|
||||||
mentions: 'Notifications',
|
mentions: 'Notifications',
|
||||||
public_tl: 'Statuts locaux',
|
public_tl: 'Statuts locaux',
|
||||||
|
@ -716,7 +716,7 @@ const fr = {
|
||||||
followers: 'Vous suivent',
|
followers: 'Vous suivent',
|
||||||
followees: 'Suivis',
|
followees: 'Suivis',
|
||||||
per_day: 'par jour',
|
per_day: 'par jour',
|
||||||
remote_follow: 'Suivre d\'une autre instance'
|
remote_follow: 'Suivre d\'une autre instance'
|
||||||
},
|
},
|
||||||
timeline: {
|
timeline: {
|
||||||
show_new: 'Afficher plus',
|
show_new: 'Afficher plus',
|
||||||
|
@ -761,7 +761,7 @@ const fr = {
|
||||||
import_followers_from_a_csv_file: 'Importer ses abonnements depuis un fichier csv',
|
import_followers_from_a_csv_file: 'Importer ses abonnements depuis un fichier csv',
|
||||||
follows_imported: 'Abonnements importés ! Le traitement peut prendre un moment.',
|
follows_imported: 'Abonnements importés ! Le traitement peut prendre un moment.',
|
||||||
follow_import_error: 'Erreur lors de l\'importation des abonnements.',
|
follow_import_error: 'Erreur lors de l\'importation des abonnements.',
|
||||||
cBlue: 'Bleu (Répondre, suivre)',
|
cBlue: 'Bleu (Répondre, suivre)',
|
||||||
cRed: 'Rouge (Annuler)',
|
cRed: 'Rouge (Annuler)',
|
||||||
cOrange: 'Orange (Aimer)',
|
cOrange: 'Orange (Aimer)',
|
||||||
cGreen: 'Vert (Partager)',
|
cGreen: 'Vert (Partager)',
|
||||||
|
@ -771,14 +771,14 @@ const fr = {
|
||||||
avatarAltRadius: 'Avatars (Notifications)',
|
avatarAltRadius: 'Avatars (Notifications)',
|
||||||
tooltipRadius: 'Info-bulles/alertes ',
|
tooltipRadius: 'Info-bulles/alertes ',
|
||||||
attachmentRadius: 'Pièces jointes',
|
attachmentRadius: 'Pièces jointes',
|
||||||
radii_help: 'Mettre en place l\'arondissement des coins de l\'interface (en pixels)',
|
radii_help: 'Mettre en place l\'arondissement des coins de l\'interface (en pixels)',
|
||||||
stop_gifs: 'Passer la souris sur un GIF pour l\'animer'
|
stop_gifs: 'Passer la souris sur un GIF pour l\'animer'
|
||||||
},
|
},
|
||||||
notifications: {
|
notifications: {
|
||||||
notifications: 'Notifications',
|
notifications: 'Notifications',
|
||||||
read: 'Lu !',
|
read: 'Lu !',
|
||||||
followed_you: 'vous a suivi',
|
followed_you: 'vous a suivi',
|
||||||
favorited_you: 'a aimé votre statut',
|
favorited_you: 'a aimé votre statut',
|
||||||
repeated_you: 'a partagé votre statut'
|
repeated_you: 'a partagé votre statut'
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
|
|
Loading…
Reference in a new issue