Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 48 additions & 12 deletions assets/l10n/app_ar.arb
Original file line number Diff line number Diff line change
@@ -1,20 +1,56 @@
{
"wildcardMentionAll": "الجميع",
"@aboutPageAppVersion": {
"description": "Label for Zulip app version in About Zulip page"
},
"@aboutPageOpenSourceLicenses": {
"description": "Item title in About Zulip page to navigate to Licenses page"
},
"@aboutPageTapToView": {
"description": "Item subtitle in About Zulip page to navigate to Licenses page"
},
"@aboutPageTitle": {
"description": "Title for About Zulip page."
},
"@chooseAccountPageTitle": {
"description": "Title for the page to choose between Zulip accounts."
},
"@settingsPageTitle": {
"description": "Title for the settings page."
},
"@switchAccountButton": {
"description": "Label for main-menu button leading to the choose-account page."
},
"@upgradeWelcomeDialogDismiss": {
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
},
"@upgradeWelcomeDialogTitle": {
"description": "Title for dialog shown on first upgrade from the legacy Zulip app."
},
"@wildcardMentionAll": {},
"wildcardMentionEveryone": "الكل",
"@wildcardMentionEveryone": {},
"wildcardMentionChannel": "القناة",
"@wildcardMentionAllDmDescription": {},
"@wildcardMentionChannel": {},
"wildcardMentionStream": "الدفق",
"@wildcardMentionChannelDescription": {},
"@wildcardMentionEveryone": {},
"@wildcardMentionStream": {},
"wildcardMentionTopic": "الموضوع",
"@wildcardMentionStreamDescription": {},
"@wildcardMentionTopic": {},
"@wildcardMentionTopicDescription": {},
"aboutPageAppVersion": "نسخة التطبيق",
"aboutPageOpenSourceLicenses": "10.0.151.1",
"aboutPageTapToView": "اضغط للعرض",
"aboutPageTitle": "عن زوليب",
"chooseAccountPageTitle": "اختر حساب",
"settingsPageTitle": "الإعدادات",
"switchAccountButton": "تبديل الحساب",
"upgradeWelcomeDialogDismiss": "هيا بنا",
"upgradeWelcomeDialogTitle": "أهلا بك في تطبيق زوليب الجديد !",
"wildcardMentionAll": "الجميع",
"wildcardMentionAllDmDescription": "إخطار المستلمين",
"wildcardMentionChannel": "القناة",
"wildcardMentionChannelDescription": "إخطار القناة",
"@wildcardMentionChannelDescription": {},
"wildcardMentionEveryone": "الكل",
"wildcardMentionStream": "الدفق",
"wildcardMentionStreamDescription": "إخطار الدفق",
"@wildcardMentionStreamDescription": {},
"wildcardMentionAllDmDescription": "إخطار المستلمين",
"@wildcardMentionAllDmDescription": {},
"wildcardMentionTopicDescription": "إخطار الموضوع",
"@wildcardMentionTopicDescription": {}
"wildcardMentionTopic": "الموضوع",
"wildcardMentionTopicDescription": "إخطار الموضوع"
}
4 changes: 4 additions & 0 deletions assets/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"@aboutPageTitle": {
"description": "Title for About Zulip page."
},
"@actionSheetOptionChannelFeed": {
"description": "Label for navigating to a channel's channel-feed page."
},
"@actionSheetOptionCopyChannelLink": {
"description": "Label for copy channel link button on action sheet."
},
Expand Down Expand Up @@ -1213,6 +1216,7 @@
"aboutPageOpenSourceLicenses": "Open-Source-Lizenzen",
"aboutPageTapToView": "Antippen zum Ansehen",
"aboutPageTitle": "Über Zulip",
"actionSheetOptionChannelFeed": "Kanal-Feed",
"actionSheetOptionCopyChannelLink": "Link zum Kanal kopieren",
"actionSheetOptionCopyMessageLink": "Link zur Nachricht kopieren",
"actionSheetOptionCopyMessageText": "Nachrichtentext kopieren",
Expand Down
14 changes: 14 additions & 0 deletions assets/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,18 @@
"type": "String"
}
},
"@unsubscribeConfirmationDialogConfirmButton": {
"description": "Label for the 'Unsubscribe' button on a confirmation dialog for unsubscribing from a channel."
},
"@unsubscribeConfirmationDialogTitle": {
"description": "Title for a confirmation dialog for unsubscribing from a channel.",
"placeholders": {
"channelName": {
"example": "mobile",
"type": "String"
}
}
},
"@upgradeWelcomeDialogDismiss": {
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
},
Expand Down Expand Up @@ -451,6 +463,8 @@
"switchAccountButton": "Changer de compte",
"tryAnotherAccountButton": "Essayer un autre compte",
"tryAnotherAccountMessage": "Votre compte à {url} prend du temps à se charger.",
"unsubscribeConfirmationDialogConfirmButton": "Se désinscrire",
"unsubscribeConfirmationDialogTitle": "Se désinscrire de {channelName}?",
"upgradeWelcomeDialogDismiss": "Allons-y",
"upgradeWelcomeDialogLinkText": "Allez voir les articles sur le blog des annonces !",
"upgradeWelcomeDialogMessage": "Vous retrouverez une expérience familière dans un logiciel plus rapide et plus élégant.",
Expand Down
Loading