Skip to content

Conversation

@ciiay
Copy link
Member

@ciiay ciiay commented Jan 23, 2026

Description

Cleaned up translation files with latest it, ja and fr translation for backstage.

Which issue(s) does this PR fix

PR acceptance criteria

Please make sure that the following steps are complete:

  • GitHub Actions are completed and successful
  • Unit Tests are updated and passing
  • E2E Tests are updated and passing
  • Documentation is updated if necessary (requirement for new features)
  • Add a screenshot if the change is UX/UI related

How to test changes / Special notes to the reviewer

@openshift-ci openshift-ci bot requested review from kim-tsao and nickboldt January 23, 2026 06:02
@openshift-ci
Copy link

openshift-ci bot commented Jan 23, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign alizard0 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -0,0 +1,731 @@
{
"api-docs": {
"en": {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"en": {
"ja": {

This should be changed in all other places too.

@@ -0,0 +1,731 @@
{
"api-docs": {
"en": {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"en": {
"it": {

}
},
"kubernetes-cluster": {
"en": {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"en": {
"it": {

Change this in the rest of the file.

@github-actions
Copy link
Contributor

@ciiay ciiay force-pushed the translation-support-clean-up branch from d4b41db to eb4d452 Compare January 23, 2026 16:47
@github-actions
Copy link
Contributor

@ciiay ciiay force-pushed the translation-support-clean-up branch from eb4d452 to d8d8b3c Compare January 24, 2026 02:33
@github-actions
Copy link
Contributor

@ciiay ciiay force-pushed the translation-support-clean-up branch from d8d8b3c to 4564786 Compare January 26, 2026 21:38
@github-actions
Copy link
Contributor

ciiay added 2 commits January 26, 2026 21:10
Signed-off-by: Yi Cai <yicai@redhat.com>
Signed-off-by: Yi Cai <yicai@redhat.com>
@ciiay ciiay force-pushed the translation-support-clean-up branch from 4564786 to 3207784 Compare January 27, 2026 02:10
@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

@openshift-ci
Copy link

openshift-ci bot commented Jan 27, 2026

@ciiay: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ocp-helm 3207784 link true /test e2e-ocp-helm

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Member

@karthikjeeyar karthikjeeyar left a comment

Choose a reason for hiding this comment

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

Verified the PR changes using the PR image, looks good to me.

I have noticed a place where there is some manual correction needed. PTAL

"fr": {
"catalogFilter.title": "Filtres",
"catalogFilter.buttonTitle": "Filtres",
"entityKindPicker.title": "Type",
Copy link
Member

Choose a reason for hiding this comment

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

This is not translated in french and also it has incorrect value "Type" instead of "Kind" and Ideally this should be translated (Maybe we can use AI for this for now).

Suggested change
"entityKindPicker.title": "Type",
"entityKindPicker.title": "Kind",
image

Copy link
Member Author

Choose a reason for hiding this comment

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

Hi @karthikjeeyar , the "Type" is already a translated word. The thing is in French both "kind" and "type" are "type". I consulted AI regarding translation of

"entityTypePicker.title": "Type", 
"entityKindPicker.title": "Kind",

when they are together, AI suggested

"entityTypePicker.title": "Type",
"entityKindPicker.title": "Catégorie"

As in Backstage, Kind and Type have different meanings:

  • Kind = entity category (Component, API, Resource, System, Group, User…)
  • Type = subtype within a Kind (service, website, library…)

What do you think? If it looks good to you, I will go ahead and update other similar cases to keep everything consistent in French.

  • Treat Kind = high-level entity classification: Entity class (Component, API, Resource…)
  • Treat Type = subtype / functional type: Subtype (service, website…)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants