-
Notifications
You must be signed in to change notification settings - Fork 3k
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
i18n - translations #11201
Conversation
There was a problem hiding this 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
#: 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 "" |
There was a problem hiding this comment.
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
#: 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" |
msgid "Hide deleted records" | ||
msgstr "" | ||
|
||
#. js-lingui-id: 0dZtKR | ||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts | ||
msgid "Hide deleted runs" |
There was a problem hiding this comment.
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
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" |
msgid "Hide deleted runs" | ||
msgstr "" | ||
|
||
#. js-lingui-id: Jc6FrI | ||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts | ||
msgid "Hide deleted versions" |
There was a problem hiding this comment.
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
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" |
#: 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 "" |
There was a problem hiding this comment.
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
#: 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 "إخفاء المحذوف" |
msgid "Hide deleted versions" | ||
msgstr "" | ||
|
||
#. js-lingui-id: aOZAIB | ||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts | ||
msgid "Hide deleted workflows" |
There was a problem hiding this comment.
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
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" |
msgid "Hide deleted" | ||
msgstr "" |
There was a problem hiding this comment.
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 '隱藏已刪除'
msgid "Hide deleted" | |
msgstr "" | |
msgstr "隱藏已刪除" |
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts | ||
msgid "Hide deleted records" | ||
msgstr "" |
There was a problem hiding this comment.
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 '隱藏已刪除記錄'
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfig.ts | |
msgid "Hide deleted records" | |
msgstr "" | |
msgstr "隱藏已刪除記錄" |
#. js-lingui-id: 0dZtKR | ||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts | ||
msgid "Hide deleted runs" | ||
msgstr "" |
There was a problem hiding this comment.
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 '隱藏已刪除的執行'
#. js-lingui-id: 0dZtKR | |
#: src/modules/action-menu/actions/record-actions/constants/WorkflowRunsActionsConfig.ts | |
msgid "Hide deleted runs" | |
msgstr "" | |
msgstr "隱藏已刪除的執行" |
#. js-lingui-id: Jc6FrI | ||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts | ||
msgid "Hide deleted versions" | ||
msgstr "" |
There was a problem hiding this comment.
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 '隱藏已刪除的版本'
#. js-lingui-id: Jc6FrI | |
#: src/modules/action-menu/actions/record-actions/constants/WorkflowVersionsActionsConfig.ts | |
msgid "Hide deleted versions" | |
msgstr "" | |
msgstr "隱藏已刪除的版本" |
#. js-lingui-id: aOZAIB | ||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts | ||
msgid "Hide deleted workflows" | ||
msgstr "" |
There was a problem hiding this comment.
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 '隱藏已刪除的工作流程'
#. js-lingui-id: aOZAIB | |
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts | |
msgid "Hide deleted workflows" | |
msgstr "" | |
msgstr "隱藏已刪除的工作流程" |
Log
|
Created by Github action