Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -1212,5 +1212,6 @@
"ForgotPassword.forgotPasswordFailed": "فشلت عملية إرسال رابط تفعيل جديد. يرجى المحاولة مجدداً.",
"AdministrationAppError.unauthorizedDetails": "يجب أن تكون مسؤولاً في الاستوديو لتتمكن من عرض هذه الصفحة",
"AdministrationIndex.channelsLabel": "القنوات",
"AdministrationIndex.usersLabel": "المستخدمون"
"AdministrationIndex.usersLabel": "المستخدمون",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bjester How come was this missing only in Arabic?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff is only due to the trailing comma. I tried to place the new strings into the JSON files somewhat alphabetically, but this one appeared all out of order so I just put it at the bottom

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, just checking 👍🏽

"InfoModal.close": "إغلاق"
}
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"ImportFromChannelsModal.addButton": "Añadir",
"ImportFromChannelsModal.addedText": "Añadido",
"ImportFromChannelsModal.removeButton": "Eliminar",
"InfoModal.close": "Cerrar",
"EditSearchModal.editSavedSearchTitle": "Editar título de búsqueda",
"EditSearchModal.searchTitleLabel": "Título de búsqueda",
"EditSearchModal.cancelAction": "Cancelar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"ImportFromChannelsModal.addButton": "Ajouter",
"ImportFromChannelsModal.addedText": "Ajoutée",
"ImportFromChannelsModal.removeButton": "Supprimer",
"InfoModal.close": "Fermer",
"EditSearchModal.editSavedSearchTitle": "Modifier le titre de la recherche",
"EditSearchModal.searchTitleLabel": "Titre de la recherche",
"EditSearchModal.cancelAction": "Annuler",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"ImportFromChannelsModal.addButton": "Add",
"ImportFromChannelsModal.addedText": "Added",
"ImportFromChannelsModal.removeButton": "Remove",
"InfoModal.close": "बंद (close)",
"EditSearchModal.editSavedSearchTitle": "Edit search title",
"EditSearchModal.searchTitleLabel": "Search title",
"EditSearchModal.cancelAction": "Cancel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"ImportFromChannelsModal.addButton": "Add",
"ImportFromChannelsModal.addedText": "Added",
"ImportFromChannelsModal.removeButton": "Remove",
"InfoModal.close": "Fechar",
"EditSearchModal.editSavedSearchTitle": "Edit search title",
"EditSearchModal.searchTitleLabel": "Search title",
"EditSearchModal.cancelAction": "Cancel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@
"ImportFromChannelsModal.resourcesSelected": "{count, number} {count, plural, zero {} one {مصدر تم تحديده} two {مصدران تم تحديدهما} few {مصادر تم تحديدها} many {مصدراً تم تحديده} other {مصادر تم تحديدها}}",
"ImportFromChannelsModal.reviewAction": "مراجعة",
"ImportFromChannelsModal.reviewTitle": "تحديد المصدر",
"InfoModal.close": "إغلاق",
"LanguageDropdown.labelText": "اللغة",
"LanguageDropdown.languageItemText": "{language} ({code})",
"LanguageDropdown.languageRequired": "هذا الحقل مطلوب",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@
"ImportFromChannelsModal.resourcesSelected": "{count, number} {count, plural, one {recurso seleccionado} other {recursos seleccionados}}",
"ImportFromChannelsModal.reviewAction": "Revisar",
"ImportFromChannelsModal.reviewTitle": "Selección de recursos",
"InfoModal.close": "Cerrar",
"LanguageDropdown.labelText": "Idioma",
"LanguageDropdown.languageItemText": "{language} ({code})",
"LanguageDropdown.languageRequired": "Este campo es obligatorio",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@
"ImportFromChannelsModal.resourcesSelected": "{count, number} {count, plural, one {ressource sélectionnée} other {ressources sélectionnées}}",
"ImportFromChannelsModal.reviewAction": "Passer en revue",
"ImportFromChannelsModal.reviewTitle": "Sélection de ressources",
"InfoModal.close": "Fermer",
"LanguageDropdown.labelText": "Langue",
"LanguageDropdown.languageItemText": "{language} ({code})",
"LanguageDropdown.languageRequired": "Ce champ est obligatoire",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@
"ImportFromChannelsModal.resourcesSelected": "{count, number} {count, plural, one {resource selected} other {resources selected}}",
"ImportFromChannelsModal.reviewAction": "Review",
"ImportFromChannelsModal.reviewTitle": "Resource selection",
"InfoModal.close": "बंद (close)",
"LanguageDropdown.labelText": "भाषा ",
"LanguageDropdown.languageItemText": "{language} ({code})",
"LanguageDropdown.languageRequired": "Field is required",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@
"ImportFromChannelsModal.resourcesSelected": "{count, number} {count, plural, one {resource selected} other {resources selected}}",
"ImportFromChannelsModal.reviewAction": "Review",
"ImportFromChannelsModal.reviewTitle": "Resource selection",
"InfoModal.close": "Fechar",
"LanguageDropdown.labelText": "Idioma",
"LanguageDropdown.languageItemText": "{language} ({code})",
"LanguageDropdown.languageRequired": "Field is required",
Expand Down