added missing translations (#592)
This commit is contained in:
+8
-1
@@ -83,6 +83,12 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"calendarName": "Nom du calendrier"
|
"calendarName": "Nom du calendrier"
|
||||||
|
},
|
||||||
|
"access": {
|
||||||
|
"grantAccessRights": "Accorder des droits d'accès",
|
||||||
|
"viewAllEvents": "Voir tous les événements",
|
||||||
|
"editor": "Éditeur",
|
||||||
|
"administrator": "Administrateur"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"colorPicker": {
|
"colorPicker": {
|
||||||
@@ -201,7 +207,8 @@
|
|||||||
"updateRecurrentEvent": "Mettre à jour l'événement récurrent",
|
"updateRecurrentEvent": "Mettre à jour l'événement récurrent",
|
||||||
"updateParticipationStatus": "Mettre à jour le statut de participation",
|
"updateParticipationStatus": "Mettre à jour le statut de participation",
|
||||||
"thisEvent": "Cet événement",
|
"thisEvent": "Cet événement",
|
||||||
"allEvents": "Tous les événements"
|
"allEvents": "Tous les événements",
|
||||||
|
"deleteRecurrentEvent": "Supprimer l'événement récurrent"
|
||||||
},
|
},
|
||||||
"eventDuplication": {
|
"eventDuplication": {
|
||||||
"duplicateEvent": "Dupliquer l'événement"
|
"duplicateEvent": "Dupliquer l'événement"
|
||||||
|
|||||||
+8
-1
@@ -83,6 +83,12 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"calendarName": "Название календаря"
|
"calendarName": "Название календаря"
|
||||||
|
},
|
||||||
|
"access": {
|
||||||
|
"grantAccessRights": "Предоставить права доступа",
|
||||||
|
"viewAllEvents": "Просмотр всех событий",
|
||||||
|
"editor": "Редактор",
|
||||||
|
"administrator": "Администратор"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"colorPicker": {
|
"colorPicker": {
|
||||||
@@ -201,7 +207,8 @@
|
|||||||
"updateRecurrentEvent": "Обновить повторяющееся событие",
|
"updateRecurrentEvent": "Обновить повторяющееся событие",
|
||||||
"updateParticipationStatus": "Обновить статус участия",
|
"updateParticipationStatus": "Обновить статус участия",
|
||||||
"thisEvent": "Это событие",
|
"thisEvent": "Это событие",
|
||||||
"allEvents": "Все события"
|
"allEvents": "Все события",
|
||||||
|
"deleteRecurrentEvent": "Удалить повторяющееся событие"
|
||||||
},
|
},
|
||||||
"eventDuplication": {
|
"eventDuplication": {
|
||||||
"duplicateEvent": "Дублировать"
|
"duplicateEvent": "Дублировать"
|
||||||
|
|||||||
+8
-1
@@ -81,6 +81,12 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"calendarName": "Tên lịch"
|
"calendarName": "Tên lịch"
|
||||||
|
},
|
||||||
|
"access": {
|
||||||
|
"grantAccessRights": "Cấp quyền truy cập",
|
||||||
|
"viewAllEvents": "Xem tất cả sự kiện",
|
||||||
|
"editor": "Biên tập viên",
|
||||||
|
"administrator": "Quản trị viên"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"colorPicker": {
|
"colorPicker": {
|
||||||
@@ -199,7 +205,8 @@
|
|||||||
"updateRecurrentEvent": "Cập nhật sự kiện lặp lại",
|
"updateRecurrentEvent": "Cập nhật sự kiện lặp lại",
|
||||||
"updateParticipationStatus": "Cập nhật trạng thái tham gia",
|
"updateParticipationStatus": "Cập nhật trạng thái tham gia",
|
||||||
"thisEvent": "Sự kiện này",
|
"thisEvent": "Sự kiện này",
|
||||||
"allEvents": "Tất cả sự kiện"
|
"allEvents": "Tất cả sự kiện",
|
||||||
|
"deleteRecurrentEvent": "Xóa sự kiện lặp lại"
|
||||||
},
|
},
|
||||||
"eventDuplication": {
|
"eventDuplication": {
|
||||||
"duplicateEvent": "Nhân bản sự kiện"
|
"duplicateEvent": "Nhân bản sự kiện"
|
||||||
|
|||||||
Reference in New Issue
Block a user