Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n - translations #11201

Merged
merged 2 commits into from
Mar 26, 2025
Merged

i18n - translations #11201

merged 2 commits into from
Mar 26, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Created by Github action

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Based on the provided information, I'll create a concise summary of the translation changes in this PR:

Added translations for hiding deleted items across multiple languages, including new strings for:

  • Hide deleted records
  • Hide deleted workflows
  • Hide deleted versions
  • Hide deleted runs

Key points:

  • Affects 40+ language files including major languages like Arabic, Chinese, French, German
  • Generated TypeScript files were updated to include the new translation keys
  • Maintains consistent translation formatting and structure across all files
  • Some languages still have untranslated strings marked with empty msgstr values

The changes appear to be part of an automated i18n workflow using Crowdin for translation management.

62 file(s) reviewed, 97 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines +2102 to +2127
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted"
msgstr ""

#. js-lingui-id: FHhlye
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted records"
msgstr ""

#. js-lingui-id: 0dZtKR
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
msgid "Hide deleted runs"
msgstr ""

#. js-lingui-id: Jc6FrI
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
msgid "Hide deleted versions"
msgstr ""

#. js-lingui-id: aOZAIB
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
msgid "Hide deleted workflows"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: Missing translation for 'Hide deleted' string

Suggested change
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted"
msgstr ""
#. js-lingui-id: FHhlye
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted records"
msgstr ""
#. js-lingui-id: 0dZtKR
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
msgid "Hide deleted runs"
msgstr ""
#. js-lingui-id: Jc6FrI
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
msgid "Hide deleted versions"
msgstr ""
#. js-lingui-id: aOZAIB
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
msgid "Hide deleted workflows"
msgstr ""
msgstr "Amaga eliminats"

Comment on lines +2111 to +2116
msgid "Hide deleted records"
msgstr ""

#. js-lingui-id: 0dZtKR
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
msgid "Hide deleted runs"
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: Missing translation for 'Hide deleted records' string

Suggested change
msgid "Hide deleted records"
msgstr ""
#. js-lingui-id: 0dZtKR
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
msgid "Hide deleted runs"
msgstr "Amaga registres eliminats"

Comment on lines +2116 to +2121
msgid "Hide deleted runs"
msgstr ""

#. js-lingui-id: Jc6FrI
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
msgid "Hide deleted versions"
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: Missing translation for 'Hide deleted runs' string

Suggested change
msgid "Hide deleted runs"
msgstr ""
#. js-lingui-id: Jc6FrI
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
msgid "Hide deleted versions"
msgstr "Amaga execucions eliminades"

Comment on lines +2102 to +2107
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: Missing Arabic translation for 'Hide deleted' string

Suggested change
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted"
msgstr ""
msgstr "إخفاء المحذوف"

Comment on lines +2121 to +2126
msgid "Hide deleted versions"
msgstr ""

#. js-lingui-id: aOZAIB
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
msgid "Hide deleted workflows"
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: Missing translation for 'Hide deleted versions' string

Suggested change
msgid "Hide deleted versions"
msgstr ""
#. js-lingui-id: aOZAIB
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
msgid "Hide deleted workflows"
msgstr "Amaga versions eliminades"

Comment on lines 2106 to 2107
msgid "Hide deleted"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: 'Hide deleted' should be translated to '隱藏已刪除'

Suggested change
msgid "Hide deleted"
msgstr ""
msgstr "隱藏已刪除"

Comment on lines 2110 to 2112
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted records"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: 'Hide deleted records' should be translated to '隱藏已刪除記錄'

Suggested change
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts
msgid "Hide deleted records"
msgstr ""
msgstr "隱藏已刪除記錄"

Comment on lines 2114 to 2117
#. js-lingui-id: 0dZtKR
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
msgid "Hide deleted runs"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: 'Hide deleted runs' should be translated to '隱藏已刪除的執行'

Suggested change
#. js-lingui-id: 0dZtKR
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts
msgid "Hide deleted runs"
msgstr ""
msgstr "隱藏已刪除的執行"

Comment on lines 2119 to 2122
#. js-lingui-id: Jc6FrI
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
msgid "Hide deleted versions"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: 'Hide deleted versions' should be translated to '隱藏已刪除的版本'

Suggested change
#. js-lingui-id: Jc6FrI
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts
msgid "Hide deleted versions"
msgstr ""
msgstr "隱藏已刪除的版本"

Comment on lines 2124 to 2127
#. js-lingui-id: aOZAIB
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
msgid "Hide deleted workflows"
msgstr ""
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: 'Hide deleted workflows' should be translated to '隱藏已刪除的工作流程'

Suggested change
#. js-lingui-id: aOZAIB
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
msgid "Hide deleted workflows"
msgstr ""
msgstr "隱藏已刪除的工作流程"

@FelixMalfait FelixMalfait merged commit c48fed6 into main Mar 26, 2025
2 checks passed
@FelixMalfait FelixMalfait deleted the i18n branch March 26, 2025 17:20
Copy link
Contributor Author

Fails
🚫

node failed.

Log

�[31mError: �[39m SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
�[90m    at parseJSONFromBytes (node:internal/deps/undici/undici:5591:19)�[39m
�[90m    at successSteps (node:internal/deps/undici/undici:5562:27)�[39m
�[90m    at fullyReadBody (node:internal/deps/undici/undici:1665:9)�[39m
�[90m    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)�[39m
�[90m    at async specConsumeBody (node:internal/deps/undici/undici:5571:7)�[39m
danger-results://tmp/danger-results-857afc4f.json

Generated by 🚫 dangerJS against d0a64d4

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.

1 participant