Skip to content

Commit 0664e6c

Browse files
committed
l10n: Update translations from Weblate.
1 parent 3730c90 commit 0664e6c

20 files changed

+2435
-1916
lines changed

assets/l10n/app_ar.arb

Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,56 @@
11
{
2-
"wildcardMentionAll": "الجميع",
2+
"@aboutPageAppVersion": {
3+
"description": "Label for Zulip app version in About Zulip page"
4+
},
5+
"@aboutPageOpenSourceLicenses": {
6+
"description": "Item title in About Zulip page to navigate to Licenses page"
7+
},
8+
"@aboutPageTapToView": {
9+
"description": "Item subtitle in About Zulip page to navigate to Licenses page"
10+
},
11+
"@aboutPageTitle": {
12+
"description": "Title for About Zulip page."
13+
},
14+
"@chooseAccountPageTitle": {
15+
"description": "Title for the page to choose between Zulip accounts."
16+
},
17+
"@settingsPageTitle": {
18+
"description": "Title for the settings page."
19+
},
20+
"@switchAccountButton": {
21+
"description": "Label for main-menu button leading to the choose-account page."
22+
},
23+
"@upgradeWelcomeDialogDismiss": {
24+
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
25+
},
26+
"@upgradeWelcomeDialogTitle": {
27+
"description": "Title for dialog shown on first upgrade from the legacy Zulip app."
28+
},
329
"@wildcardMentionAll": {},
4-
"wildcardMentionEveryone": "الكل",
5-
"@wildcardMentionEveryone": {},
6-
"wildcardMentionChannel": "القناة",
30+
"@wildcardMentionAllDmDescription": {},
731
"@wildcardMentionChannel": {},
8-
"wildcardMentionStream": "الدفق",
32+
"@wildcardMentionChannelDescription": {},
33+
"@wildcardMentionEveryone": {},
934
"@wildcardMentionStream": {},
10-
"wildcardMentionTopic": "الموضوع",
35+
"@wildcardMentionStreamDescription": {},
1136
"@wildcardMentionTopic": {},
37+
"@wildcardMentionTopicDescription": {},
38+
"aboutPageAppVersion": "نسخة التطبيق",
39+
"aboutPageOpenSourceLicenses": "10.0.151.1",
40+
"aboutPageTapToView": "اضغط للعرض",
41+
"aboutPageTitle": "عن زوليب",
42+
"chooseAccountPageTitle": "اختر حساب",
43+
"settingsPageTitle": "الإعدادات",
44+
"switchAccountButton": "تبديل الحساب",
45+
"upgradeWelcomeDialogDismiss": "هيا بنا",
46+
"upgradeWelcomeDialogTitle": "أهلا بك في تطبيق زوليب الجديد !",
47+
"wildcardMentionAll": "الجميع",
48+
"wildcardMentionAllDmDescription": "إخطار المستلمين",
49+
"wildcardMentionChannel": "القناة",
1250
"wildcardMentionChannelDescription": "إخطار القناة",
13-
"@wildcardMentionChannelDescription": {},
51+
"wildcardMentionEveryone": "الكل",
52+
"wildcardMentionStream": "الدفق",
1453
"wildcardMentionStreamDescription": "إخطار الدفق",
15-
"@wildcardMentionStreamDescription": {},
16-
"wildcardMentionAllDmDescription": "إخطار المستلمين",
17-
"@wildcardMentionAllDmDescription": {},
18-
"wildcardMentionTopicDescription": "إخطار الموضوع",
19-
"@wildcardMentionTopicDescription": {}
54+
"wildcardMentionTopic": "الموضوع",
55+
"wildcardMentionTopicDescription": "إخطار الموضوع"
2056
}

assets/l10n/app_de.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"@aboutPageTitle": {
1212
"description": "Title for About Zulip page."
1313
},
14+
"@actionSheetOptionChannelFeed": {
15+
"description": "Label for navigating to a channel's channel-feed page."
16+
},
1417
"@actionSheetOptionCopyChannelLink": {
1518
"description": "Label for copy channel link button on action sheet."
1619
},
@@ -1213,6 +1216,7 @@
12131216
"aboutPageOpenSourceLicenses": "Open-Source-Lizenzen",
12141217
"aboutPageTapToView": "Antippen zum Ansehen",
12151218
"aboutPageTitle": "Über Zulip",
1219+
"actionSheetOptionChannelFeed": "Kanal-Feed",
12161220
"actionSheetOptionCopyChannelLink": "Link zum Kanal kopieren",
12171221
"actionSheetOptionCopyMessageLink": "Link zur Nachricht kopieren",
12181222
"actionSheetOptionCopyMessageText": "Nachrichtentext kopieren",

assets/l10n/app_fr.arb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,18 @@
352352
"type": "String"
353353
}
354354
},
355+
"@unsubscribeConfirmationDialogConfirmButton": {
356+
"description": "Label for the 'Unsubscribe' button on a confirmation dialog for unsubscribing from a channel."
357+
},
358+
"@unsubscribeConfirmationDialogTitle": {
359+
"description": "Title for a confirmation dialog for unsubscribing from a channel.",
360+
"placeholders": {
361+
"channelName": {
362+
"example": "mobile",
363+
"type": "String"
364+
}
365+
}
366+
},
355367
"@upgradeWelcomeDialogDismiss": {
356368
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
357369
},
@@ -451,6 +463,8 @@
451463
"switchAccountButton": "Changer de compte",
452464
"tryAnotherAccountButton": "Essayer un autre compte",
453465
"tryAnotherAccountMessage": "Votre compte à {url} prend du temps à se charger.",
466+
"unsubscribeConfirmationDialogConfirmButton": "Se désinscrire",
467+
"unsubscribeConfirmationDialogTitle": "Se désinscrire de {channelName}?",
454468
"upgradeWelcomeDialogDismiss": "Allons-y",
455469
"upgradeWelcomeDialogLinkText": "Allez voir les articles sur le blog des annonces !",
456470
"upgradeWelcomeDialogMessage": "Vous retrouverez une expérience familière dans un logiciel plus rapide et plus élégant.",

0 commit comments

Comments
 (0)