-
Notifications
You must be signed in to change notification settings - Fork 5.7k
i18n - translations #18127
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 #18127
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -775,6 +775,11 @@ msgstr "Přidat \"{trimmedName}\" do možností" | |||||||||
| msgid "Add a {objectLabelSingular}" | ||||||||||
| msgstr "Přidat {objectLabelSingular}" | ||||||||||
|
|
||||||||||
| #. js-lingui-id: 7W8nJr | ||||||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationGroupEditor.tsx | ||||||||||
| msgid "Add a Group" | ||||||||||
| msgstr "" | ||||||||||
|
|
||||||||||
| #. js-lingui-id: CZDwqQ | ||||||||||
| #: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts | ||||||||||
| msgid "Add a new company we're in touch with (e.g. name, website, industry). Details: " | ||||||||||
|
|
@@ -791,11 +796,6 @@ msgstr "Přidat uzel" | |||||||||
| msgid "Add a record" | ||||||||||
| msgstr "" | ||||||||||
|
|
||||||||||
| #. js-lingui-id: r8W+9y | ||||||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||||||||||
| msgid "Add a Section" | ||||||||||
| msgstr "" | ||||||||||
|
|
||||||||||
| #. js-lingui-id: eMc2xs | ||||||||||
| #: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCreateStepElement.tsx | ||||||||||
| msgid "Add a step" | ||||||||||
|
|
@@ -1517,6 +1517,9 @@ msgstr "Při nahrávání obrázku došlo k chybě." | |||||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||||||
|
|
@@ -6283,7 +6286,9 @@ msgstr "Ukazatelový graf" | |||||||||
| #: src/pages/settings/SettingsWorkspace.tsx | ||||||||||
| #: src/modules/settings/hooks/useSettingsNavigationItems.tsx | ||||||||||
| #: src/modules/settings/admin-panel/components/SettingsAdminContent.tsx | ||||||||||
| #: src/modules/page-layout/hooks/useTemporaryFieldsConfiguration.ts | ||||||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetEditorGroupsData.ts | ||||||||||
| #: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx | ||||||||||
| msgid "General" | ||||||||||
| msgstr "Obecné" | ||||||||||
|
|
@@ -8512,6 +8517,11 @@ msgstr "Nové pole" | |||||||||
| msgid "New folder" | ||||||||||
| msgstr "" | ||||||||||
|
|
||||||||||
| #. js-lingui-id: 93KA8w | ||||||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationEditor.tsx | ||||||||||
| msgid "New Group" | ||||||||||
| msgstr "" | ||||||||||
|
Comment on lines
+8522
to
+8523
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Provide the Czech translation for this new string; leaving msgstr empty will display the English fallback in the cs-CZ locale. Prompt for AI agents
Suggested change
|
||||||||||
|
|
||||||||||
| #. js-lingui-id: o8MyXb | ||||||||||
| #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx | ||||||||||
| msgid "New key" | ||||||||||
|
|
@@ -9558,7 +9568,7 @@ msgstr "" | |||||||||
| #: src/pages/settings/admin-panel/SettingsAdminConfigVariableDetails.tsx | ||||||||||
| #: src/pages/settings/admin-panel/SettingsAdmin.tsx | ||||||||||
| #: src/modules/settings/hooks/useSettingsNavigationItems.tsx | ||||||||||
| #: src/modules/page-layout/hooks/useTemporaryFieldsConfiguration.ts | ||||||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||||||
| #: src/modules/command-menu/pages/navigation-menu-item/components/CommandMenuNewSidebarItemMainMenu.tsx | ||||||||||
| msgid "Other" | ||||||||||
| msgstr "Ostatní" | ||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -775,6 +775,11 @@ msgstr "Tilføj \"{trimmedName}\" til muligheder" | |||||
| msgid "Add a {objectLabelSingular}" | ||||||
| msgstr "Tilføj {objectLabelSingular}" | ||||||
|
|
||||||
| #. js-lingui-id: 7W8nJr | ||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationGroupEditor.tsx | ||||||
| msgid "Add a Group" | ||||||
| msgstr "" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Provide a Danish translation for the new "Add a Group" label; leaving msgstr empty will display the English text in Danish locale. Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
| #. js-lingui-id: CZDwqQ | ||||||
| #: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts | ||||||
| msgid "Add a new company we're in touch with (e.g. name, website, industry). Details: " | ||||||
|
|
@@ -791,11 +796,6 @@ msgstr "Tilføj en node" | |||||
| msgid "Add a record" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: r8W+9y | ||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||||||
| msgid "Add a Section" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: eMc2xs | ||||||
| #: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCreateStepElement.tsx | ||||||
| msgid "Add a step" | ||||||
|
|
@@ -1517,6 +1517,9 @@ msgstr "Der opstod en fejl under upload af billedet." | |||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||
|
|
@@ -6283,7 +6286,9 @@ msgstr "Målediagram" | |||||
| #: src/pages/settings/SettingsWorkspace.tsx | ||||||
| #: src/modules/settings/hooks/useSettingsNavigationItems.tsx | ||||||
| #: src/modules/settings/admin-panel/components/SettingsAdminContent.tsx | ||||||
| #: src/modules/page-layout/hooks/useTemporaryFieldsConfiguration.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetEditorGroupsData.ts | ||||||
| #: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx | ||||||
| msgid "General" | ||||||
| msgstr "Generelt" | ||||||
|
|
@@ -8512,6 +8517,11 @@ msgstr "Nyt felt" | |||||
| msgid "New folder" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: 93KA8w | ||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationEditor.tsx | ||||||
| msgid "New Group" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: o8MyXb | ||||||
| #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx | ||||||
| msgid "New key" | ||||||
|
|
@@ -9558,7 +9568,7 @@ msgstr "" | |||||
| #: src/pages/settings/admin-panel/SettingsAdminConfigVariableDetails.tsx | ||||||
| #: src/pages/settings/admin-panel/SettingsAdmin.tsx | ||||||
| #: src/modules/settings/hooks/useSettingsNavigationItems.tsx | ||||||
| #: src/modules/page-layout/hooks/useTemporaryFieldsConfiguration.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||
| #: src/modules/command-menu/pages/navigation-menu-item/components/CommandMenuNewSidebarItemMainMenu.tsx | ||||||
| msgid "Other" | ||||||
| msgstr "Andet" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -775,6 +775,11 @@ msgstr "\"{trimmedName}\" zu den Optionen hinzufügen" | |||||
| msgid "Add a {objectLabelSingular}" | ||||||
| msgstr "Ein {objectLabelSingular} hinzufügen" | ||||||
|
|
||||||
| #. js-lingui-id: 7W8nJr | ||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationGroupEditor.tsx | ||||||
| msgid "Add a Group" | ||||||
| msgstr "" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: Provide a German translation for "Add a Group" so the new string isn’t left untranslated in the de-DE locale. Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
| #. js-lingui-id: CZDwqQ | ||||||
| #: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts | ||||||
| msgid "Add a new company we're in touch with (e.g. name, website, industry). Details: " | ||||||
|
|
@@ -791,11 +796,6 @@ msgstr "Knoten hinzufügen" | |||||
| msgid "Add a record" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: r8W+9y | ||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||||||
| msgid "Add a Section" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: eMc2xs | ||||||
| #: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCreateStepElement.tsx | ||||||
| msgid "Add a step" | ||||||
|
|
@@ -1517,6 +1517,9 @@ msgstr "Beim Hochladen des Bildes ist ein Fehler aufgetreten." | |||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFilterAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldGroupAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||
| #: src/modules/views/hooks/internal/usePerformViewFieldAPIPersist.ts | ||||||
|
|
@@ -6283,7 +6286,9 @@ msgstr "" | |||||
| #: src/pages/settings/SettingsWorkspace.tsx | ||||||
| #: src/modules/settings/hooks/useSettingsNavigationItems.tsx | ||||||
| #: src/modules/settings/admin-panel/components/SettingsAdminContent.tsx | ||||||
| #: src/modules/page-layout/hooks/useTemporaryFieldsConfiguration.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetEditorGroupsData.ts | ||||||
| #: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx | ||||||
| msgid "General" | ||||||
| msgstr "Allgemein" | ||||||
|
|
@@ -8512,6 +8517,11 @@ msgstr "Neues Feld" | |||||
| msgid "New folder" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: 93KA8w | ||||||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationEditor.tsx | ||||||
| msgid "New Group" | ||||||
| msgstr "" | ||||||
|
|
||||||
| #. js-lingui-id: o8MyXb | ||||||
| #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx | ||||||
| msgid "New key" | ||||||
|
|
@@ -9558,7 +9568,7 @@ msgstr "" | |||||
| #: src/pages/settings/admin-panel/SettingsAdminConfigVariableDetails.tsx | ||||||
| #: src/pages/settings/admin-panel/SettingsAdmin.tsx | ||||||
| #: src/modules/settings/hooks/useSettingsNavigationItems.tsx | ||||||
| #: src/modules/page-layout/hooks/useTemporaryFieldsConfiguration.ts | ||||||
| #: src/modules/page-layout/widgets/fields/hooks/useFieldsWidgetGroups.ts | ||||||
| #: src/modules/command-menu/pages/navigation-menu-item/components/CommandMenuNewSidebarItemMainMenu.tsx | ||||||
| msgid "Other" | ||||||
| msgstr "Andere" | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.
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.
P2: Provide an Arabic translation for this new string so the UI doesn’t fall back to the English msgid.
Prompt for AI agents