Skip to content

Commit

Permalink
[BUG] Fix wrong toolTip{Date,Time}Format in api-author label bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
SalimBensiali committed Jun 25, 2024
1 parent 94066bc commit edb7c59
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions languages/es-ES/label_bundles/author-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@
"titleDescription": "Un título amigable que se usa para ayudar a identificar el contenido. Máximo 150 caracteres.",
"titleLabel": "Título:",
"titlePlaceholderText": "Di algo sobre este artículo",
"toolTipDateFormat": "Ll",
"toolTipDateFormat": "LL",
"toolTipDateTimeSeparator": "En",
"toolTipTimeFormat": "Lt",
"toolTipTimeFormat": "LT",
"typeChangeWithUnsavedChangesQuestionFeature": "Tiene cambios sin guardar.\nNavegar lejos perderá los cambios guardados.",
"unsavedChangesNavigateConfirm": "Tiene cambios no guardados en este elemento. ¿Realmente desea navegar a una nueva página?",
"verticaltoc_element": "Tabla vertical de contenidos",
Expand Down
4 changes: 2 additions & 2 deletions languages/fr-FR/label_bundles/author-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"titlePlaceholderText": "Dites quelque chose à propos de cet article",
"toolTipDateFormat": "ll",
"toolTipDateTimeSeparator": "À",
"toolTipTimeFormat": "Lt",
"toolTipTimeFormat": "LT",
"typeChangeWithUnsavedChangesQuestionFeature": "Vous avez des changements non sauvés.\nNaviguer à l’extérieur perdra ces modifications enregistrées.",
"unsavedChangesNavigateConfirm": "Vous avez des modifications non enregistrées à cet élément. Voulez-vous vraiment naviguer vers une nouvelle page?",
"verticaltoc_element": "Table verticale des matières",
Expand All @@ -574,4 +574,4 @@
"workflowSettingsTitle": "Workflow",
"workflowState": "État",
"workflowUnassigned": "Non attribués"
}
}
2 changes: 1 addition & 1 deletion languages/ko-KR/label_bundles/author-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"titlePlaceholderText": "이 항목에 대해 말하기",
"toolTipDateFormat": "ll",
"toolTipDateTimeSeparator": "",
"toolTipTimeFormat": "Lt",
"toolTipTimeFormat": "LT",
"typeChangeWithUnsavedChangesQuestionFeature": "저장되지 않은 변경 사항이 있습니다.\n멀리 탐색하면 저장된 변경 내용이 손실됩니다.",
"unsavedChangesNavigateConfirm": "이 항목에 대한 저장되지 않은 변경 사항이 있습니다. 새 페이지로 이동하시겠습니까?",
"verticaltoc_element": "내용의 세로 테이블",
Expand Down
4 changes: 2 additions & 2 deletions languages/nl-NL/label_bundles/author-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@
"titleDescription": "Een vriendelijke titel die wordt gebruikt om inhoud te identificeren. Max 150 tekens.",
"titleLabel": "Titel:",
"titlePlaceholderText": "Zeg iets over dit object",
"toolTipDateFormat": "Ll",
"toolTipDateFormat": "ll",
"toolTipDateTimeSeparator": "Op",
"toolTipTimeFormat": "Lt",
"toolTipTimeFormat": "LT",
"typeChangeWithUnsavedChangesQuestionFeature": "Je hebt niet opgeslagen veranderingen.\nAls u wegvigeert, verliezen deze opgeslagen wijzigingen.",
"unsavedChangesNavigateConfirm": "U hebt geen wijzigingen in dit object aangebracht. Wilt u echt naar een nieuwe pagina navigeren?",
"verticaltoc_element": "Verticale inhoudsopgave",
Expand Down
6 changes: 3 additions & 3 deletions languages/ru-RU/label_bundles/author-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@
"titleDescription": "Дружелюбное название, используемое для идентификации содержимого. Макс 150 символов.",
"titleLabel": "Название:",
"titlePlaceholderText": "Скажите что-нибудь об этом пункте",
"toolTipDateFormat": "Ll",
"toolTipDateFormat": "ll",
"toolTipDateTimeSeparator": "В",
"toolTipTimeFormat": "Lt",
"toolTipTimeFormat": "LT",
"typeChangeWithUnsavedChangesQuestionFeature": "У вас есть неохватные изменения.\nНавигация прочь потеряет эти сохраненные изменения.",
"unsavedChangesNavigateConfirm": "У вас есть неохватные изменения в этом пункте. Вы действительно хотите перейти на новую страницу?",
"verticaltoc_element": "Вертикальная таблица содержимого",
Expand All @@ -574,4 +574,4 @@
"workflowSettingsTitle": "Рабочего процесса",
"workflowState": "Государства",
"workflowUnassigned": "Неназначенные"
}
}
2 changes: 1 addition & 1 deletion languages/vi-VN/label_bundles/author-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
"titleDescription": "Tiêu đề thân thiện được sử dụng để giúp xác định nội dung. Tối đa 150 ký tự.",
"titleLabel": "Tiêu đề:",
"titlePlaceholderText": "Nói điều gì đó về Mục này",
"toolTipDateFormat": "Ll",
"toolTipDateFormat": "ll",
"toolTipDateTimeSeparator": "Lúc",
"toolTipTimeFormat": "Trung úy",
"typeChangeWithUnsavedChangesQuestionFeature": "Bạn có những thay đổi chưa được lưu.\nĐiều hướng đi sẽ mất những thay đổi đã lưu.",
Expand Down

0 comments on commit edb7c59

Please sign in to comment.