Skip to content

Commit d2396b5

Browse files
committed
l10n: Update translations from Weblate.
1 parent 550f99c commit d2396b5

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

assets/l10n/app_fr.arb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"@actionSheetOptionStarMessage": {
6666
"description": "Label for star button on action sheet."
6767
},
68+
"@actionSheetOptionSubscribe": {
69+
"description": "Label in the channel action sheet for subscribing to the channel."
70+
},
6871
"@actionSheetOptionUnfollowTopic": {
6972
"description": "Label for unfollowing a topic on action sheet."
7073
},
@@ -98,6 +101,9 @@
98101
"@actionSheetReadReceiptsZeroReadCount": {
99102
"description": "Label in the \"Read receipts\" bottom sheet when no one has read the message."
100103
},
104+
"@allChannelsEmptyPlaceholderHeader": {
105+
"description": "Centered text on the 'All channels' page saying that there is no content to show."
106+
},
101107
"@channelFeedButtonTooltip": {
102108
"description": "Tooltip for button to navigate to a given channel's feed"
103109
},
@@ -122,9 +128,18 @@
122128
"@composeBoxBannerButtonSave": {
123129
"description": "Label text for the 'Save' button in the compose-box banner when you are editing a message."
124130
},
131+
"@composeBoxBannerButtonSubscribe": {
132+
"description": "Label text for the 'Subscribe' button in the compose-box banner when you are viewing an unsubscribed channel."
133+
},
125134
"@composeBoxBannerLabelEditMessage": {
126135
"description": "Label text for the compose-box banner when you are editing a message."
127136
},
137+
"@composeBoxSendTooltip": {
138+
"description": "Tooltip for send button in compose box."
139+
},
140+
"@composeBoxTopicHintText": {
141+
"description": "Hint text for topic input widget in compose box."
142+
},
128143
"@deleteMessageConfirmationDialogConfirmButton": {
129144
"description": "Label for the 'Delete' button on a confirmation dialog for deleting a message."
130145
},
@@ -366,6 +381,9 @@
366381
"@mentionsPageTitle": {
367382
"description": "Page title for the 'Mentions' message view."
368383
},
384+
"@newDmSheetComposeButtonLabel": {
385+
"description": "Label for the compose button in the new DM sheet that starts composing a message to the selected users."
386+
},
369387
"@noStatusText": {
370388
"description": "The text part of the status button sub-label in self-user profile page when status text is not set."
371389
},
@@ -555,6 +573,9 @@
555573
}
556574
}
557575
},
576+
"@unknownUserName": {
577+
"description": "Name placeholder to use for a user when we don't know their name."
578+
},
558579
"@unpinnedSubscriptionsLabel": {
559580
"description": "Label for the list of unpinned subscribed channels."
560581
},
@@ -637,6 +658,7 @@
637658
"actionSheetOptionSeeWhoReacted": "Voir qui a réagi",
638659
"actionSheetOptionShare": "Partager",
639660
"actionSheetOptionStarMessage": "Mettre le message en favori",
661+
"actionSheetOptionSubscribe": "S'abonner",
640662
"actionSheetOptionUnfollowTopic": "Ne plus suivre le sujet",
641663
"actionSheetOptionUnmuteTopic": "Rendre le sujet non silencieux",
642664
"actionSheetOptionUnresolveTopic": "Marquer comme non résolu",
@@ -646,6 +668,7 @@
646668
"actionSheetReadReceiptsErrorReadCount": "Échec du chargement des accusés de réception.",
647669
"actionSheetReadReceiptsReadCount": "{count, plural, =1{Ce message a été <z-link>lu</z-link> par {count} personne:} other{Ce message a été <z-link>lu</z-link> par {count} personnes :}}",
648670
"actionSheetReadReceiptsZeroReadCount": "Personne n'a encore lu ce message.",
671+
"allChannelsEmptyPlaceholderHeader": "Il n'y a pas de canal que vous pouvez visualiser dans cette organisation.",
649672
"channelFeedButtonTooltip": "Fil de la chaîne",
650673
"channelsPageTitle": "Chaînes",
651674
"chooseAccountButtonAddAnAccount": "Ajouter un compte",
@@ -654,7 +677,10 @@
654677
"combinedFeedPageTitle": "Fil groupé",
655678
"composeBoxBannerButtonCancel": "Annuler",
656679
"composeBoxBannerButtonSave": "Sauvegarder",
680+
"composeBoxBannerButtonSubscribe": "S'abonner",
657681
"composeBoxBannerLabelEditMessage": "Editer le message",
682+
"composeBoxSendTooltip": "Envoyer",
683+
"composeBoxTopicHintText": "Sujet",
658684
"deleteMessageConfirmationDialogConfirmButton": "Supprimer",
659685
"deleteMessageConfirmationDialogMessage": "Supprimer un message de façon permanente le supprime pour tout le monde.",
660686
"deleteMessageConfirmationDialogTitle": "Supprimer message ?",
@@ -706,6 +732,7 @@
706732
"mainMenuMyProfile": "Mon profil",
707733
"manyPeopleTyping": "Plusieurs personnes sont en train d'écrire…",
708734
"mentionsPageTitle": "Mentions",
735+
"newDmSheetComposeButtonLabel": "Rédiger",
709736
"noStatusText": "Statut sans texte",
710737
"notifGroupDmConversationLabel": "{senderFullName} à vous et {numOthers, plural, =1{1 other} other{{numOthers} others}}",
711738
"notifSelfUser": "Vous",
@@ -747,6 +774,7 @@
747774
"tryAnotherAccountButton": "Essayer un autre compte",
748775
"tryAnotherAccountMessage": "Votre compte à {url} prend du temps à se charger.",
749776
"twoPeopleTyping": "{typist} et {otherTypist} sont en train d'écrire…",
777+
"unknownUserName": "(utilisateur inconnu)",
750778
"unpinnedSubscriptionsLabel": "Désépingler",
751779
"unsubscribeConfirmationDialogConfirmButton": "Se désinscrire",
752780
"unsubscribeConfirmationDialogTitle": "Se désinscrire de {channelName}?",

lib/generated/l10n/zulip_localizations_fr.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
7676

7777
@override
7878
String get allChannelsEmptyPlaceholderHeader =>
79-
'There are no channels you can view in this organization.';
79+
'Il n\'y a pas de canal que vous pouvez visualiser dans cette organisation.';
8080

8181
@override
8282
String get profileButtonSendDirectMessage => 'Envoyer un message direct';
@@ -100,7 +100,7 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
100100
'Pour charger des fichiers, merci d\'accorder des autorisations supplémentaires à Zulip, dans les préférences.';
101101

102102
@override
103-
String get actionSheetOptionSubscribe => 'Subscribe';
103+
String get actionSheetOptionSubscribe => 'S\'abonner';
104104

105105
@override
106106
String get subscribeFailedTitle => 'Failed to subscribe';
@@ -453,7 +453,7 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
453453
String get composeBoxBannerButtonRefresh => 'Refresh';
454454

455455
@override
456-
String get composeBoxBannerButtonSubscribe => 'Subscribe';
456+
String get composeBoxBannerButtonSubscribe => 'S\'abonner';
457457

458458
@override
459459
String get composeBoxBannerLabelEditMessage => 'Editer le message';
@@ -505,7 +505,7 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
505505
String get composeBoxGenericContentHint => 'Type a message';
506506

507507
@override
508-
String get newDmSheetComposeButtonLabel => 'Compose';
508+
String get newDmSheetComposeButtonLabel => 'Rédiger';
509509

510510
@override
511511
String get newDmSheetScreenTitle => 'New DM';
@@ -542,13 +542,13 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
542542
String get preparingEditMessageContentInput => 'Preparing…';
543543

544544
@override
545-
String get composeBoxSendTooltip => 'Send';
545+
String get composeBoxSendTooltip => 'Envoyer';
546546

547547
@override
548548
String get unknownChannelName => '(unknown channel)';
549549

550550
@override
551-
String get composeBoxTopicHintText => 'Topic';
551+
String get composeBoxTopicHintText => 'Sujet';
552552

553553
@override
554554
String composeBoxEnterTopicOrSkipHintText(String defaultTopicName) {
@@ -566,7 +566,7 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
566566
}
567567

568568
@override
569-
String get unknownUserName => '(unknown user)';
569+
String get unknownUserName => '(utilisateur inconnu)';
570570

571571
@override
572572
String get dmsWithYourselfPageTitle => 'DMs with yourself';

0 commit comments

Comments
 (0)