CSV Import translations and dark mode fixes (#11184)

Fixes #11182 and adds missing translations
This commit is contained in:
Félix Malfait
2025-03-27 08:53:00 +01:00
committed by GitHub
parent fad02fa26b
commit a545b3adf3
83 changed files with 5105 additions and 89 deletions

View File

@ -1,13 +1,13 @@
import { defineConfig } from '@lingui/conf'; import { defineConfig } from '@lingui/conf';
import { formatter } from '@lingui/format-po'; import { formatter } from '@lingui/format-po';
import { APP_LOCALES } from 'twenty-shared/translations'; import { APP_LOCALES, SOURCE_LOCALE } from 'twenty-shared/translations';
export default defineConfig({ export default defineConfig({
sourceLocale: 'en', sourceLocale: 'en',
locales: Object.values(APP_LOCALES), locales: Object.values(APP_LOCALES),
pseudoLocale: 'pseudo-en', pseudoLocale: 'pseudo-en',
fallbackLocales: { fallbackLocales: {
'pseudo-en': 'en', default: SOURCE_LOCALE,
}, },
extractorParserOptions: { extractorParserOptions: {
tsExperimentalDecorators: true, tsExperimentalDecorators: true,

View File

@ -1,6 +1,6 @@
import { defineConfig } from '@lingui/conf'; import { defineConfig } from '@lingui/conf';
import { formatter } from '@lingui/format-po'; import { formatter } from '@lingui/format-po';
import { APP_LOCALES } from 'twenty-shared/translations'; import { APP_LOCALES, SOURCE_LOCALE } from 'twenty-shared/translations';
export default defineConfig({ export default defineConfig({
sourceLocale: 'en', sourceLocale: 'en',
@ -8,6 +8,7 @@ export default defineConfig({
pseudoLocale: 'pseudo-en', pseudoLocale: 'pseudo-en',
fallbackLocales: { fallbackLocales: {
'pseudo-en': 'en', 'pseudo-en': 'en',
default: SOURCE_LOCALE,
}, },
catalogs: [ catalogs: [
{ {

View File

@ -555,6 +555,11 @@ msgstr "Is jy seker jy wil hierdie rekords uitvee? Hulle kan herstel word vanaf
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Is jy seker jy wil hierdie rekord uitvee? Dit kan herstel word vanaf die Command menu." msgstr "Is jy seker jy wil hierdie rekord uitvee? Dit kan herstel word vanaf die Command menu."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Kan nie API-name vir standaardobjekte verander nie"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Kanselleer" msgstr "Kanselleer"
@ -848,6 +856,11 @@ msgstr "Vou in"
msgid "Color code" msgid "Color code"
msgstr "Kleurkode" msgstr "Kleurkode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Stel jou e-posse en kalender instellings op." msgstr "Stel jou e-posse en kalender instellings op."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Bevestig" msgstr "Bevestig"
@ -924,6 +938,8 @@ msgstr "Konteks"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Gaan voort" msgstr "Gaan voort"
@ -988,6 +1004,11 @@ msgstr "Kopieer hierdie sleutel aangesien dit nie weer sigbaar sal wees nie"
msgid "Core" msgid "Core"
msgstr "Kern" msgstr "Kern"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Vertoon as relatiewe datum"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Vertoon teks op meerdere reëls" msgstr "Vertoon teks op meerdere reëls"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Moenie e-posse van team@ support@ noreply@ sinkroniseer nie..."
msgid "Download file" msgid "Download file"
msgstr "Laai lêer af" msgstr "Laai lêer af"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Sluit die volgende mense en domeine uit van my e-possinchronisasie. Inte
msgid "Existing objects" msgid "Existing objects"
msgstr "Bestaande voorwerpe" msgstr "Bestaande voorwerpe"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Verlaat Volskerm" msgstr "Verlaat Volskerm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtreer"
msgid "Filters" msgid "Filters"
msgstr "Filtreerders" msgstr "Filtreerders"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Bestuur jou intekening"
msgid "Mark as done" msgid "Mark as done"
msgstr "Merk as voltooi" msgstr "Merk as voltooi"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nuwe SSO Verskaffer"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Geen gekoppelde rekening"
msgid "No country" msgid "No country"
msgstr "Geen land nie" msgstr "Geen land nie"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Geen rekords gevind nie"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Geen"
msgid "Norwegian" msgid "Norwegian"
msgstr "Noors" msgstr "Noors"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Voorskou"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privaatheidsbeleid" msgstr "Privaatheidsbeleid"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Herlaai"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Verwyder" msgstr "Verwyder"
@ -3399,6 +3487,11 @@ msgstr "Herstel rekords"
msgid "Results" msgid "Results"
msgstr "Resultate" msgstr "Resultate"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Sien werkvloeie"
msgid "Select Action" msgid "Select Action"
msgstr "Kies Aksie" msgstr "Kies Aksie"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Kies die verstek waarde vir hierdie booleaanse veld"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Kies die gebeure wat jy wil stuur na hierdie eindpunt" msgstr "Kies die gebeure wat jy wil stuur na hierdie eindpunt"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Behoort die verandering van 'n veld se etiket ook die API naam te verand
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Moet 'n verandering aan 'n objek se etiket ook die API verander?" msgstr "Moet 'n verandering aan 'n objek se etiket ook die API verander?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Onderwerp en metadata sal met jou span gedeel word."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Onderwerp, liggaam en aanhangsels sal met jou span gedeel word." msgstr "Onderwerp, liggaam en aanhangsels sal met jou span gedeel word."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Opgedateer"
msgid "Upload" msgid "Upload"
msgstr "Laai op" msgstr "Laai op"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Laai lêer op" msgstr "Laai lêer op"
@ -4240,6 +4395,11 @@ msgstr "Gebruiker is nie aangeteken nie"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skryf 'n geheim"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "هل أنت متأكد أنك تريد حذف هذه السجلات؟ ي
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "هل أنت متأكد أنك تريد حذف هذا السجل؟ يمكن استرجاعه من قائمة الأوامر." msgstr "هل أنت متأكد أنك تريد حذف هذا السجل؟ يمكن استرجاعه من قائمة الأوامر."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "لا يمكن تغيير أسماء API للكائنات القياسي
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "إلغاء" msgstr "إلغاء"
@ -848,6 +856,11 @@ msgstr "طي"
msgid "Color code" msgid "Color code"
msgstr "رمز اللون" msgstr "رمز اللون"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "ضبط إعدادات بريدك الإلكتروني والتقويم." msgstr "ضبط إعدادات بريدك الإلكتروني والتقويم."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "تأكيد" msgstr "تأكيد"
@ -924,6 +938,8 @@ msgstr "السياق"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "استمر" msgstr "استمر"
@ -988,6 +1004,11 @@ msgstr "انسخ هذا المفتاح لأنه لن يظهر مرة أخرى"
msgid "Core" msgid "Core"
msgstr "النواة" msgstr "النواة"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "عرض كتاريخ نسبي"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "عرض النصوص في عدة خطوط" msgstr "عرض النصوص في عدة خطوط"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "لا تقم بمزامنة رسائل البريد الإلكتروني
msgid "Download file" msgid "Download file"
msgstr "تنزيل الملف" msgstr "تنزيل الملف"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "استبعاد الأشخاص والمجالات التالية من م
msgid "Existing objects" msgid "Existing objects"
msgstr "الكائنات الحالية" msgstr "الكائنات الحالية"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "خروج من وضع ملء الشاشة" msgstr "خروج من وضع ملء الشاشة"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "تصفية"
msgid "Filters" msgid "Filters"
msgstr "الفلاتر" msgstr "الفلاتر"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "إدارة اشتراكك"
msgid "Mark as done" msgid "Mark as done"
msgstr "وضع علامة كمنجز" msgstr "وضع علامة كمنجز"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "موفر دخول موحد جديد"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "لا يوجد حساب متصل"
msgid "No country" msgid "No country"
msgstr "لا دولة" msgstr "لا دولة"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "لم يتم العثور على سجلات"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "لا شيء"
msgid "Norwegian" msgid "Norwegian"
msgstr "النرويجية" msgstr "النرويجية"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "معاينة"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "\\\\" msgstr "\\\\"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "إعادة تحميل"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "\\\\" msgstr "\\\\"
@ -3399,6 +3487,11 @@ msgstr "استعادة السجلات"
msgid "Results" msgid "Results"
msgstr "\\\\" msgstr "\\\\"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "مخطط"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "انظر دورات العمل"
msgid "Select Action" msgid "Select Action"
msgstr "اختر الإجراء" msgstr "اختر الإجراء"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "اختر القيمة الافتراضية لهذا الحقل المن
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "\\\\" msgstr "\\\\"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "هل ينبغي أن يؤدي تغيير تسمية الحقل أيضا
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "هل يجب أن يؤدي تغيير مسمى الكائن أيضاً إلى تغيير الواجهة برمجية؟" msgstr "هل يجب أن يؤدي تغيير مسمى الكائن أيضاً إلى تغيير الواجهة برمجية؟"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "سيتم مشاركة الموضوع والبيانات الوصفية
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "سيتم مشاركة الموضوع والمحتوى والمرفقات مع فريقك." msgstr "سيتم مشاركة الموضوع والمحتوى والمرفقات مع فريقك."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "سمة"
msgid "Theme " msgid "Theme "
msgstr "سمة " msgstr "سمة "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "تم التحديث"
msgid "Upload" msgid "Upload"
msgstr "رفع" msgstr "رفع"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "رفع الملف" msgstr "رفع الملف"
@ -4240,6 +4395,11 @@ msgstr "المستخدم غير مسجل الدخول"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "اكتب سرًا"
msgid "yes" msgid "yes"
msgstr "نعم" msgstr "نعم"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Esteu segur que voleu suprimir aquests registres? Es poden recuperar des
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Esteu segur que voleu suprimir aquest registre? Es pot recuperar des del menú d'ordres." msgstr "Esteu segur que voleu suprimir aquest registre? Es pot recuperar des del menú d'ordres."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "No es poden canviar els noms de les API per a objectes estàndard"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Cancel·la" msgstr "Cancel·la"
@ -848,6 +856,11 @@ msgstr "Contraure"
msgid "Color code" msgid "Color code"
msgstr "Codi de colors" msgstr "Codi de colors"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configureu els vostres correus electrònics i les preferències del calendari." msgstr "Configureu els vostres correus electrònics i les preferències del calendari."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirmar" msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continua" msgstr "Continua"
@ -988,6 +1004,11 @@ msgstr "Copia aquesta clau ja que no serà visible de nou"
msgid "Core" msgid "Core"
msgstr "Nucli" msgstr "Nucli"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Mostrar com a data relativa"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Mostra text en múltiples línies" msgstr "Mostra text en múltiples línies"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "No sincronitzar correus de team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Descarrega fitxer" msgstr "Descarrega fitxer"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Exclou les persones i dominis següents de la meva sincronització del c
msgid "Existing objects" msgid "Existing objects"
msgstr "Objectes existents" msgstr "Objectes existents"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Sortir de la pantalla completa" msgstr "Sortir de la pantalla completa"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrar"
msgid "Filters" msgid "Filters"
msgstr "Filtres" msgstr "Filtres"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestiona la teva subscripció"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marcar com a fet" msgstr "Marcar com a fet"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nou proveïdor SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Cap compte connectat"
msgid "No country" msgid "No country"
msgstr "Sense país" msgstr "Sense país"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "No s'han trobat registres"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Cap"
msgid "Norwegian" msgid "Norwegian"
msgstr "Noruec" msgstr "Noruec"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Previsualització"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Política de Privacitat" msgstr "Política de Privacitat"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Tornar a carregar"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Elimina" msgstr "Elimina"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registres"
msgid "Results" msgid "Results"
msgstr "Resultats" msgstr "Resultats"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Veure els fluxos de treball"
msgid "Select Action" msgid "Select Action"
msgstr "Selecciona Acció" msgstr "Selecciona Acció"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Selecciona el valor predeterminat per a aquest camp booleà"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Selecciona els esdeveniments que vols enviar a aquest endpoint" msgstr "Selecciona els esdeveniments que vols enviar a aquest endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "¿Canviar l'etiqueta d'un camp hauria de canviar també el nom de l'API?
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "¿Canviar l'etiqueta d'un objecte hauria de canviar també l'API?" msgstr "¿Canviar l'etiqueta d'un objecte hauria de canviar també l'API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Assignatura i metadades seran compartides amb el teu equip."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Assignatura, cos i adjunts seran compartits amb el teu equip." msgstr "Assignatura, cos i adjunts seran compartits amb el teu equip."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Actualitzat"
msgid "Upload" msgid "Upload"
msgstr "Pujada" msgstr "Pujada"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Carrega fitxer" msgstr "Carrega fitxer"
@ -4240,6 +4395,11 @@ msgstr "L'usuari no està logat"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escriu un secret"
msgid "yes" msgid "yes"
msgstr "sí" msgstr "sí"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Jste si jisti, že chcete smazat tyto záznamy? Mohou být obnoveny z p
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Jste si jisti, že chcete odstranit tento záznam? Lze jej obnovit z menu Příkazy." msgstr "Jste si jisti, že chcete odstranit tento záznam? Lze jej obnovit z menu Příkazy."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Nelze změnit názvy API pro standardní objekty"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Storno" msgstr "Storno"
@ -848,6 +856,11 @@ msgstr "Sbalit"
msgid "Color code" msgid "Color code"
msgstr "Barevný kód" msgstr "Barevný kód"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Nakonfigurujte nastavení svých e-mailů a kalendáře." msgstr "Nakonfigurujte nastavení svých e-mailů a kalendáře."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Potvrdit" msgstr "Potvrdit"
@ -924,6 +938,8 @@ msgstr "Kontext"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Pokračovat" msgstr "Pokračovat"
@ -988,6 +1004,11 @@ msgstr "Zkopírujte tento klíč, nebude již znovu viditelný"
msgid "Core" msgid "Core"
msgstr "Jádro" msgstr "Jádro"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Zobrazit jako relativní datum"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Zobrazit text na více řádcích" msgstr "Zobrazit text na více řádcích"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Nesynchronizovat e-maily z team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Stáhnout soubor" msgstr "Stáhnout soubor"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Vyloučit následující lidi a domény z mé synchronizace emailů. Int
msgid "Existing objects" msgid "Existing objects"
msgstr "Stávající objekty" msgstr "Stávající objekty"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Ukončit režim celé obrazovky" msgstr "Ukončit režim celé obrazovky"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtr"
msgid "Filters" msgid "Filters"
msgstr "Filtry" msgstr "Filtry"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Spravujte své předplatné"
msgid "Mark as done" msgid "Mark as done"
msgstr "Označit jako hotovo" msgstr "Označit jako hotovo"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nový poskytovatel SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Žádný propojený účet"
msgid "No country" msgid "No country"
msgstr "Žádná země" msgstr "Žádná země"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Žádné záznamy nenalezeny"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Žádný"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norština" msgstr "Norština"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Náhled"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Zásady ochrany osobních údajů" msgstr "Zásady ochrany osobních údajů"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Načíst znovu"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Odstranit" msgstr "Odstranit"
@ -3399,6 +3487,11 @@ msgstr "Obnovit záznamy"
msgid "Results" msgid "Results"
msgstr "Výsledky" msgstr "Výsledky"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schéma"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Zobrazit pracovní postupy"
msgid "Select Action" msgid "Select Action"
msgstr "Vybrat akci" msgstr "Vybrat akci"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Vyberte výchozí hodnotu pro toto logické pole"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Vyberte události, které chcete poslat na tento koncový bod" msgstr "Vyberte události, které chcete poslat na tento koncový bod"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Měla by změna popisku pole změnit také API název?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Měla by změna popisku objektu změnit také API?" msgstr "Měla by změna popisku objektu změnit také API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Předmět a metadata budou sdíleny s vaším týmem."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Předmět, obsah a přílohy budou sdíleny s vaším týmem." msgstr "Předmět, obsah a přílohy budou sdíleny s vaším týmem."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Téma"
msgid "Theme " msgid "Theme "
msgstr "Téma " msgstr "Téma "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Aktualizováno"
msgid "Upload" msgid "Upload"
msgstr "Nahrát" msgstr "Nahrát"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Nahrát soubor" msgstr "Nahrát soubor"
@ -4240,6 +4395,11 @@ msgstr "Uživatel není přihlášen"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Napište tajemství"
msgid "yes" msgid "yes"
msgstr "ano" msgstr "ano"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Er du sikker på, at du vil slette disse poster? De kan gendannes fra Ko
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Er du sikker på, at du vil slette denne post? Den kan gendannes fra Kommandomenuen." msgstr "Er du sikker på, at du vil slette denne post? Den kan gendannes fra Kommandomenuen."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Kan ikke ændre API-navne for standardobjekter"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Annuller" msgstr "Annuller"
@ -848,6 +856,11 @@ msgstr "Skjul"
msgid "Color code" msgid "Color code"
msgstr "Farvekode" msgstr "Farvekode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Konfigurer dine e-mails og kalenderindstillinger." msgstr "Konfigurer dine e-mails og kalenderindstillinger."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Bekr\\u00e6ft" msgstr "Bekr\\u00e6ft"
@ -924,6 +938,8 @@ msgstr "Kontekst"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Fortsæt" msgstr "Fortsæt"
@ -988,6 +1004,11 @@ msgstr "Kopiér denne nøgle, da den ikke vil være synlig igen"
msgid "Core" msgid "Core"
msgstr "Kerne" msgstr "Kerne"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Vis som relativ dato"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Vis tekst på flere linjer" msgstr "Vis tekst på flere linjer"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Synkronisér ikke e-mails fra team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Download fil" msgstr "Download fil"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Ekskluder følgende personer og domæner fra min e-mail-synkronisering.
msgid "Existing objects" msgid "Existing objects"
msgstr "Eksisterende objekter" msgstr "Eksisterende objekter"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Afslut fuld skærm" msgstr "Afslut fuld skærm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrér"
msgid "Filters" msgid "Filters"
msgstr "Filtre" msgstr "Filtre"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Administrer dit abonnement"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marker som udført" msgstr "Marker som udført"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Ny SSO-udbyder"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Ingen tilknyttet konto"
msgid "No country" msgid "No country"
msgstr "Intet land" msgstr "Intet land"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Ingen poster fundet"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ingen"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norsk" msgstr "Norsk"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Forhåndsvisning"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privatlivspolitik" msgstr "Privatlivspolitik"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Genindlæs"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Fjern" msgstr "Fjern"
@ -3399,6 +3487,11 @@ msgstr "Gendan poster"
msgid "Results" msgid "Results"
msgstr "Resultater" msgstr "Resultater"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Se arbejdsprocesser"
msgid "Select Action" msgid "Select Action"
msgstr "Vælg handling" msgstr "Vælg handling"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Vælg standardværdien for dette booleske felt"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Vælg de begivenheder du ønsker at sende til dette endepunkt" msgstr "Vælg de begivenheder du ønsker at sende til dette endepunkt"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Skal det at ændre et felts etiket også ændre API-navnet?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Skal \\u00e6ndring af et objekts etiket ogs\\u00e5 \\u00e6ndre API'et?" msgstr "Skal \\u00e6ndring af et objekts etiket ogs\\u00e5 \\u00e6ndre API'et?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Emne og metadata vil blive delt med dit team."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Emne, krop og vedhæftede filer vil blive delt med dit team." msgstr "Emne, krop og vedhæftede filer vil blive delt med dit team."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Opdateret"
msgid "Upload" msgid "Upload"
msgstr "Upload" msgstr "Upload"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Upload fil" msgstr "Upload fil"
@ -4240,6 +4395,11 @@ msgstr "Bruger er ikke logget ind"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skriv en hemmelighed"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Sind Sie sicher, dass Sie diese Datensätze löschen möchten? Sie könn
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten? Er kann aus dem Befehlsmenü wiederhergestellt werden." msgstr "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten? Er kann aus dem Befehlsmenü wiederhergestellt werden."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "API-Namen für Standardobjekte können nicht geändert werden"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
@ -848,6 +856,11 @@ msgstr "Einklappen"
msgid "Color code" msgid "Color code"
msgstr "Farbcode" msgstr "Farbcode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "E-Mail- und Kalendereinstellungen konfigurieren." msgstr "E-Mail- und Kalendereinstellungen konfigurieren."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Best\\u00e4tigen" msgstr "Best\\u00e4tigen"
@ -924,6 +938,8 @@ msgstr "Kontext"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Weiter" msgstr "Weiter"
@ -988,6 +1004,11 @@ msgstr "Diesen Schlüssel kopieren, da er nicht mehr sichtbar sein wird"
msgid "Core" msgid "Core"
msgstr "Kern" msgstr "Kern"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Als relatives Datum anzeigen"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Text auf mehreren Zeilen anzeigen" msgstr "Text auf mehreren Zeilen anzeigen"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Kein E-Mail-Sync von team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Datei herunterladen" msgstr "Datei herunterladen"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Folgende Personen und Domains von meiner E-Mail-Synchronisation ausschli
msgid "Existing objects" msgid "Existing objects"
msgstr "Vorhandene Objekte" msgstr "Vorhandene Objekte"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Vollbildmodus beenden" msgstr "Vollbildmodus beenden"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filter"
msgid "Filters" msgid "Filters"
msgstr "Filter" msgstr "Filter"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Abonnement verwalten"
msgid "Mark as done" msgid "Mark as done"
msgstr "Als erledigt markieren" msgstr "Als erledigt markieren"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Neuer SSO-Anbieter"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Kein verbundenes Konto"
msgid "No country" msgid "No country"
msgstr "Kein Land" msgstr "Kein Land"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Keine Einträge gefunden"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Keine"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norwegisch" msgstr "Norwegisch"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Vorschau"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Datenschutzrichtlinie" msgstr "Datenschutzrichtlinie"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Neu laden"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Entfernen" msgstr "Entfernen"
@ -3399,6 +3487,11 @@ msgstr "Datensätze wiederherstellen"
msgid "Results" msgid "Results"
msgstr "Ergebnisse" msgstr "Ergebnisse"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Workflows anzeigen"
msgid "Select Action" msgid "Select Action"
msgstr "Aktion auswählen" msgstr "Aktion auswählen"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Wählen Sie den Standardwert für dieses boolesche Feld aus"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Wählen Sie die Ereignisse aus, die Sie an diesen Endpunkt senden möchten" msgstr "Wählen Sie die Ereignisse aus, die Sie an diesen Endpunkt senden möchten"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Sollte die Änderung einer Feldbezeichnung auch den API-Namen ändern?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Sollte die Änderung eines Objektnamens auch den API-Namen ändern?" msgstr "Sollte die Änderung eines Objektnamens auch den API-Namen ändern?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Betreff und Metadaten werden mit Ihrem Team geteilt."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Betreff, Text und Anlagen werden mit Ihrem Team geteilt." msgstr "Betreff, Text und Anlagen werden mit Ihrem Team geteilt."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Thema"
msgid "Theme " msgid "Theme "
msgstr "Thema " msgstr "Thema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Aktualisiert"
msgid "Upload" msgid "Upload"
msgstr "Hochladen" msgstr "Hochladen"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Datei hochladen" msgstr "Datei hochladen"
@ -4240,6 +4395,11 @@ msgstr "Benutzer ist nicht eingeloggt"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Ein Geheimnis schreiben"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την εγγραφή; Μπορεί να αποκατασταθεί από το μενού Εντολών." msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την εγγραφή; Μπορεί να αποκατασταθεί από το μενού Εντολών."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Δεν είναι δυνατή η αλλαγή των ονομάτων A
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Ακύρωση" msgstr "Ακύρωση"
@ -848,6 +856,11 @@ msgstr "Σύμπτυξη"
msgid "Color code" msgid "Color code"
msgstr "Κωδικός χρώματος" msgstr "Κωδικός χρώματος"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Ρυθμίστε τις ρυθμίσεις email και ημερολογίου σας." msgstr "Ρυθμίστε τις ρυθμίσεις email και ημερολογίου σας."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Επιβεβαίωση" msgstr "Επιβεβαίωση"
@ -924,6 +938,8 @@ msgstr "Περιβάλλον"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Συνέχεια" msgstr "Συνέχεια"
@ -988,6 +1004,11 @@ msgstr "Αντιγράψτε αυτό το κλειδί γιατί δεν θα
msgid "Core" msgid "Core"
msgstr "Πυρήνας" msgstr "Πυρήνας"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Εμφάνιση σε σχετική ημερομηνία"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Εμφανίστε το κείμενο σε πολλαπλές γραμμές" msgstr "Εμφανίστε το κείμενο σε πολλαπλές γραμμές"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Μην συγχρονίζετε email από team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Λήψη αρχείου" msgstr "Λήψη αρχείου"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Εξαιρέστε τα παρακάτω άτομα και τομείς
msgid "Existing objects" msgid "Existing objects"
msgstr "Υπάρχοντα αντικείμενα" msgstr "Υπάρχοντα αντικείμενα"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Έξοδος από την Πλήρη Οθόνη" msgstr "Έξοδος από την Πλήρη Οθόνη"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Φίλτρο"
msgid "Filters" msgid "Filters"
msgstr "Φίλτρα" msgstr "Φίλτρα"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Διαχείριση της συνδρομής σας"
msgid "Mark as done" msgid "Mark as done"
msgstr "Σημειώστε ως ολοκληρωμένο" msgstr "Σημειώστε ως ολοκληρωμένο"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Νέος πάροχος SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Κανένας συνδεδεμένος λογαριασμός"
msgid "No country" msgid "No country"
msgstr "Χωρίς χώρα" msgstr "Χωρίς χώρα"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Δεν βρέθηκαν εγγραφές"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Κανένα"
msgid "Norwegian" msgid "Norwegian"
msgstr "Νορβηγικά" msgstr "Νορβηγικά"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Προεπισκόπηση"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Πολιτική Απορρήτου" msgstr "Πολιτική Απορρήτου"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Ανανέωση"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Αφαίρεση" msgstr "Αφαίρεση"
@ -3399,6 +3487,11 @@ msgstr "Επαναφορά εγγραφών"
msgid "Results" msgid "Results"
msgstr "Αποτελέσματα" msgstr "Αποτελέσματα"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Σχήμα"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Δείτε τις ροές εργασίας"
msgid "Select Action" msgid "Select Action"
msgstr "Επιλέξτε Ενέργεια" msgstr "Επιλέξτε Ενέργεια"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Επιλέξτε την προεπιλεγμένη τιμή για αυ
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Επιλέξτε τα γεγονότα που επιθυμείτε να στείλετε σε αυτό το τελικό σημείο" msgstr "Επιλέξτε τα γεγονότα που επιθυμείτε να στείλετε σε αυτό το τελικό σημείο"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Θα πρέπει η αλλαγή της ετικέτας ενός πε
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Πρέπει η αλλαγή της ετικέτας ενός αντικειμένου να αλλάζει επίσης το API;" msgstr "Πρέπει η αλλαγή της ετικέτας ενός αντικειμένου να αλλάζει επίσης το API;"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Το θέμα και τα μεταδεδομένα θα μοιραστο
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Το θέμα, το σώμα και τα συνημμένα θα μοιραστούν με την ομάδα σας." msgstr "Το θέμα, το σώμα και τα συνημμένα θα μοιραστούν με την ομάδα σας."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Θέμα"
msgid "Theme " msgid "Theme "
msgstr "Θέμα " msgstr "Θέμα "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Ενημερώθηκε"
msgid "Upload" msgid "Upload"
msgstr "Ανέβασμα" msgstr "Ανέβασμα"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Ανέβασμα αρχείου" msgstr "Ανέβασμα αρχείου"
@ -4240,6 +4395,11 @@ msgstr "Ο χρήστης δεν έχει συνδεθεί"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Γράψτε ένα μυστικό"
msgid "yes" msgid "yes"
msgstr "ναι" msgstr "ναι"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -550,6 +550,11 @@ msgstr "Are you sure you want to delete these records? They can be recovered fro
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Are you sure you want to delete this record? It can be recovered from the Command menu." msgstr "Are you sure you want to delete this record? It can be recovered from the Command menu."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr "Are you sure? Your current information will not be saved."
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -720,6 +725,9 @@ msgstr "Can't change API names for standard objects"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Cancel" msgstr "Cancel"
@ -843,6 +851,11 @@ msgstr "Collapse"
msgid "Color code" msgid "Color code"
msgstr "Color code" msgstr "Color code"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr "Columns not matched:"
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -874,6 +887,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configure your emails and calendar settings." msgstr "Configure your emails and calendar settings."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirm" msgstr "Confirm"
@ -919,6 +933,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continue" msgstr "Continue"
@ -983,6 +999,11 @@ msgstr "Copy this key as it will not be visible again"
msgid "Core" msgid "Core"
msgstr "Core" msgstr "Core"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr "Correct the issues and fill the missing data."
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1417,6 +1438,11 @@ msgstr "Display as relative date"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Display text on multiple lines" msgstr "Display text on multiple lines"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr "Do not import"
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1460,6 +1486,11 @@ msgstr "Dont sync emails from team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Download file" msgstr "Download file"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr "Drop file here..."
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1745,11 +1776,21 @@ msgstr "Exclude the following people and domains from my email sync. Internal co
msgid "Existing objects" msgid "Existing objects"
msgstr "Existing objects" msgstr "Existing objects"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr "Exit"
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Exit Full Screen" msgstr "Exit Full Screen"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr "Exit import flow"
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1935,6 +1976,11 @@ msgstr "Filter"
msgid "Filters" msgid "Filters"
msgstr "Filters" msgstr "Filters"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr "Finish flow with errors"
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2578,6 +2624,16 @@ msgstr "Manage your subscription"
msgid "Mark as done" msgid "Mark as done"
msgstr "Mark as done" msgstr "Mark as done"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr "Match columns"
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr "Match Columns"
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2806,6 +2862,12 @@ msgstr "New SSO provider"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr "Next Step"
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2821,6 +2883,16 @@ msgstr "No connected account"
msgid "No country" msgid "No country"
msgstr "No country" msgstr "No country"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr "No data containing errors"
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr "No data found"
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2877,6 +2949,11 @@ msgstr "No records found"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr "No results"
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2909,6 +2986,11 @@ msgstr "None"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norwegian" msgstr "Norwegian"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr "Not all columns matched"
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3204,6 +3286,11 @@ msgstr "Preview"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privacy Policy" msgstr "Privacy Policy"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr "Processing..."
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3317,6 +3404,7 @@ msgstr "Reload"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Remove" msgstr "Remove"
@ -3394,6 +3482,11 @@ msgstr "Restore records"
msgid "Results" msgid "Results"
msgstr "Results" msgstr "Results"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr "Review your import"
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3434,6 +3527,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3590,6 +3684,31 @@ msgstr "See workflows"
msgid "Select Action" msgid "Select Action"
msgstr "Select Action" msgstr "Select Action"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr "Select an option"
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr "Select column..."
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr "Select file"
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr "Select header row"
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr "Select the correct field for each column you'd like to import."
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3600,6 +3719,11 @@ msgstr "Select the default value for this boolean field"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Select the events you wish to send to this endpoint" msgstr "Select the events you wish to send to this endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr "Select the sheet to use"
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3704,6 +3828,16 @@ msgstr "Should changing a field's label also change the API name?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Should changing an object's label also change the API?" msgstr "Should changing an object's label also change the API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr "Show only rows with errors"
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr "Show unmatched columns"
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3820,6 +3954,11 @@ msgstr "Subject and metadata will be shared with your team."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Subject, body and attachments will be shared with your team." msgstr "Subject, body and attachments will be shared with your team."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr "Submit"
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4001,6 +4140,16 @@ msgstr "Theme"
msgid "Theme " msgid "Theme "
msgstr "Theme " msgstr "Theme "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr "There are required columns that are not matched or ignored. Do you want to continue?"
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4158,7 +4307,13 @@ msgstr "Updated"
msgid "Upload" msgid "Upload"
msgstr "Upload" msgstr "Upload"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr "Upload .xlsx, .xls or .csv file"
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Upload file" msgstr "Upload file"
@ -4235,6 +4390,11 @@ msgstr "User is not logged in"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr "Validate data"
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4449,6 +4609,11 @@ msgstr "Write a secret"
msgid "yes" msgid "yes"
msgstr "yes" msgstr "yes"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr "You are already importing this column."
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "¿Está seguro de que desea eliminar estos registros? Se pueden recupera
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "¿Está seguro de que desea eliminar este registro? Se puede recuperar del menú de Comandos." msgstr "¿Está seguro de que desea eliminar este registro? Se puede recuperar del menú de Comandos."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "No se pueden cambiar los nombres de la API para los objetos estándar"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
@ -848,6 +856,11 @@ msgstr "Colapsar"
msgid "Color code" msgid "Color code"
msgstr "Código de color" msgstr "Código de color"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configura tus correos electrónicos y calendario." msgstr "Configura tus correos electrónicos y calendario."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirmar" msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Contexto"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continuar" msgstr "Continuar"
@ -988,6 +1004,11 @@ msgstr "Copie esta clave ya que no será visible de nuevo"
msgid "Core" msgid "Core"
msgstr "Núcleo" msgstr "Núcleo"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Mostrar como fecha relativa"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Mostrar texto en varias líneas" msgstr "Mostrar texto en varias líneas"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "No sincronizar correos electrónicos de team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Descargar archivo" msgstr "Descargar archivo"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Excluir las siguientes personas y dominios de mi sincronización de corr
msgid "Existing objects" msgid "Existing objects"
msgstr "Objetos existentes" msgstr "Objetos existentes"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Salir de pantalla completa" msgstr "Salir de pantalla completa"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters" msgid "Filters"
msgstr "Filtros" msgstr "Filtros"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestione su suscripción"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marcar como hecho" msgstr "Marcar como hecho"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nuevo proveedor SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "No hay cuenta conectada"
msgid "No country" msgid "No country"
msgstr "Sin país" msgstr "Sin país"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "No se encontraron registros"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ninguno"
msgid "Norwegian" msgid "Norwegian"
msgstr "Noruego" msgstr "Noruego"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Vista previa"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Política de privacidad" msgstr "Política de privacidad"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recargar"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Eliminar" msgstr "Eliminar"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registros"
msgid "Results" msgid "Results"
msgstr "Resultados" msgstr "Resultados"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Ver flujos de trabajo"
msgid "Select Action" msgid "Select Action"
msgstr "Seleccionar acción" msgstr "Seleccionar acción"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Selecciona el valor predeterminado para este campo booleano"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Selecciona los eventos que deseas enviar a este endpoint" msgstr "Selecciona los eventos que deseas enviar a este endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "¿Debería cambiar también el nombre de la API al cambiar la etiqueta d
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "¿Debería cambiar también el nombre de la API al cambiar la etiqueta de un objeto?" msgstr "¿Debería cambiar también el nombre de la API al cambiar la etiqueta de un objeto?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "El asunto y los metadatos se compartirán con tu equipo."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "El asunto, el cuerpo y los archivos adjuntos se compartirán con tu equipo." msgstr "El asunto, el cuerpo y los archivos adjuntos se compartirán con tu equipo."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Actualizado"
msgid "Upload" msgid "Upload"
msgstr "Subir" msgstr "Subir"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Subir archivo" msgstr "Subir archivo"
@ -4240,6 +4395,11 @@ msgstr "El usuario no ha iniciado sesión"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escribe un secreto"
msgid "yes" msgid "yes"
msgstr "sí" msgstr "sí"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Haluatko varmasti poistaa nämä tietueet? Ne voidaan palauttaa Komento-
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Haluatko varmasti poistaa tämän tietueen? Se voidaan palauttaa komento-valikosta." msgstr "Haluatko varmasti poistaa tämän tietueen? Se voidaan palauttaa komento-valikosta."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "API-nimiä ei voi muuttaa vakio-objekteille"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Peruuta" msgstr "Peruuta"
@ -848,6 +856,11 @@ msgstr "Sulje"
msgid "Color code" msgid "Color code"
msgstr "Värikoodi" msgstr "Värikoodi"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Määritä sähköpostisi ja kalenterin asetukset." msgstr "Määritä sähköpostisi ja kalenterin asetukset."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Vahvista" msgstr "Vahvista"
@ -924,6 +938,8 @@ msgstr "Yhteys"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Jatka" msgstr "Jatka"
@ -988,6 +1004,11 @@ msgstr "Kopioi tämä avain, sillä se ei ole enää nähtävissä"
msgid "Core" msgid "Core"
msgstr "Ydin" msgstr "Ydin"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "N\\u00e4yt\\u00e4 suhteellisena p\\u00e4iv\\u00e4m\\u00e4\\u00e4r\\u00e4
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Näytä teksti useammalla rivillä" msgstr "Näytä teksti useammalla rivillä"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Älä synkronoi sähköposteja osoitteista team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Lataa tiedosto" msgstr "Lataa tiedosto"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Pois sulje seuraavat henkilöt ja verkkotunnukset sähköpostisynkronoin
msgid "Existing objects" msgid "Existing objects"
msgstr "Olemassa olevat objektit" msgstr "Olemassa olevat objektit"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Poistu koko näytöstä" msgstr "Poistu koko näytöstä"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Suodata"
msgid "Filters" msgid "Filters"
msgstr "Suodattimet" msgstr "Suodattimet"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Hallitse tilaustasi"
msgid "Mark as done" msgid "Mark as done"
msgstr "Merkitse tehdyksi" msgstr "Merkitse tehdyksi"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Uusi SSO-tarjoaja"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Ei yhdistettyä käyttäjätiliä"
msgid "No country" msgid "No country"
msgstr "Ei maata" msgstr "Ei maata"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Ei tietueita löydetty"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ei mitään"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norja" msgstr "Norja"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Esikatselu"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Tietosuojakäytäntö" msgstr "Tietosuojakäytäntö"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Lataa uudelleen"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Poista" msgstr "Poista"
@ -3399,6 +3487,11 @@ msgstr "Palauta tietueet"
msgid "Results" msgid "Results"
msgstr "Tulokset" msgstr "Tulokset"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skeema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Näytä työnkulut"
msgid "Select Action" msgid "Select Action"
msgstr "Valitse toiminto" msgstr "Valitse toiminto"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Valitse tämän loogisen kentän oletusarvo"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Valitse tapahtumat, jotka haluat lähettää tähän päätepisteeseen" msgstr "Valitse tapahtumat, jotka haluat lähettää tähän päätepisteeseen"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Pitäisikö kentän nimen muutoksen vaikuttaa myös API-nimeen?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Pitäisikö objektin nimilapun muuttaminen vaihtaa myös APIa?" msgstr "Pitäisikö objektin nimilapun muuttaminen vaihtaa myös APIa?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Aihe ja metatiedot jaetaan tiimisi kanssa."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Aihe, runko ja liitteet jaetaan tiimisi kanssa." msgstr "Aihe, runko ja liitteet jaetaan tiimisi kanssa."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Teema"
msgid "Theme " msgid "Theme "
msgstr "Teema " msgstr "Teema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Päivitetty"
msgid "Upload" msgid "Upload"
msgstr "Lataa" msgstr "Lataa"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Lataa tiedosto" msgstr "Lataa tiedosto"
@ -4240,6 +4395,11 @@ msgstr "Käyttäjä ei ole kirjautunut sisään"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Kirjoita salaisuus"
msgid "yes" msgid "yes"
msgstr "kyllä" msgstr "kyllä"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Êtes-vous sûr de vouloir supprimer ces enregistrements ? Ils peuvent
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Êtes-vous sûr de vouloir supprimer cet enregistrementa0? Il peut être récupéré depuis le menu Commande." msgstr "Êtes-vous sûr de vouloir supprimer cet enregistrementa0? Il peut être récupéré depuis le menu Commande."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Impossible de modifier les noms d'API pour les objets standard"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
@ -848,6 +856,11 @@ msgstr "Réduire"
msgid "Color code" msgid "Color code"
msgstr "Code couleur" msgstr "Code couleur"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configurer vos paramètres de courriel et de calendrier." msgstr "Configurer vos paramètres de courriel et de calendrier."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirmer" msgstr "Confirmer"
@ -924,6 +938,8 @@ msgstr "Contexte"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continuer" msgstr "Continuer"
@ -988,6 +1004,11 @@ msgstr "Copiez cette clé car elle ne sera plus visible"
msgid "Core" msgid "Core"
msgstr "Noyau" msgstr "Noyau"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Afficher comme date relative"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Afficher le texte sur plusieurs lignes" msgstr "Afficher le texte sur plusieurs lignes"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Ne pas synchroniser les emails de team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Télécharger le fichier" msgstr "Télécharger le fichier"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Exclure les personnes et domaines suivants de ma synchronisation de cour
msgid "Existing objects" msgid "Existing objects"
msgstr "Objets existants" msgstr "Objets existants"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Quitter le plein écran" msgstr "Quitter le plein écran"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtre"
msgid "Filters" msgid "Filters"
msgstr "Filtres" msgstr "Filtres"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gérez votre abonnement"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marquer comme terminé" msgstr "Marquer comme terminé"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nouveau fournisseur SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Aucun compte connecté"
msgid "No country" msgid "No country"
msgstr "Aucun pays" msgstr "Aucun pays"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Aucun enregistrement trouvé"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Aucun"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvégien" msgstr "Norvégien"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Aperçu"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Politique de confidentialité" msgstr "Politique de confidentialité"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recharger"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Retirer" msgstr "Retirer"
@ -3399,6 +3487,11 @@ msgstr "Restaurer les enregistrements"
msgid "Results" msgid "Results"
msgstr "Résultats" msgstr "Résultats"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schéma"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Voir les workflows"
msgid "Select Action" msgid "Select Action"
msgstr "Sélectionner l'action" msgstr "Sélectionner l'action"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Sélectionnez la valeur par défaut pour ce champ booléen"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Sélectionnez les événements à envoyer à ce point de terminaison" msgstr "Sélectionnez les événements à envoyer à ce point de terminaison"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Changer l'étiquette d'un champ doit-il aussi changer le nom de l'API ?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Changer le libellé d'un objet doit-il aussi changer l'API ?" msgstr "Changer le libellé d'un objet doit-il aussi changer l'API ?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Le sujet et les métadonnées seront partagés avec votre équipe."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Le sujet, le corps et les pièces jointes seront partagés avec votre équipe." msgstr "Le sujet, le corps et les pièces jointes seront partagés avec votre équipe."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Thème"
msgid "Theme " msgid "Theme "
msgstr "Thème " msgstr "Thème "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Mis à jour"
msgid "Upload" msgid "Upload"
msgstr "Téléverser" msgstr "Téléverser"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Téléverser le fichier" msgstr "Téléverser le fichier"
@ -4240,6 +4395,11 @@ msgstr "L'utilisateur n'est pas connecté"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Écrire un secret"
msgid "yes" msgid "yes"
msgstr "oui" msgstr "oui"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -555,6 +555,11 @@ msgstr "האם אתה בטוח שברצונך למחוק את הרשומות ה
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "האם אתה בטוח שברצונך למחוק את הרשומה הזו? ניתן לשחזר אותה מתפריט Command." msgstr "האם אתה בטוח שברצונך למחוק את הרשומה הזו? ניתן לשחזר אותה מתפריט Command."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "לא ניתן לשנות שמות API עבור עצמים סטנדרטי
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "בטל" msgstr "בטל"
@ -848,6 +856,11 @@ msgstr "צמצם"
msgid "Color code" msgid "Color code"
msgstr "קוד צבע" msgstr "קוד צבע"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "הגדר את ההגדרות של האימיילים ולוח השנה שלך." msgstr "הגדר את ההגדרות של האימיילים ולוח השנה שלך."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "אישור" msgstr "אישור"
@ -924,6 +938,8 @@ msgstr "הקשר"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "המשך" msgstr "המשך"
@ -988,6 +1004,11 @@ msgstr "העתק מפתח זה כיוון שלא יהיה נראה שנית"
msgid "Core" msgid "Core"
msgstr "ליבה" msgstr "ליבה"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "הצג כתאריך יחסי"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "הצג טקסט במספר שורות" msgstr "הצג טקסט במספר שורות"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "אל תסנכרן אימיילים מ-team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "הורד קובץ" msgstr "הורד קובץ"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "לא לכלול את האנשים והדומיינים הבאים מהס
msgid "Existing objects" msgid "Existing objects"
msgstr "אובייקטים קיימים" msgstr "אובייקטים קיימים"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "צא ממסך מלא" msgstr "צא ממסך מלא"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "סינון"
msgid "Filters" msgid "Filters"
msgstr "מסננים" msgstr "מסננים"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "ניהול המנוי שלך"
msgid "Mark as done" msgid "Mark as done"
msgstr "סימון כבוצע" msgstr "סימון כבוצע"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "ספק SSO חדש"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "אין חשבון מחובר"
msgid "No country" msgid "No country"
msgstr "אין מדינה" msgstr "אין מדינה"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "לא נמצאו רשומות"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "אין"
msgid "Norwegian" msgid "Norwegian"
msgstr "נורווגית" msgstr "נורווגית"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "תצוגה מקדימה"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "מדיניות הפרטיות" msgstr "מדיניות הפרטיות"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "טען מחדש"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "\\" msgstr "\\"
@ -3399,6 +3487,11 @@ msgstr "שחזור רשומות"
msgid "Results" msgid "Results"
msgstr "\\" msgstr "\\"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "סכימה"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "ראה תהליכי עבודה"
msgid "Select Action" msgid "Select Action"
msgstr "בחר פעולה" msgstr "בחר פעולה"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "בחר את ערך ברירת המחדל לשדה הבוליאני הז
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "\\" msgstr "\\"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "האם שינוי תווית שדה צריך גם לשנות את שם
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "האם שינוי תווית של אובייקט צריך גם לשנות את ה-API?" msgstr "האם שינוי תווית של אובייקט צריך גם לשנות את ה-API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "נושא ומטא-נתונים ישותפו עם הצוות שלך."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "נושא, גוף וקבצים מצורפים ישותפו עם הצוות שלך." msgstr "נושא, גוף וקבצים מצורפים ישותפו עם הצוות שלך."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "תמה"
msgid "Theme " msgid "Theme "
msgstr "תמה " msgstr "תמה "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "עודכן"
msgid "Upload" msgid "Upload"
msgstr "העלה" msgstr "העלה"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "העלה קובץ" msgstr "העלה קובץ"
@ -4240,6 +4395,11 @@ msgstr "המשתמש לא מחובר"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "כתוב סוד"
msgid "yes" msgid "yes"
msgstr "כן" msgstr "כן"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Biztosan törölni szeretné ezeket a rekordokat? Visszaállíthatók a
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Biztosan törölni szeretné ezt a rekordot? Visszaállítható a Parancs menüből." msgstr "Biztosan törölni szeretné ezt a rekordot? Visszaállítható a Parancs menüből."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Nem változtathatók meg a szabványos objektumok API-nevei"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Mégse" msgstr "Mégse"
@ -848,6 +856,11 @@ msgstr "Összecsuk"
msgid "Color code" msgid "Color code"
msgstr "Színekód" msgstr "Színekód"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Állítsa be az e-mail és naptár beállításokat." msgstr "Állítsa be az e-mail és naptár beállításokat."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Megerősítés" msgstr "Megerősítés"
@ -924,6 +938,8 @@ msgstr "Összefüggés"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Folytatás" msgstr "Folytatás"
@ -988,6 +1004,11 @@ msgstr "Másolja le ezt a kulcsot, mert nem lesz újra látható"
msgid "Core" msgid "Core"
msgstr "" msgstr ""
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Megjelen\\u00edt\\u00e9s relat\\u00edv d\\u00e1tumk\\u00e9nt"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Szöveg megjelenítése több sorban" msgstr "Szöveg megjelenítése több sorban"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Ne szinkronizáljon emaileket a következő címekről: team@ support@ n
msgid "Download file" msgid "Download file"
msgstr "Fájl letöltése" msgstr "Fájl letöltése"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Zárja ki a következő embereket és domaineket az e-mail szinkronizál
msgid "Existing objects" msgid "Existing objects"
msgstr "Meglévő objektumok" msgstr "Meglévő objektumok"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Kilépés teljes képernyőből" msgstr "Kilépés teljes képernyőből"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Szűrő"
msgid "Filters" msgid "Filters"
msgstr "Szűrők" msgstr "Szűrők"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Előfizetés kezelése"
msgid "Mark as done" msgid "Mark as done"
msgstr "Jelölje meg készként" msgstr "Jelölje meg készként"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Új SSO szolgáltató"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nincs csatlakoztatott fiók"
msgid "No country" msgid "No country"
msgstr "Nincs ország" msgstr "Nincs ország"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nincs találat"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Egyik sem"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvég" msgstr "Norvég"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Előnézet"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Adatvédelmi irányelvek" msgstr "Adatvédelmi irányelvek"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Újratöltés"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Eltávolítás" msgstr "Eltávolítás"
@ -3399,6 +3487,11 @@ msgstr "Rekordok visszaállítása"
msgid "Results" msgid "Results"
msgstr "Találatok" msgstr "Találatok"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Séma"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Munkafolyamatok megtekintése"
msgid "Select Action" msgid "Select Action"
msgstr "Válasszon műveletet" msgstr "Válasszon műveletet"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Válassza ki az alapértelmezett értéket ehhez a logikai mezőhöz"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Válassza ki, mely események szeretné elküldeni ebbe az végpontba" msgstr "Válassza ki, mely események szeretné elküldeni ebbe az végpontba"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Meg kell változtatni egy mező címkéjét az API nevének megváltozta
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Ha megváltozik egy objektum címkéje, akkor az megváltoztatja az API-t is?" msgstr "Ha megváltozik egy objektum címkéje, akkor az megváltoztatja az API-t is?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "A téma és metaadatok meg lesznek osztva a csapatával."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "A téma, a test és a mellékletek meg lesznek osztva a csapatával." msgstr "A téma, a test és a mellékletek meg lesznek osztva a csapatával."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Téma"
msgid "Theme " msgid "Theme "
msgstr "Téma " msgstr "Téma "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Frissítve"
msgid "Upload" msgid "Upload"
msgstr "Feltöltés" msgstr "Feltöltés"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Fájl feltöltése" msgstr "Fájl feltöltése"
@ -4240,6 +4395,11 @@ msgstr "A felhasználó nincs bejelentkezve"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Írjon titkot"
msgid "yes" msgid "yes"
msgstr "igen" msgstr "igen"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Sei sicuro di voler eliminare questi record? Possono essere recuperati d
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Sei sicuro di voler eliminare questo record? Può essere recuperato dal menu Comando." msgstr "Sei sicuro di voler eliminare questo record? Può essere recuperato dal menu Comando."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Impossibile modificare i nomi API per gli oggetti standard"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
@ -848,6 +856,11 @@ msgstr "Riduci"
msgid "Color code" msgid "Color code"
msgstr "Codice colore" msgstr "Codice colore"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configura le impostazioni di e-mail e calendario." msgstr "Configura le impostazioni di e-mail e calendario."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Conferma" msgstr "Conferma"
@ -924,6 +938,8 @@ msgstr "Contesto"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continua" msgstr "Continua"
@ -988,6 +1004,11 @@ msgstr "Copia questa chiave perché non sarà più visibile"
msgid "Core" msgid "Core"
msgstr "Core" msgstr "Core"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Visualizza come data relativa"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Mostra testo su più righe" msgstr "Mostra testo su più righe"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Non sincronizzare email da team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Scarica file" msgstr "Scarica file"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Escludi le seguenti persone e domini dalla mia sincronizzazione email. L
msgid "Existing objects" msgid "Existing objects"
msgstr "Oggetti esistenti" msgstr "Oggetti esistenti"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Esci dalla modalità a schermo intero" msgstr "Esci dalla modalità a schermo intero"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters" msgid "Filters"
msgstr "Filtri" msgstr "Filtri"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestisci il tuo abbonamento"
msgid "Mark as done" msgid "Mark as done"
msgstr "Segna come fatto" msgstr "Segna come fatto"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nuovo provider SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nessun account collegato"
msgid "No country" msgid "No country"
msgstr "Nessun paese" msgstr "Nessun paese"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nessun record trovato"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Nessuno"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvegese" msgstr "Norvegese"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Anteprima"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Informativa sulla privacy" msgstr "Informativa sulla privacy"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Ricarica"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Rimuovi" msgstr "Rimuovi"
@ -3399,6 +3487,11 @@ msgstr "Ripristina record"
msgid "Results" msgid "Results"
msgstr "Risultati" msgstr "Risultati"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Vedi workflow"
msgid "Select Action" msgid "Select Action"
msgstr "Seleziona Azione" msgstr "Seleziona Azione"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Seleziona il valore predefinito per questo campo booleano"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Seleziona gli eventi da inviare a questo endpoint" msgstr "Seleziona gli eventi da inviare a questo endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Cambiare l'etichetta di un campo deve cambiare anche il nome dell'API?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Cambiare l'etichetta di un oggetto deve cambiare anche il nome dell'API?" msgstr "Cambiare l'etichetta di un oggetto deve cambiare anche il nome dell'API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "L'oggetto e i metadati verranno condivisi con il tuo team."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "L'oggetto, il corpo e gli allegati verranno condivisi con il tuo team." msgstr "L'oggetto, il corpo e gli allegati verranno condivisi con il tuo team."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Aggiornato"
msgid "Upload" msgid "Upload"
msgstr "Carica" msgstr "Carica"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Carica file" msgstr "Carica file"
@ -4240,6 +4395,11 @@ msgstr "Utente non connesso"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Scrivi un segreto"
msgid "yes" msgid "yes"
msgstr "sì" msgstr "sì"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "これらのレコードを本当に削除しますか? コマンド
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "このレコードを本当に削除しますか? コマンドメニューから復元できます。" msgstr "このレコードを本当に削除しますか? コマンドメニューから復元できます。"
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "標準オブジェクトのAPI名は変更できません"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "キャンセル" msgstr "キャンセル"
@ -848,6 +856,11 @@ msgstr "折りたたむ"
msgid "Color code" msgid "Color code"
msgstr "色のコード" msgstr "色のコード"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "メールとカレンダーの設定を行う。" msgstr "メールとカレンダーの設定を行う。"
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "確認" msgstr "確認"
@ -924,6 +938,8 @@ msgstr "コンテキスト"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "続行" msgstr "続行"
@ -988,6 +1004,11 @@ msgstr "このキーは再表示されないため、コピーしてください
msgid "Core" msgid "Core"
msgstr "コア" msgstr "コア"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "相対日付で表示"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "複数行でテキストを表示" msgstr "複数行でテキストを表示"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "team@、support@、noreply@からのメールを同期しない…"
msgid "Download file" msgid "Download file"
msgstr "ファイルをダウンロード" msgstr "ファイルをダウンロード"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "以下の人物とドメインをメール同期から除外します。
msgid "Existing objects" msgid "Existing objects"
msgstr "既存のオブジェクト" msgstr "既存のオブジェクト"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "フルスクリーンを終了" msgstr "フルスクリーンを終了"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "フィルター"
msgid "Filters" msgid "Filters"
msgstr "フィルター" msgstr "フィルター"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "サブスクリプションを管理"
msgid "Mark as done" msgid "Mark as done"
msgstr "完了としてマーク" msgstr "完了としてマーク"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "新しいSSOプロバイダー"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "接続されたアカウントがありません"
msgid "No country" msgid "No country"
msgstr "国なし" msgstr "国なし"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "レコードが見つかりません"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "なし"
msgid "Norwegian" msgid "Norwegian"
msgstr "ノルウェー語" msgstr "ノルウェー語"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "プレビュー"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "プライバシーポリシー" msgstr "プライバシーポリシー"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "リロード"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "削除" msgstr "削除"
@ -3399,6 +3487,11 @@ msgstr "レコードを復元"
msgid "Results" msgid "Results"
msgstr "結果" msgstr "結果"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "スキーマ"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "ワークフローを表示"
msgid "Select Action" msgid "Select Action"
msgstr "アクションを選択" msgstr "アクションを選択"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "このブールフィールドのデフォルト値を選択します"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "このエンドポイントに送信したいイベントを選択してください" msgstr "このエンドポイントに送信したいイベントを選択してください"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "フィールドのラベルを変更すると、API名も変更されま
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "オブジェクトのラベルを変更するとAPIも変更されるべきですか" msgstr "オブジェクトのラベルを変更するとAPIも変更されるべきですか"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "件名とメタデータがチームと共有されます。"
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "件名、本文、添付ファイルがチームと共有されます。" msgstr "件名、本文、添付ファイルがチームと共有されます。"
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "テーマ"
msgid "Theme " msgid "Theme "
msgstr "テーマ " msgstr "テーマ "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "更新済み"
msgid "Upload" msgid "Upload"
msgstr "アップロード" msgstr "アップロード"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "ファイルをアップロード" msgstr "ファイルをアップロード"
@ -4240,6 +4395,11 @@ msgstr "ユーザーがログインしていません"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "秘密を書きます"
msgid "yes" msgid "yes"
msgstr "はい" msgstr "はい"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "이 기록들을 삭제하시겠습니까? Command 메뉴에서 복구
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "이 기록을 삭제하시겠습니까? Command 메뉴에서 복구할 수 있습니다." msgstr "이 기록을 삭제하시겠습니까? Command 메뉴에서 복구할 수 있습니다."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "표준 객체에 대한 API 이름을 변경할 수 없습니다."
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "취소" msgstr "취소"
@ -848,6 +856,11 @@ msgstr "접기"
msgid "Color code" msgid "Color code"
msgstr "색상 코드" msgstr "색상 코드"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "이메일 및 캘린더 설정 구성." msgstr "이메일 및 캘린더 설정 구성."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "확인" msgstr "확인"
@ -924,6 +938,8 @@ msgstr "컨텍스트"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "계속" msgstr "계속"
@ -988,6 +1004,11 @@ msgstr "이 키는 다시 표시되지 않으므로 복사하세요"
msgid "Core" msgid "Core"
msgstr "코어" msgstr "코어"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "상대 날짜로 표시"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "여러 줄에 텍스트 표시" msgstr "여러 줄에 텍스트 표시"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "team@, support@, noreply@... 이메일과 동기화하지 않음..."
msgid "Download file" msgid "Download file"
msgstr "파일 다운로드" msgstr "파일 다운로드"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "다음 사람들과 도메인을 이메일 동기화에서 제외합니
msgid "Existing objects" msgid "Existing objects"
msgstr "기존 개체" msgstr "기존 개체"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "전체 화면 종료" msgstr "전체 화면 종료"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "필터"
msgid "Filters" msgid "Filters"
msgstr "필터" msgstr "필터"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "구독 관리"
msgid "Mark as done" msgid "Mark as done"
msgstr "완료로 표시" msgstr "완료로 표시"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "새 SSO 공급자"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "연결된 계정 없음"
msgid "No country" msgid "No country"
msgstr "국가 없음" msgstr "국가 없음"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "기록을 찾을 수 없습니다"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "없음"
msgid "Norwegian" msgid "Norwegian"
msgstr "노르웨이어" msgstr "노르웨이어"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "미리보기"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "개인정보 보호정책" msgstr "개인정보 보호정책"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "새로 고침"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "제거" msgstr "제거"
@ -3399,6 +3487,11 @@ msgstr "레코드 복원"
msgid "Results" msgid "Results"
msgstr "결과" msgstr "결과"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "스키마"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "워크플로우들 보기"
msgid "Select Action" msgid "Select Action"
msgstr "작업 선택" msgstr "작업 선택"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "이 boolean 필드의 기본값 선택"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "이 엔드포인트로 보내려는 이벤트를 선택하세요" msgstr "이 엔드포인트로 보내려는 이벤트를 선택하세요"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "필드의 레이블을 변경하면 API 이름도 변경되어야 하나
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "객체의 레이블을 변경할 때 API도 변경되어야 하나요?" msgstr "객체의 레이블을 변경할 때 API도 변경되어야 하나요?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "주제와 메타데이터가 팀과 공유됩니다."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "주제, 본문, 첨부 파일이 팀과 공유됩니다." msgstr "주제, 본문, 첨부 파일이 팀과 공유됩니다."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "테마"
msgid "Theme " msgid "Theme "
msgstr "테마 " msgstr "테마 "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "업데이트됨"
msgid "Upload" msgid "Upload"
msgstr "업로드" msgstr "업로드"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "파일 업로드" msgstr "파일 업로드"
@ -4240,6 +4395,11 @@ msgstr "사용자가 로그인하지 않았습니다"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "비밀 작성"
msgid "yes" msgid "yes"
msgstr "예" msgstr "예"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Weet je zeker dat je deze records wilt verwijderen? Ze kunnen worden her
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Weet je zeker dat je dit record wilt verwijderen? Het kan worden hersteld vanuit het Commandemenu." msgstr "Weet je zeker dat je dit record wilt verwijderen? Het kan worden hersteld vanuit het Commandemenu."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Kan API-namen niet wijzigen voor standaardobjecten"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Annuleren" msgstr "Annuleren"
@ -848,6 +856,11 @@ msgstr "Uitvouwen"
msgid "Color code" msgid "Color code"
msgstr "Kleurcode" msgstr "Kleurcode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configureer uw e-mail- en kalenderinstellingen." msgstr "Configureer uw e-mail- en kalenderinstellingen."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Bevestigen" msgstr "Bevestigen"
@ -924,6 +938,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Doorgaan" msgstr "Doorgaan"
@ -988,6 +1004,11 @@ msgstr "Kopieer deze sleutel want deze wordt niet nogmaals getoond"
msgid "Core" msgid "Core"
msgstr "Kern" msgstr "Kern"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Weergeven als relatieve datum"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Tekst weergeven op meerdere regels" msgstr "Tekst weergeven op meerdere regels"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Synchroniseer geen e-mails van team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Bestand downloaden" msgstr "Bestand downloaden"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Sluit de volgende mensen en domeinen uit van mijn e-mailsynchronisatie.
msgid "Existing objects" msgid "Existing objects"
msgstr "Bestaande objecten" msgstr "Bestaande objecten"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Volledig scherm afsluiten" msgstr "Volledig scherm afsluiten"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filteren"
msgid "Filters" msgid "Filters"
msgstr "Filters" msgstr "Filters"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Beheer je abonnement"
msgid "Mark as done" msgid "Mark as done"
msgstr "Markeren als voltooid" msgstr "Markeren als voltooid"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nieuwe SSO-provider"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Geen verbonden account"
msgid "No country" msgid "No country"
msgstr "Geen land" msgstr "Geen land"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Geen gegevens gevonden"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Geen"
msgid "Norwegian" msgid "Norwegian"
msgstr "Noors" msgstr "Noors"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Voorbeeld"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privacybeleid" msgstr "Privacybeleid"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Herladen"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Verwijderen" msgstr "Verwijderen"
@ -3399,6 +3487,11 @@ msgstr "Records herstellen"
msgid "Results" msgid "Results"
msgstr "Resultaten" msgstr "Resultaten"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Bekijk workflows"
msgid "Select Action" msgid "Select Action"
msgstr "Selecteer Actie" msgstr "Selecteer Actie"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Selecteer de standaardwaarde voor dit booleaanse veld"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Selecteer de gebeurtenissen die je naar dit eindpunt wilt sturen" msgstr "Selecteer de gebeurtenissen die je naar dit eindpunt wilt sturen"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Moet het wijzigen van het label van een veld ook de API-naam wijzigen?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Moet het wijzigen van een objectlabel ook de API wijzigen?" msgstr "Moet het wijzigen van een objectlabel ook de API wijzigen?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Onderwerp en metadata worden gedeeld met uw team."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Onderwerp, inhoud en bijlagen worden gedeeld met uw team." msgstr "Onderwerp, inhoud en bijlagen worden gedeeld met uw team."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Thema"
msgid "Theme " msgid "Theme "
msgstr "Thema " msgstr "Thema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Bijgewerkt"
msgid "Upload" msgid "Upload"
msgstr "Uploaden" msgstr "Uploaden"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Bestand uploaden" msgstr "Bestand uploaden"
@ -4240,6 +4395,11 @@ msgstr "Gebruiker is niet ingelogd"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Schrijf een geheim"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Er du sikker på at du vil slette disse postene? De kan gjenopprettes fr
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Er du sikker på at du vil slette denne posten? Den kan gjenopprettes fra Kommandomenyen." msgstr "Er du sikker på at du vil slette denne posten? Den kan gjenopprettes fra Kommandomenyen."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Kan ikke endre API-navn for standardobjekter"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
@ -848,6 +856,11 @@ msgstr "Lukk"
msgid "Color code" msgid "Color code"
msgstr "Fargekode" msgstr "Fargekode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Konfigurer dine e-post- og kalenderinnstillinger." msgstr "Konfigurer dine e-post- og kalenderinnstillinger."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Bekreft" msgstr "Bekreft"
@ -924,6 +938,8 @@ msgstr "Kontekst"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Fortsett" msgstr "Fortsett"
@ -988,6 +1004,11 @@ msgstr "Kopier denne nøkelen da den ikke vil vre synlig igjen"
msgid "Core" msgid "Core"
msgstr "Kjerne" msgstr "Kjerne"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Vis som relativ dato"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Vis tekst på flere linjer" msgstr "Vis tekst på flere linjer"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Ikke synkroniser e-poster fra team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Last ned fil" msgstr "Last ned fil"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Ekskluder følgende personer og domener fra e-postsynkroniseringen min.
msgid "Existing objects" msgid "Existing objects"
msgstr "Eksisterende objekter" msgstr "Eksisterende objekter"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Avslutt fullskjerm" msgstr "Avslutt fullskjerm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrer"
msgid "Filters" msgid "Filters"
msgstr "Filtre" msgstr "Filtre"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Administrer abonnementet ditt"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marker som utf\\u00f8rt" msgstr "Marker som utf\\u00f8rt"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Ny SSO-leverandør"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Ingen tilknyttet konto"
msgid "No country" msgid "No country"
msgstr "Intet land" msgstr "Intet land"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Ingen poster funnet"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ingen"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norsk" msgstr "Norsk"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Forhåndsvisning"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Personvernpolicy" msgstr "Personvernpolicy"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Last inn på nytt"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Fjern" msgstr "Fjern"
@ -3399,6 +3487,11 @@ msgstr "Gjenopprett oppføringer"
msgid "Results" msgid "Results"
msgstr "Resultater" msgstr "Resultater"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skjema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Se arbeidsflyter"
msgid "Select Action" msgid "Select Action"
msgstr "Velg handling" msgstr "Velg handling"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Velg standardverdi for dette boolske feltet"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Velg hendelsene du ønsker å sende til dette sluttpunktet" msgstr "Velg hendelsene du ønsker å sende til dette sluttpunktet"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Skal en endring av feltets etikett også endre API-navnet?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Bør en endring av et objekts etikett også endre API-et?" msgstr "Bør en endring av et objekts etikett også endre API-et?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Emne og metadata vil bli delt med teamet ditt."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Emne, kropp og vedlegg vil bli delt med teamet ditt." msgstr "Emne, kropp og vedlegg vil bli delt med teamet ditt."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Oppdatert"
msgid "Upload" msgid "Upload"
msgstr "Last opp" msgstr "Last opp"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Last opp fil" msgstr "Last opp fil"
@ -4240,6 +4395,11 @@ msgstr "Brukeren er ikke logget inn"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skriv en hemmelighet"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Czy jesteś pewien, że chcesz usunąć te rekordy? Można je odzyskać
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Czy jesteś pewien, że chcesz usunąć ten rekord? Można go odzyskać z menu Command." msgstr "Czy jesteś pewien, że chcesz usunąć ten rekord? Można go odzyskać z menu Command."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Nie można zmienić nazw API dla standardowych obiektów"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Anuluj" msgstr "Anuluj"
@ -848,6 +856,11 @@ msgstr "Zwiń"
msgid "Color code" msgid "Color code"
msgstr "Kod koloru" msgstr "Kod koloru"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Skonfiguruj swoje ustawienia e-mail i kalendarza." msgstr "Skonfiguruj swoje ustawienia e-mail i kalendarza."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Potwierdź" msgstr "Potwierdź"
@ -924,6 +938,8 @@ msgstr "Kontekst"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Kontynuuj" msgstr "Kontynuuj"
@ -988,6 +1004,11 @@ msgstr "Skopiuj ten klucz, ponieważ nie będzie on widoczny ponownie"
msgid "Core" msgid "Core"
msgstr "Trzon" msgstr "Trzon"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Wyświetl jako datę względną"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Wyświetlaj tekst na wielu liniach" msgstr "Wyświetlaj tekst na wielu liniach"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Nie synchronizuj e-maili z team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Pobierz plik" msgstr "Pobierz plik"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Wyklucz następujące osoby i domeny z synchronizacji mojej poczty. Rozm
msgid "Existing objects" msgid "Existing objects"
msgstr "Istniejące obiekty" msgstr "Istniejące obiekty"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Zakończ tryb pełnoekranowy" msgstr "Zakończ tryb pełnoekranowy"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtruj"
msgid "Filters" msgid "Filters"
msgstr "Filtry" msgstr "Filtry"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Zarządzaj swoją subskrypcją"
msgid "Mark as done" msgid "Mark as done"
msgstr "Oznacz jako wykonane" msgstr "Oznacz jako wykonane"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nowy dostawca SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Brak połączonego konta"
msgid "No country" msgid "No country"
msgstr "Brak kraju" msgstr "Brak kraju"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nie znaleziono rekordów"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Brak"
msgid "Norwegian" msgid "Norwegian"
msgstr "norweski" msgstr "norweski"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Podgląd"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Polityka prywatności" msgstr "Polityka prywatności"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Przeładuj"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Usuń" msgstr "Usuń"
@ -3399,6 +3487,11 @@ msgstr "Przywróć wpisy"
msgid "Results" msgid "Results"
msgstr "Wyniki" msgstr "Wyniki"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schemat"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Zobacz przepływy pracy"
msgid "Select Action" msgid "Select Action"
msgstr "Wybierz akcję" msgstr "Wybierz akcję"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Wybierz domyślną wartość dla tego pola logicznego"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Wybierz zdarzenia, które chcesz wysłać do tego punktu końcowego" msgstr "Wybierz zdarzenia, które chcesz wysłać do tego punktu końcowego"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Czy zmiana etykiety pola powinna również zmienić nazwę API?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Czy zmiana etykiety obiektu powinna także zmienić API?" msgstr "Czy zmiana etykiety obiektu powinna także zmienić API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Temat i metadane będą udostępniane twojemu zespołowi."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Temat, treść i załączniki będą udostępniane twojemu zespołowi." msgstr "Temat, treść i załączniki będą udostępniane twojemu zespołowi."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Motyw"
msgid "Theme " msgid "Theme "
msgstr "Motyw " msgstr "Motyw "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Zaktualizowano"
msgid "Upload" msgid "Upload"
msgstr "Prześlij" msgstr "Prześlij"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Prześlij plik" msgstr "Prześlij plik"
@ -4240,6 +4395,11 @@ msgstr "Użytkownik nie jest zalogowany"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Napisz sekret"
msgid "yes" msgid "yes"
msgstr "tak" msgstr "tak"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -547,6 +547,11 @@ msgstr ""
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "" msgstr ""
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -717,6 +722,9 @@ msgstr ""
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
@ -840,6 +848,11 @@ msgstr ""
msgid "Color code" msgid "Color code"
msgstr "" msgstr ""
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -871,6 +884,7 @@ msgid "Configure your emails and calendar settings."
msgstr "" msgstr ""
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
@ -916,6 +930,8 @@ msgstr ""
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "" msgstr ""
@ -980,6 +996,11 @@ msgstr ""
msgid "Core" msgid "Core"
msgstr "" msgstr ""
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1414,6 +1435,11 @@ msgstr ""
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "" msgstr ""
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1457,6 +1483,11 @@ msgstr ""
msgid "Download file" msgid "Download file"
msgstr "" msgstr ""
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1742,11 +1773,21 @@ msgstr ""
msgid "Existing objects" msgid "Existing objects"
msgstr "" msgstr ""
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "" msgstr ""
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1932,6 +1973,11 @@ msgstr ""
msgid "Filters" msgid "Filters"
msgstr "" msgstr ""
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2575,6 +2621,16 @@ msgstr ""
msgid "Mark as done" msgid "Mark as done"
msgstr "" msgstr ""
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2803,6 +2859,12 @@ msgstr ""
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "" #~ msgstr ""
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2818,6 +2880,16 @@ msgstr ""
msgid "No country" msgid "No country"
msgstr "" msgstr ""
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2874,6 +2946,11 @@ msgstr ""
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "" #~ msgstr ""
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2906,6 +2983,11 @@ msgstr ""
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3201,6 +3283,11 @@ msgstr ""
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "" msgstr ""
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3314,6 +3401,7 @@ msgstr ""
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "" msgstr ""
@ -3391,6 +3479,11 @@ msgstr ""
msgid "Results" msgid "Results"
msgstr "" msgstr ""
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3431,6 +3524,7 @@ msgstr ""
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3587,6 +3681,31 @@ msgstr ""
msgid "Select Action" msgid "Select Action"
msgstr "" msgstr ""
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3597,6 +3716,11 @@ msgstr ""
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "" msgstr ""
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3701,6 +3825,16 @@ msgstr ""
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "" msgstr ""
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3817,6 +3951,11 @@ msgstr ""
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "" msgstr ""
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -3998,6 +4137,16 @@ msgstr ""
msgid "Theme " msgid "Theme "
msgstr "" msgstr ""
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4155,7 +4304,13 @@ msgstr ""
msgid "Upload" msgid "Upload"
msgstr "" msgstr ""
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "" msgstr ""
@ -4232,6 +4387,11 @@ msgstr ""
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "" #~ msgstr ""
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4446,6 +4606,11 @@ msgstr ""
msgid "yes" msgid "yes"
msgstr "" msgstr ""
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Tem certeza de que deseja excluir esses registros? Eles podem ser recupe
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Tem certeza de que deseja excluir este registro? Ele pode ser recuperado no menu Comando." msgstr "Tem certeza de que deseja excluir este registro? Ele pode ser recuperado no menu Comando."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Não é possível alterar nomes de API para objetos padrão"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
@ -848,6 +856,11 @@ msgstr "Colapsar"
msgid "Color code" msgid "Color code"
msgstr "Código de cor" msgstr "Código de cor"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configure suas configurações de e-mail e calendário." msgstr "Configure suas configurações de e-mail e calendário."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirmar" msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Contexto"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continuar" msgstr "Continuar"
@ -988,6 +1004,11 @@ msgstr "Copie essa chave, pois ela não ficará visível novamente"
msgid "Core" msgid "Core"
msgstr "Núcleo" msgstr "Núcleo"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Exibir como data relativa"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Exibir texto em várias linhas" msgstr "Exibir texto em várias linhas"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Não sincronize e-mails de team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Baixar arquivo" msgstr "Baixar arquivo"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Excluir as seguintes pessoas e domínios da sincronização do meu e-mai
msgid "Existing objects" msgid "Existing objects"
msgstr "Objetos existentes" msgstr "Objetos existentes"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Sair do modo tela cheia" msgstr "Sair do modo tela cheia"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters" msgid "Filters"
msgstr "Filtros" msgstr "Filtros"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gerenciar sua assinatura"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marcar como concluído" msgstr "Marcar como concluído"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Novo provedor SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nenhuma conta conectada"
msgid "No country" msgid "No country"
msgstr "Sem país" msgstr "Sem país"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nenhum registro encontrado"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Nenhum"
msgid "Norwegian" msgid "Norwegian"
msgstr "Noruegu\\u00eas" msgstr "Noruegu\\u00eas"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Prévia"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Política de privacidade" msgstr "Política de privacidade"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recarregar"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Remover" msgstr "Remover"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registros"
msgid "Results" msgid "Results"
msgstr "Resultados" msgstr "Resultados"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Ver workflows"
msgid "Select Action" msgid "Select Action"
msgstr "Selecionar Ação" msgstr "Selecionar Ação"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Selecione o valor padrão para este campo booleano"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Selecione os eventos que deseja enviar para este endpoint" msgstr "Selecione os eventos que deseja enviar para este endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Alterar o rótulo de um campo também deve alterar o nome da API?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Alterar o rótulo de um objeto também deve alterar a API?" msgstr "Alterar o rótulo de um objeto também deve alterar a API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Assunto e metadados serão compartilhados com sua equipe."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Assunto, corpo e anexos serão compartilhados com sua equipe." msgstr "Assunto, corpo e anexos serão compartilhados com sua equipe."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Atualizado"
msgid "Upload" msgid "Upload"
msgstr "Carregar" msgstr "Carregar"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Fazer upload de arquivo" msgstr "Fazer upload de arquivo"
@ -4240,6 +4395,11 @@ msgstr "O usuário não está conectado"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escreva um segredo"
msgid "yes" msgid "yes"
msgstr "sim" msgstr "sim"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Tem certeza de que deseja excluir esses registros? Eles podem ser recupe
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Tem certeza de que deseja excluir este registro? Ele pode ser recuperado do menu Comando." msgstr "Tem certeza de que deseja excluir este registro? Ele pode ser recuperado do menu Comando."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Não é possível alterar os nomes de API para objetos padrão"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
@ -848,6 +856,11 @@ msgstr "Colapsar"
msgid "Color code" msgid "Color code"
msgstr "Código de cor" msgstr "Código de cor"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configure as definições de e-mail e calendário." msgstr "Configure as definições de e-mail e calendário."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirmar" msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Contexto"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continuar" msgstr "Continuar"
@ -988,6 +1004,11 @@ msgstr "Copiar esta chave, pois não voltará a ser visível"
msgid "Core" msgid "Core"
msgstr "Núcleo" msgstr "Núcleo"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Exibir como data relativa"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Exibir texto em várias linhas" msgstr "Exibir texto em várias linhas"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Não sincronizar emails de team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Baixar arquivo" msgstr "Baixar arquivo"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Excluir as seguintes pessoas e domínios da minha sincronização de e-m
msgid "Existing objects" msgid "Existing objects"
msgstr "Objetos existentes" msgstr "Objetos existentes"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Sair do modo de tela cheia" msgstr "Sair do modo de tela cheia"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters" msgid "Filters"
msgstr "Filtros" msgstr "Filtros"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gerir a sua subscrição"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marcar como concluído" msgstr "Marcar como concluído"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Novo fornecedor SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nenhuma conta conectada"
msgid "No country" msgid "No country"
msgstr "Sem país" msgstr "Sem país"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nenhum registro encontrado"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Nenhum"
msgid "Norwegian" msgid "Norwegian"
msgstr "Noruegu\\u00eas" msgstr "Noruegu\\u00eas"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Pré-visualização"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Política de Privacidade" msgstr "Política de Privacidade"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recarregar"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Remover" msgstr "Remover"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registos"
msgid "Results" msgid "Results"
msgstr "Resultados" msgstr "Resultados"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Ver workflows"
msgid "Select Action" msgid "Select Action"
msgstr "Selecionar Ação" msgstr "Selecionar Ação"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Selecione o valor padrão para este campo booleano"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Selecione os eventos que deseja enviar para este endpoint" msgstr "Selecione os eventos que deseja enviar para este endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Alterar o rótulo de um campo deve também alterar o nome da API?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Alterar o rótulo de um objeto deve também alterar a API?" msgstr "Alterar o rótulo de um objeto deve também alterar a API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Assunto e metadados serão partilhados com a sua equipa."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Assunto, corpo e anexos serão partilhados com a sua equipa." msgstr "Assunto, corpo e anexos serão partilhados com a sua equipa."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Atualizado"
msgid "Upload" msgid "Upload"
msgstr "Carregar" msgstr "Carregar"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Carregar arquivo" msgstr "Carregar arquivo"
@ -4240,6 +4395,11 @@ msgstr "O utilizador não está autenticado"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escrever um segredo"
msgid "yes" msgid "yes"
msgstr "sim" msgstr "sim"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Sigur doriți să ștergeți aceste înregistrări? Ele pot fi recuperat
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Sigur doriți să ștergeți această înregistrare? Ea poate fi recuperată din meniul Command." msgstr "Sigur doriți să ștergeți această înregistrare? Ea poate fi recuperată din meniul Command."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Nu se pot schimba numele API pentru obiectele standard"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Anulare" msgstr "Anulare"
@ -848,6 +856,11 @@ msgstr "Restrângere"
msgid "Color code" msgid "Color code"
msgstr "Cod culoare" msgstr "Cod culoare"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configurați setările de e-mail și calendar." msgstr "Configurați setările de e-mail și calendar."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Confirmă" msgstr "Confirmă"
@ -924,6 +938,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Continuă" msgstr "Continuă"
@ -988,6 +1004,11 @@ msgstr "Copiați această cheie deoarece nu va mai fi vizibilă"
msgid "Core" msgid "Core"
msgstr "Nucleu" msgstr "Nucleu"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Afisează ca dată relativă"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Afișați textul pe mai multe linii" msgstr "Afișați textul pe mai multe linii"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Nu sincronizați emailurile de la team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Descarcă fișierul" msgstr "Descarcă fișierul"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Exclude următoarele persoane și domenii din sincronizarea mea de email
msgid "Existing objects" msgid "Existing objects"
msgstr "Obiecte existente" msgstr "Obiecte existente"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Ieșiți din modul Ecran complet" msgstr "Ieșiți din modul Ecran complet"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtru"
msgid "Filters" msgid "Filters"
msgstr "Filtre" msgstr "Filtre"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestionează-ți abonamentul"
msgid "Mark as done" msgid "Mark as done"
msgstr "Marchează ca realizat" msgstr "Marchează ca realizat"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nou furnizor SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Niciun cont conectat"
msgid "No country" msgid "No country"
msgstr "Fără țară" msgstr "Fără țară"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nu s-au găsit înregistrări"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Niciunul"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvegiană" msgstr "Norvegiană"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Previzualizare"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Politica de confidențialitate" msgstr "Politica de confidențialitate"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Reîncarcă"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Elimină" msgstr "Elimină"
@ -3399,6 +3487,11 @@ msgstr "Restaurează înregistrările"
msgid "Results" msgid "Results"
msgstr "Rezultate" msgstr "Rezultate"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schemat"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Vezi fluxuri de lucru"
msgid "Select Action" msgid "Select Action"
msgstr "Selectează acțiunea" msgstr "Selectează acțiunea"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Selectați valoarea implicită pentru acest câmp boolean"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Selectează evenimentele pe care dorești să le trimiți la acest endpoint" msgstr "Selectează evenimentele pe care dorești să le trimiți la acest endpoint"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Modificarea etichetei unui câmp ar trebui să schimbe și numele pentru
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Schimbarea etichetei unui obiect ar trebui să schimbe și API-ul?" msgstr "Schimbarea etichetei unui obiect ar trebui să schimbe și API-ul?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Subiectul și meta-datele vor fi partajate cu echipa dvs."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Subiectul, corpul și atașamentele vor fi partajate cu echipa dvs." msgstr "Subiectul, corpul și atașamentele vor fi partajate cu echipa dvs."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Temă"
msgid "Theme " msgid "Theme "
msgstr "Temă " msgstr "Temă "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Actualizat"
msgid "Upload" msgid "Upload"
msgstr "Încarcă" msgstr "Încarcă"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Încărcați fișierul" msgstr "Încărcați fișierul"
@ -4240,6 +4395,11 @@ msgstr "Utilizatorul nu este autentificat"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Scrieți un secret"
msgid "yes" msgid "yes"
msgstr "da" msgstr "da"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Да ли сте сигурни да желите да обришете
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Да ли сте сигурни да желите да обришете овај запис? Може се повратити из командног менија." msgstr "Да ли сте сигурни да желите да обришете овај запис? Може се повратити из командног менија."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Не могу се мењати API имена за стандардне
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Откажи" msgstr "Откажи"
@ -848,6 +856,11 @@ msgstr "Скупи"
msgid "Color code" msgid "Color code"
msgstr "Шифра боје" msgstr "Шифра боје"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Подесите своје подешавања е-поште и календара." msgstr "Подесите своје подешавања е-поште и календара."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Потврди" msgstr "Потврди"
@ -924,6 +938,8 @@ msgstr "Контекст"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Настави" msgstr "Настави"
@ -988,6 +1004,11 @@ msgstr "Копирајте овај кључ пошто неће поново б
msgid "Core" msgid "Core"
msgstr "Језгро" msgstr "Језгро"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Приказати као релативан датум"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Прикажи текст на више линија" msgstr "Прикажи текст на више линија"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Не синхронизујте имејлове од team@ support@ nor
msgid "Download file" msgid "Download file"
msgstr "Преузми датотеку" msgstr "Преузми датотеку"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Искључи следеће особе и домене из моје
msgid "Existing objects" msgid "Existing objects"
msgstr "Постојећи објекти" msgstr "Постојећи објекти"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Изађи из целог екрана" msgstr "Изађи из целог екрана"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Филтер"
msgid "Filters" msgid "Filters"
msgstr "Филтери" msgstr "Филтери"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Управљање вашом претплатом"
msgid "Mark as done" msgid "Mark as done"
msgstr "Означи као обављено" msgstr "Означи као обављено"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Нови провајдер за SSO"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Није повезан налог"
msgid "No country" msgid "No country"
msgstr "Нема земље" msgstr "Нема земље"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Нису пронађени подаци"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ништа"
msgid "Norwegian" msgid "Norwegian"
msgstr "Норвешки" msgstr "Норвешки"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Преглед"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Политика приватности" msgstr "Политика приватности"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Учитај поново"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Уклони" msgstr "Уклони"
@ -3399,6 +3487,11 @@ msgstr "Врати записе"
msgid "Results" msgid "Results"
msgstr "Резултати" msgstr "Резултати"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Шема"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Погледајте токове рада"
msgid "Select Action" msgid "Select Action"
msgstr "Изаберите акцију" msgstr "Изаберите акцију"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Изаберите подразумевану вредност за ов
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Изаберите догађаје које желите да пошаљете на овај крај" msgstr "Изаберите догађаје које желите да пошаљете на овај крај"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Да ли промена назива поља треба да пром
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Да ли промена етикете објекта треба да промени и API?" msgstr "Да ли промена етикете објекта треба да промени и API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Субјекат и метаподаци ће бити подељени
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Субјекат, тело и додаци ће бити подељени са вашим тимом." msgstr "Субјекат, тело и додаци ће бити подељени са вашим тимом."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Тема"
msgid "Theme " msgid "Theme "
msgstr "Тема " msgstr "Тема "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Ажурирано"
msgid "Upload" msgid "Upload"
msgstr "Отпреми" msgstr "Отпреми"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Отпреми датотеку" msgstr "Отпреми датотеку"
@ -4240,6 +4395,11 @@ msgstr "Корисник није улогован"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Напишите тајну"
msgid "yes" msgid "yes"
msgstr "да" msgstr "да"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Är du säker på att du vill ta bort dessa poster? De kan återställas
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Är du säker på att du vill ta bort denna post? Den kan återställas från kommandomenyn." msgstr "Är du säker på att du vill ta bort denna post? Den kan återställas från kommandomenyn."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Kan inte ändra API-namn för standardobjekt"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
@ -848,6 +856,11 @@ msgstr "Kollapsa"
msgid "Color code" msgid "Color code"
msgstr "Färgkod" msgstr "Färgkod"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Konfigurera dina e-post- och kalenderinställningar." msgstr "Konfigurera dina e-post- och kalenderinställningar."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Bekräfta" msgstr "Bekräfta"
@ -924,6 +938,8 @@ msgstr "Sammanhang"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Fortsätt" msgstr "Fortsätt"
@ -988,6 +1004,11 @@ msgstr "Kopiera denna nyckel då den inte kommer att vara synlig igen"
msgid "Core" msgid "Core"
msgstr "Kärna" msgstr "Kärna"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Visa som relativt datum"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Visa text på flera rader" msgstr "Visa text på flera rader"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Synkronisera inte e-post från team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Ladda ner fil" msgstr "Ladda ner fil"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Uteslut följande personer och domäner från min e-postsynk. Interna ko
msgid "Existing objects" msgid "Existing objects"
msgstr "Befintliga objekt" msgstr "Befintliga objekt"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Avsluta helskärm" msgstr "Avsluta helskärm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrera"
msgid "Filters" msgid "Filters"
msgstr "Filter" msgstr "Filter"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Hantera din prenumeration"
msgid "Mark as done" msgid "Mark as done"
msgstr "Markera som kla\\u00f6r" msgstr "Markera som kla\\u00f6r"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Ny SSO-leverantör"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Inget anslutet konto"
msgid "No country" msgid "No country"
msgstr "Inget land" msgstr "Inget land"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Inga poster hittades"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ingen"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norwegian" msgstr "Norwegian"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Förhandsgranskning"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Integritetspolicy" msgstr "Integritetspolicy"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Ladda om"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Ta bort" msgstr "Ta bort"
@ -3399,6 +3487,11 @@ msgstr "Återställ poster"
msgid "Results" msgid "Results"
msgstr "Resultat" msgstr "Resultat"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Se arbetsflöden"
msgid "Select Action" msgid "Select Action"
msgstr "Välj åtgärd" msgstr "Välj åtgärd"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Välj standardvärdet för detta booleska fält"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Välj de händelser du vill skicka till denna slutpunkt" msgstr "Välj de händelser du vill skicka till denna slutpunkt"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Bör en ändring av ett fälts etikett även ändra API-namnet?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Bör ändring av ett objekts etikett också ändra APIet?" msgstr "Bör ändring av ett objekts etikett också ändra APIet?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Ämne och metadata kommer att delas med ditt team."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Ämne, kropp och bilagor kommer att delas med ditt team." msgstr "Ämne, kropp och bilagor kommer att delas med ditt team."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Uppdaterad"
msgid "Upload" msgid "Upload"
msgstr "Ladda upp" msgstr "Ladda upp"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Ladda upp fil" msgstr "Ladda upp fil"
@ -4240,6 +4395,11 @@ msgstr "Användaren är inte inloggad"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skriv en hemlighet"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Bu kayıtları silmek istediğinizden emin misiniz? Komut menüsünden k
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Bu kaydı silmek istediğinizden emin misiniz? Komut menüsünden kurtarılabilir." msgstr "Bu kaydı silmek istediğinizden emin misiniz? Komut menüsünden kurtarılabilir."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Standart nesneler için API adları değiştirilemez"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "İptal" msgstr "İptal"
@ -848,6 +856,11 @@ msgstr "Daralt"
msgid "Color code" msgid "Color code"
msgstr "Renk kodu" msgstr "Renk kodu"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "E-posta ve takvim ayarlarınızı yapılandırın." msgstr "E-posta ve takvim ayarlarınızı yapılandırın."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Onayla" msgstr "Onayla"
@ -924,6 +938,8 @@ msgstr "Bağlam"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Devam" msgstr "Devam"
@ -988,6 +1004,11 @@ msgstr "Bu anahtarı kopyalayın, çünkü tekrar görünür olmayacak"
msgid "Core" msgid "Core"
msgstr "Çekirdek" msgstr "Çekirdek"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "İlgili tarihi göster"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Metni birden fazla satırda göster" msgstr "Metni birden fazla satırda göster"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Team@ support@ noreply@... adreslerinden e-postaları senkronize etme...
msgid "Download file" msgid "Download file"
msgstr "Dosyayı indir" msgstr "Dosyayı indir"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "E-posta senkronizasyonumdan aşağıdaki kişileri ve alan adlarını ha
msgid "Existing objects" msgid "Existing objects"
msgstr "Mevcut nesneler" msgstr "Mevcut nesneler"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Tam Ekrandan Çık" msgstr "Tam Ekrandan Çık"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtre"
msgid "Filters" msgid "Filters"
msgstr "Filtreler" msgstr "Filtreler"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Aboneliğinizi yönetin"
msgid "Mark as done" msgid "Mark as done"
msgstr "Tamamlandı olarak işaretle" msgstr "Tamamlandı olarak işaretle"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Yeni SSO sağlayıcısı"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Bağlı hesap yok"
msgid "No country" msgid "No country"
msgstr "Ülke yok" msgstr "Ülke yok"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Kayıt bulunamadı"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Hiçbiri"
msgid "Norwegian" msgid "Norwegian"
msgstr "Norveççe" msgstr "Norveççe"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Önizleme"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Gizlilik Politikası" msgstr "Gizlilik Politikası"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Yeniden Yükle"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Kaldır" msgstr "Kaldır"
@ -3399,6 +3487,11 @@ msgstr "Kayıtları Geri Yükle"
msgid "Results" msgid "Results"
msgstr "Sonuçlar" msgstr "Sonuçlar"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Şema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "İş akışlarını gör"
msgid "Select Action" msgid "Select Action"
msgstr "Eylem Seç" msgstr "Eylem Seç"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Bu boolean alanı için varsayılan değeri seçin"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Bu uç noktaya göndermek istediğiniz olayları seçin" msgstr "Bu uç noktaya göndermek istediğiniz olayları seçin"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Bir alanın etiketi değiştirilirse API adı da değiştirilsin mi?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Bir nesnenin etiketini değiştirmek API'yı da değiştirmeli mi?" msgstr "Bir nesnenin etiketini değiştirmek API'yı da değiştirmeli mi?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Konu ve meta veri ekibinizle paylaşılacak."
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Konu, gövde ve ekler ekibinizle paylaşılacak." msgstr "Konu, gövde ve ekler ekibinizle paylaşılacak."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme " msgid "Theme "
msgstr "Tema " msgstr "Tema "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Güncellenmiş"
msgid "Upload" msgid "Upload"
msgstr "Yükle" msgstr "Yükle"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Dosya yükle" msgstr "Dosya yükle"
@ -4240,6 +4395,11 @@ msgstr "Kullanıcı giriş yapmamış"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Gizli Yazı"
msgid "yes" msgid "yes"
msgstr "evet" msgstr "evet"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Ви впевнені, що хочете видалити ці запи
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Ви впевнені, що хочете видалити цей запис? Його можна відновити з меню Command." msgstr "Ви впевнені, що хочете видалити цей запис? Його можна відновити з меню Command."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Неможливо змінити API імена для стандарт
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Скасувати" msgstr "Скасувати"
@ -848,6 +856,11 @@ msgstr "Згорнути"
msgid "Color code" msgid "Color code"
msgstr "Код кольору" msgstr "Код кольору"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Налаштуйте налаштування електронної пошти та календаря." msgstr "Налаштуйте налаштування електронної пошти та календаря."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Підтвердити" msgstr "Підтвердити"
@ -924,6 +938,8 @@ msgstr "Контекст"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Продовжити" msgstr "Продовжити"
@ -988,6 +1004,11 @@ msgstr "Скопіюйте цей ключ, адже він більше не б
msgid "Core" msgid "Core"
msgstr "Ядро" msgstr "Ядро"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Показувати як відносну дату"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Відображати текст на кількох рядках" msgstr "Відображати текст на кількох рядках"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Не синхронізувати електронні листи з tea
msgid "Download file" msgid "Download file"
msgstr "Завантажити файл" msgstr "Завантажити файл"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Виключити наступних осіб та домени з мо
msgid "Existing objects" msgid "Existing objects"
msgstr "Існуючі об'єкти" msgstr "Існуючі об'єкти"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Вийти з повноекранного режиму" msgstr "Вийти з повноекранного режиму"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Фільтр"
msgid "Filters" msgid "Filters"
msgstr "Фільтри" msgstr "Фільтри"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Управління своєю підпискою"
msgid "Mark as done" msgid "Mark as done"
msgstr "Позначити як виконане" msgstr "Позначити як виконане"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Новий провайдер єдиної системи входу"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Немає підключеного акаунту"
msgid "No country" msgid "No country"
msgstr "Немає країни" msgstr "Немає країни"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Записів не знайдено"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Немає"
msgid "Norwegian" msgid "Norwegian"
msgstr "Норвезька" msgstr "Норвезька"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Перегляд"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Політика конфіденційності" msgstr "Політика конфіденційності"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Перезавантажити"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Видалити" msgstr "Видалити"
@ -3399,6 +3487,11 @@ msgstr "Відновити записи"
msgid "Results" msgid "Results"
msgstr "Результати" msgstr "Результати"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Схема"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Переглянути робочі процеси"
msgid "Select Action" msgid "Select Action"
msgstr "Виберіть дію" msgstr "Виберіть дію"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Виберіть значення за замовчуванням для
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Оберіть події, які хочете надіслати до цього кінцевого пункту" msgstr "Оберіть події, які хочете надіслати до цього кінцевого пункту"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Чи повинна зміна мітки поля також зміню
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Чи повинна зміна мітки об'єкта також змінювати API?" msgstr "Чи повинна зміна мітки об'єкта також змінювати API?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Тема та метадані будуть поділені з вашо
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Тема, тіло та вкладення будуть поділені з вашою командою." msgstr "Тема, тіло та вкладення будуть поділені з вашою командою."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Тема"
msgid "Theme " msgid "Theme "
msgstr "Тема " msgstr "Тема "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Оновлено"
msgid "Upload" msgid "Upload"
msgstr "Завантажити" msgstr "Завантажити"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Завантажити файл" msgstr "Завантажити файл"
@ -4240,6 +4395,11 @@ msgstr "Користувач не увійшов в систему"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Написати секрет"
msgid "yes" msgid "yes"
msgstr "так" msgstr "так"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "Bạn có chắc chắn muốn xóa các bản ghi này không? Chúng c
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "Bạn có chắc chắn muốn xóa bản ghi này không? Nó có thể được phục hồi từ menu Command." msgstr "Bạn có chắc chắn muốn xóa bản ghi này không? Nó có thể được phục hồi từ menu Command."
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "Không thể thay đổi tên API cho các đối tượng tiêu chuẩn
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "Hủy bỏ" msgstr "Hủy bỏ"
@ -848,6 +856,11 @@ msgstr "Thu gọn"
msgid "Color code" msgid "Color code"
msgstr "Mã màu" msgstr "Mã màu"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Cấu hình cài đặt email và lịch của bạn." msgstr "Cấu hình cài đặt email và lịch của bạn."
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "Xác nhận" msgstr "Xác nhận"
@ -924,6 +938,8 @@ msgstr "Ngữ cảnh"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "Tiếp tục" msgstr "Tiếp tục"
@ -988,6 +1004,11 @@ msgstr "Sao chép khóa này vì bạn sẽ không thể xem lại lần nữa"
msgid "Core" msgid "Core"
msgstr "" msgstr ""
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Hiển thị dưới dạng ngày tương đối"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "Hiển thị văn bản trên nhiều dòng" msgstr "Hiển thị văn bản trên nhiều dòng"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Không đồng bộ email từ team@ support@ noreply@..."
msgid "Download file" msgid "Download file"
msgstr "Tải tập tin về" msgstr "Tải tập tin về"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Loại trừ những người và miền sau từ đồng bộ email c
msgid "Existing objects" msgid "Existing objects"
msgstr "\"Đối tượng hiện hữu\"" msgstr "\"Đối tượng hiện hữu\""
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "Thoát chế độ toàn màn hình" msgstr "Thoát chế độ toàn màn hình"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "\"Lọc\""
msgid "Filters" msgid "Filters"
msgstr "\"Bộ lọc\"" msgstr "\"Bộ lọc\""
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Quản lý đăng ký của bạn"
msgid "Mark as done" msgid "Mark as done"
msgstr "Đánh dấu là đã hoàn thành" msgstr "Đánh dấu là đã hoàn thành"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nhà cung cấp SSO mới"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Không có tài khoản kết nối"
msgid "No country" msgid "No country"
msgstr "Không có quốc gia" msgstr "Không có quốc gia"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Không tìm thấy bản ghi"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Không có"
msgid "Norwegian" msgid "Norwegian"
msgstr "Tiếng Na Uy" msgstr "Tiếng Na Uy"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "Xem trước"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Chính sách Bảo mật" msgstr "Chính sách Bảo mật"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Tải lại"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "Loại bỏ" msgstr "Loại bỏ"
@ -3399,6 +3487,11 @@ msgstr "Khôi phục bản ghi"
msgid "Results" msgid "Results"
msgstr "Kết quả" msgstr "Kết quả"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Xem các quy trình công việc"
msgid "Select Action" msgid "Select Action"
msgstr "Chọn Hành Động" msgstr "Chọn Hành Động"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "Chọn giá trị mặc định cho trường boolean này"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "Chọn các sự kiện bạn muốn gửi đến điểm cuối này" msgstr "Chọn các sự kiện bạn muốn gửi đến điểm cuối này"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Liệu việc thay đổi nhãn của một trường có nên thay đ
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "Thay đổi nhãn của đối tượng có nên thay đổi API không?" msgstr "Thay đổi nhãn của đối tượng có nên thay đổi API không?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "Chủ đề và siêu dữ liệu sẽ được chia sẻ với nhóm c
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "Chủ đề, nội dung và tệp đính kèm sẽ được chia sẻ với nhóm của bạn." msgstr "Chủ đề, nội dung và tệp đính kèm sẽ được chia sẻ với nhóm của bạn."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Chủ đề"
msgid "Theme " msgid "Theme "
msgstr "Chủ đề " msgstr "Chủ đề "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Cập nhật"
msgid "Upload" msgid "Upload"
msgstr "Tải lên" msgstr "Tải lên"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "Tải tập tin lên" msgstr "Tải tập tin lên"
@ -4240,6 +4395,11 @@ msgstr "Người dùng không đăng nhập"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Viết một bí mật"
msgid "yes" msgid "yes"
msgstr "có" msgstr "có"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "您确定要删除这些记录吗?它们可以从命令菜单中恢复
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "您确定要删除此记录吗?它可以从命令菜单中恢复。" msgstr "您确定要删除此记录吗?它可以从命令菜单中恢复。"
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "无法更改标准对象的 API 名称"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
@ -848,6 +856,11 @@ msgstr "折叠"
msgid "Color code" msgid "Color code"
msgstr "颜色代码" msgstr "颜色代码"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "配置电子邮件和日历设置。" msgstr "配置电子邮件和日历设置。"
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "确认" msgstr "确认"
@ -924,6 +938,8 @@ msgstr "上下文"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "继续" msgstr "继续"
@ -988,6 +1004,11 @@ msgstr "复制此密钥,因为它将不再可见"
msgid "Core" msgid "Core"
msgstr "核心" msgstr "核心"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "显示为相对日期"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "在多行上展示文本" msgstr "在多行上展示文本"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "不要同步来自 team@、support@、noreply@ 的电子邮件……"
msgid "Download file" msgid "Download file"
msgstr "下载文件" msgstr "下载文件"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "从我的电子邮件同步中排除以下人员和域名。内部对话
msgid "Existing objects" msgid "Existing objects"
msgstr "现有对象" msgstr "现有对象"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "退出全屏" msgstr "退出全屏"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "过滤"
msgid "Filters" msgid "Filters"
msgstr "过滤器" msgstr "过滤器"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "管理您的订阅"
msgid "Mark as done" msgid "Mark as done"
msgstr "标记为完成" msgstr "标记为完成"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "新 SSO 提供商"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "无连接账户"
msgid "No country" msgid "No country"
msgstr "无国家" msgstr "无国家"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "未找到记录"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "无"
msgid "Norwegian" msgid "Norwegian"
msgstr "挪威语" msgstr "挪威语"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "预览"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "隐私政策" msgstr "隐私政策"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "重新加载"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "移除" msgstr "移除"
@ -3399,6 +3487,11 @@ msgstr "恢复记录"
msgid "Results" msgid "Results"
msgstr "结果" msgstr "结果"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "模式"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "查看工作流"
msgid "Select Action" msgid "Select Action"
msgstr "选择操作" msgstr "选择操作"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "为此布尔字段选择默认值"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "选择要发送到此端点的事件" msgstr "选择要发送到此端点的事件"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "更改字段标签是否也要更改 API 名称?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "更改对象标签时是否也应更改 API" msgstr "更改对象标签时是否也应更改 API"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "主题和元数据将与您的团队分享。"
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "主题、正文和附件将与您的团队分享。" msgstr "主题、正文和附件将与您的团队分享。"
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "主题"
msgid "Theme " msgid "Theme "
msgstr "主题 " msgstr "主题 "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "已更新"
msgid "Upload" msgid "Upload"
msgstr "上传" msgstr "上传"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "上传文件" msgstr "上传文件"
@ -4240,6 +4395,11 @@ msgstr "用户未登录"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "撰写秘密"
msgid "yes" msgid "yes"
msgstr "是" msgstr "是"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -555,6 +555,11 @@ msgstr "您確定要刪除這些記錄嗎? 它們可以從命令菜單中恢
msgid "Are you sure you want to delete this record? It can be recovered from the Command menu." msgid "Are you sure you want to delete this record? It can be recovered from the Command menu."
msgstr "您確定要刪除此記錄嗎? 它可以從命令菜單中恢復。" msgstr "您確定要刪除此記錄嗎? 它可以從命令菜單中恢復。"
#. js-lingui-id: rnCqBK
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Are you sure? Your current information will not be saved."
msgstr ""
#. js-lingui-id: nYD/Cq #. js-lingui-id: nYD/Cq
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
#: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx
@ -725,6 +730,9 @@ msgstr "無法更改標準物件的 API 名稱"
#: src/pages/auth/Authorize.tsx #: src/pages/auth/Authorize.tsx
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx #: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx #: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx #: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
@ -848,6 +856,11 @@ msgstr "收起"
msgid "Color code" msgid "Color code"
msgstr "顏色代碼" msgstr "顏色代碼"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd #. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view" msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "配置您的電子郵件和日曆設置。" msgstr "配置您的電子郵件和日曆設置。"
#. js-lingui-id: 7VpPHA #. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm" msgid "Confirm"
msgstr "確認" msgstr "確認"
@ -924,6 +938,8 @@ msgstr "上下文"
#: src/pages/onboarding/CreateWorkspace.tsx #: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.tsx #: src/pages/onboarding/CreateProfile.tsx
#: src/pages/onboarding/ChooseYourPlan.tsx #: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx #: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx
msgid "Continue" msgid "Continue"
msgstr "繼續" msgstr "繼續"
@ -988,6 +1004,11 @@ msgstr "複製此密鑰,因為它將不再可見"
msgid "Core" msgid "Core"
msgstr "核心" msgstr "核心"
#. js-lingui-id: w5Stxm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Correct the issues and fill the missing data."
msgstr ""
#. js-lingui-id: wBMjJ2 #. js-lingui-id: wBMjJ2
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx #: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "顯示為相對日期"
msgid "Display text on multiple lines" msgid "Display text on multiple lines"
msgstr "多行顯示文本" msgstr "多行顯示文本"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF #. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts #: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain" msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "不要從 team@ support@ noreply@... 同步電子郵件……"
msgid "Download file" msgid "Download file"
msgstr "下載文件" msgstr "下載文件"
#. js-lingui-id: 6D/BnN
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Drop file here..."
msgstr ""
#. js-lingui-id: KIjvtr #. js-lingui-id: KIjvtr
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch" msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "排除以下人員和網域自我的電子郵件同步中。內部對話
msgid "Existing objects" msgid "Existing objects"
msgstr "現有對象" msgstr "現有對象"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj #. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx #: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen" msgid "Exit Full Screen"
msgstr "退出全螢幕" msgstr "退出全螢幕"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e #. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx #: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings" msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "篩選"
msgid "Filters" msgid "Filters"
msgstr "篩選" msgstr "篩選"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6 #. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx #: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish" msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "管理您的訂閱"
msgid "Mark as done" msgid "Mark as done"
msgstr "標記為完成" msgstr "標記為完成"
#. js-lingui-id: 7h8ch8
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Match columns"
msgstr ""
#. js-lingui-id: gDLior
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Match Columns"
msgstr ""
#. js-lingui-id: CK1KXz #. js-lingui-id: CK1KXz
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts #: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "新的 SSO 提供者"
#~ msgid "New Webhook" #~ msgid "New Webhook"
#~ msgstr "New Webhook" #~ msgstr "New Webhook"
#. js-lingui-id: AxNmtI
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Next Step"
msgstr ""
#. js-lingui-id: OTe3RI #. js-lingui-id: OTe3RI
#: src/pages/settings/workspace/SettingsDomain.tsx #: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected" msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "無連接帳戶"
msgid "No country" msgid "No country"
msgstr "無國家" msgstr "無國家"
#. js-lingui-id: pxvJ9B
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data containing errors"
msgstr ""
#. js-lingui-id: dihZwh
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "No data found"
msgstr ""
#. js-lingui-id: UwvrGq #. js-lingui-id: UwvrGq
#: src/pages/settings/SettingsWorkspaceMembers.tsx #: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members" msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "未找到記錄"
#~ msgid "No Result" #~ msgid "No Result"
#~ msgstr "No Result" #~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23 #. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx #: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results" msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "無"
msgid "Norwegian" msgid "Norwegian"
msgstr "挪威語" msgstr "挪威語"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S #. js-lingui-id: 0qBE9S
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuContent.tsx
@ -3209,6 +3291,11 @@ msgstr "預覽"
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "隱私政策" msgstr "隱私政策"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd #. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx #: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "重新載入"
#. js-lingui-id: t/YqKh #. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx #: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove" msgid "Remove"
msgstr "移除" msgstr "移除"
@ -3399,6 +3487,11 @@ msgstr "恢復記錄"
msgid "Results" msgid "Results"
msgstr "結果" msgstr "結果"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M #. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx #: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "結構"
#. js-lingui-id: A1taO8 #. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx #: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.tsx
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdown.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx #: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx #: src/modules/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts #: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "查看工作流程"
msgid "Select Action" msgid "Select Action"
msgstr "選擇操作" msgstr "選擇操作"
#. js-lingui-id: hVPa4O
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn.tsx
msgid "Select an option"
msgstr ""
#. js-lingui-id: 21YIUv
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Select column..."
msgstr ""
#. js-lingui-id: J6WI1B
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Select file"
msgstr ""
#. js-lingui-id: ljSvAs
#: src/modules/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep.tsx
msgid "Select header row"
msgstr ""
#. js-lingui-id: mWHn81
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Select the correct field for each column you'd like to import."
msgstr ""
#. js-lingui-id: pofGCP #. js-lingui-id: pofGCP
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx #: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "Select the default value for this boolean field" msgid "Select the default value for this boolean field"
@ -3605,6 +3724,11 @@ msgstr "選擇此布爾字段的默認值"
msgid "Select the events you wish to send to this endpoint" msgid "Select the events you wish to send to this endpoint"
msgstr "選擇要發送到此端點的事件" msgstr "選擇要發送到此端點的事件"
#. js-lingui-id: +xn1pe
#: src/modules/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep.tsx
msgid "Select the sheet to use"
msgstr ""
#. js-lingui-id: AXTJAW #. js-lingui-id: AXTJAW
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language" msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "更改字段標籤是否也應更改 API 名稱?"
msgid "Should changing an object's label also change the API?" msgid "Should changing an object's label also change the API?"
msgstr "更改對象標籤是否也應更改 API 名稱?" msgstr "更改對象標籤是否也應更改 API 名稱?"
#. js-lingui-id: qi+g0a
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show only rows with errors"
msgstr ""
#. js-lingui-id: MHlGJL
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Show unmatched columns"
msgstr ""
#. js-lingui-id: uVg8dY #. js-lingui-id: uVg8dY
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.tsx
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx #: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
@ -3825,6 +3959,11 @@ msgstr "主題和元數據將與您的團隊共享。"
msgid "Subject, body and attachments will be shared with your team." msgid "Subject, body and attachments will be shared with your team."
msgstr "主題、正文和附件將與您的團隊共享。" msgstr "主題、正文和附件將與您的團隊共享。"
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH #. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx #: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}" msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "主題"
msgid "Theme " msgid "Theme "
msgstr "主題 " msgstr "主題 "
#. js-lingui-id: /cSDOy
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "There are required columns that are not matched or ignored. Do you want to continue?"
msgstr ""
#. js-lingui-id: luL9RX
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "There are still some rows that contain errors. Rows with errors will be ignored when submitting."
msgstr ""
#. js-lingui-id: ynfkhb #. js-lingui-id: ynfkhb
#: src/pages/auth/PasswordReset.tsx #: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password." msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "已更新"
msgid "Upload" msgid "Upload"
msgstr "上傳" msgstr "上傳"
#. js-lingui-id: 7OP1Xi
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Upload .xlsx, .xls or .csv file"
msgstr ""
#. js-lingui-id: 2IXDgU #. js-lingui-id: 2IXDgU
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx #: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file" msgid "Upload file"
msgstr "上傳文件" msgstr "上傳文件"
@ -4240,6 +4395,11 @@ msgstr "用戶未登錄"
#~ msgid "Users" #~ msgid "Users"
#~ msgstr "Users" #~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq #. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx #: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "寫入秘鑰"
msgid "yes" msgid "yes"
msgstr "是" msgstr "是"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ #. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx #: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
msgid "You are not allowed to create records for this object" msgid "You are not allowed to create records for this object"

View File

@ -5,6 +5,7 @@ import { DropdownMenu } from '@/ui/layout/dropdown/components/DropdownMenu';
import { DropdownMenuItemsContainer } from '@/ui/layout/dropdown/components/DropdownMenuItemsContainer'; import { DropdownMenuItemsContainer } from '@/ui/layout/dropdown/components/DropdownMenuItemsContainer';
import { DropdownMenuSearchInput } from '@/ui/layout/dropdown/components/DropdownMenuSearchInput'; import { DropdownMenuSearchInput } from '@/ui/layout/dropdown/components/DropdownMenuSearchInput';
import { DropdownMenuSeparator } from '@/ui/layout/dropdown/components/DropdownMenuSeparator'; import { DropdownMenuSeparator } from '@/ui/layout/dropdown/components/DropdownMenuSeparator';
import { useLingui } from '@lingui/react/macro';
import { ChangeEvent, useState } from 'react'; import { ChangeEvent, useState } from 'react';
import { SearchRecord } from '~/generated-metadata/graphql'; import { SearchRecord } from '~/generated-metadata/graphql';
@ -34,13 +35,14 @@ export const RoleAssignmentWorkspaceMemberPickerDropdown = ({
const handleSearchFilterChange = (event: ChangeEvent<HTMLInputElement>) => { const handleSearchFilterChange = (event: ChangeEvent<HTMLInputElement>) => {
setSearchFilter(event.target.value); setSearchFilter(event.target.value);
}; };
const { t } = useLingui();
return ( return (
<DropdownMenu> <DropdownMenu>
<DropdownMenuSearchInput <DropdownMenuSearchInput
value={searchFilter} value={searchFilter}
onChange={handleSearchFilterChange} onChange={handleSearchFilterChange}
placeholder="Search" placeholder={t`Search`}
/> />
<DropdownMenuSeparator /> <DropdownMenuSeparator />
<DropdownMenuItemsContainer hasMaxHeight> <DropdownMenuItemsContainer hasMaxHeight>

View File

@ -20,6 +20,7 @@ import { DropdownMenuSearchInput } from '@/ui/layout/dropdown/components/Dropdow
import { DropdownMenuSeparator } from '@/ui/layout/dropdown/components/DropdownMenuSeparator'; import { DropdownMenuSeparator } from '@/ui/layout/dropdown/components/DropdownMenuSeparator';
import { OverlayContainer } from '@/ui/layout/overlay/components/OverlayContainer'; import { OverlayContainer } from '@/ui/layout/overlay/components/OverlayContainer';
import { useListenClickOutside } from '@/ui/utilities/pointer-event/hooks/useListenClickOutside'; import { useListenClickOutside } from '@/ui/utilities/pointer-event/hooks/useListenClickOutside';
import { useLingui } from '@lingui/react/macro';
import { useUpdateEffect } from '~/hooks/useUpdateEffect'; import { useUpdateEffect } from '~/hooks/useUpdateEffect';
const StyledFloatingDropdown = styled.div` const StyledFloatingDropdown = styled.div`
@ -109,6 +110,8 @@ export const MatchColumnSelect = ({
setOptions(initialOptions); setOptions(initialOptions);
}, [initialOptions]); }, [initialOptions]);
const { t } = useLingui();
return ( return (
<> <>
<div ref={refs.setReference}> <div ref={refs.setReference}>
@ -152,7 +155,7 @@ export const MatchColumnSelect = ({
<AppTooltip <AppTooltip
key={option.value} key={option.value}
anchorSelect={`#${option.value}`} anchorSelect={`#${option.value}`}
content="You are already importing this column." content={t`You are already importing this column.`}
place="right" place="right"
offset={-20} offset={-20}
/>, />,
@ -161,7 +164,7 @@ export const MatchColumnSelect = ({
</React.Fragment> </React.Fragment>
))} ))}
{options?.length === 0 && ( {options?.length === 0 && (
<MenuItem key="No results" text="No results" /> <MenuItem key="No results" text={t`No results`} />
)} )}
</DropdownMenuItemsContainer> </DropdownMenuItemsContainer>
</DropdownMenu> </DropdownMenu>

View File

@ -5,6 +5,7 @@ import { useSpreadsheetImportInitialStep } from '@/spreadsheet-import/hooks/useS
import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal'; import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal';
import { useDialogManager } from '@/ui/feedback/dialog-manager/hooks/useDialogManager'; import { useDialogManager } from '@/ui/feedback/dialog-manager/hooks/useDialogManager';
import { useStepBar } from '@/ui/navigation/step-bar/hooks/useStepBar'; import { useStepBar } from '@/ui/navigation/step-bar/hooks/useStepBar';
import { useLingui } from '@lingui/react/macro';
const StyledCloseButtonContainer = styled.div` const StyledCloseButtonContainer = styled.div`
align-items: center; align-items: center;
@ -34,17 +35,24 @@ export const ModalCloseButton = ({ onClose }: ModalCloseButtonProps) => {
const { enqueueDialog } = useDialogManager(); const { enqueueDialog } = useDialogManager();
const { t } = useLingui();
const handleClose = () => { const handleClose = () => {
if (activeStep === -1) { if (activeStep === -1) {
onClose(); onClose();
return; return;
} }
enqueueDialog({ enqueueDialog({
title: 'Exit import flow', title: t`Exit import flow`,
message: 'Are you sure? Your current information will not be saved.', message: t`Are you sure? Your current information will not be saved.`,
buttons: [ buttons: [
{ title: 'Cancel' }, { title: t`Cancel` },
{ title: 'Exit', onClick: onClose, accent: 'danger', role: 'confirm' }, {
title: t`Exit`,
onClick: onClose,
accent: 'danger',
role: 'confirm',
},
], ],
}); });
}; };

View File

@ -1,3 +1,4 @@
import { useTheme } from '@emotion/react';
import styled from '@emotion/styled'; import styled from '@emotion/styled';
// @ts-expect-error // Todo: remove usage of react-data-grid // @ts-expect-error // Todo: remove usage of react-data-grid
import DataGrid, { DataGridProps } from 'react-data-grid'; import DataGrid, { DataGridProps } from 'react-data-grid';
@ -125,6 +126,8 @@ export const SpreadsheetImportTable = <Data,>({
selectedRows, selectedRows,
}: SpreadsheetImportTableProps<Data>) => { }: SpreadsheetImportTableProps<Data>) => {
const { rtl } = useSpreadsheetImportInternal(); const { rtl } = useSpreadsheetImportInternal();
const theme = useTheme();
const themeClassName = theme.name === 'dark' ? 'rdg-dark' : 'rdg-light';
if (!rows?.length || !columns?.length) return null; if (!rows?.length || !columns?.length) return null;
@ -133,7 +136,7 @@ export const SpreadsheetImportTable = <Data,>({
direction={rtl ? 'rtl' : 'ltr'} direction={rtl ? 'rtl' : 'ltr'}
rowHeight={52} rowHeight={52}
{...{ {...{
className, className: `${className || ''} ${themeClassName}`,
columns, columns,
components, components,
headerRowHeight, headerRowHeight,

View File

@ -26,6 +26,7 @@ import { UnmatchColumn } from '@/spreadsheet-import/steps/components/MatchColumn
import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep'; import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep';
import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType'; import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
import { ScrollWrapper } from '@/ui/utilities/scroll/components/ScrollWrapper'; import { ScrollWrapper } from '@/ui/utilities/scroll/components/ScrollWrapper';
import { Trans, useLingui } from '@lingui/react/macro';
import { useRecoilState } from 'recoil'; import { useRecoilState } from 'recoil';
import { ColumnGrid } from './components/ColumnGrid'; import { ColumnGrid } from './components/ColumnGrid';
import { TemplateColumn } from './components/TemplateColumn'; import { TemplateColumn } from './components/TemplateColumn';
@ -151,6 +152,8 @@ export const MatchColumnsStep = <T extends string>({
const { matchColumnsStepHook } = useSpreadsheetImportInternal(); const { matchColumnsStepHook } = useSpreadsheetImportInternal();
const { t } = useLingui();
const onIgnore = useCallback( const onIgnore = useCallback(
(columnIndex: number) => { (columnIndex: number) => {
setColumns( setColumns(
@ -275,21 +278,22 @@ export const MatchColumnsStep = <T extends string>({
const handleOnContinue = useCallback(async () => { const handleOnContinue = useCallback(async () => {
if (unmatchedRequiredFields.length > 0) { if (unmatchedRequiredFields.length > 0) {
enqueueDialog({ enqueueDialog({
title: 'Not all columns matched', title: t`Not all columns matched`,
message: message: t`There are required columns that are not matched or ignored. Do you want to continue?`,
'There are required columns that are not matched or ignored. Do you want to continue?',
children: ( children: (
<StyledColumnsContainer> <StyledColumnsContainer>
<StyledColumns>Columns not matched:</StyledColumns> <StyledColumns>
<Trans>Columns not matched:</Trans>
</StyledColumns>
{unmatchedRequiredFields.map((field) => ( {unmatchedRequiredFields.map((field) => (
<StyledColumn key={field}>{field}</StyledColumn> <StyledColumn key={field}>{field}</StyledColumn>
))} ))}
</StyledColumnsContainer> </StyledColumnsContainer>
), ),
buttons: [ buttons: [
{ title: 'Cancel' }, { title: t`Cancel` },
{ {
title: 'Continue', title: t`Continue`,
onClick: handleAlertOnContinue, onClick: handleAlertOnContinue,
variant: 'primary', variant: 'primary',
role: 'confirm', role: 'confirm',
@ -313,6 +317,7 @@ export const MatchColumnsStep = <T extends string>({
columns, columns,
data, data,
fields, fields,
t,
]); ]);
useEffect(() => { useEffect(() => {
@ -334,8 +339,8 @@ export const MatchColumnsStep = <T extends string>({
> >
<StyledContent> <StyledContent>
<Heading <Heading
title="Match Columns" title={t`Match Columns`}
description="Select the correct field for each column you'd like to import." description={t`Select the correct field for each column you'd like to import.`}
/> />
<ColumnGrid <ColumnGrid
columns={columns} columns={columns}
@ -367,7 +372,7 @@ export const MatchColumnsStep = <T extends string>({
<StepNavigationButton <StepNavigationButton
onClick={handleOnContinue} onClick={handleOnContinue}
isLoading={isLoading} isLoading={isLoading}
title="Next Step" title={t`Next Step`}
onBack={() => { onBack={() => {
onBack?.(); onBack?.();
setColumns([]); setColumns([]);

View File

@ -3,8 +3,9 @@ import { IconForbid } from 'twenty-ui';
import { MatchColumnSelect } from '@/spreadsheet-import/components/MatchColumnSelect'; import { MatchColumnSelect } from '@/spreadsheet-import/components/MatchColumnSelect';
import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal'; import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal';
import { Columns, ColumnType } from '../MatchColumnsStep'; import { useLingui } from '@lingui/react/macro';
import { FieldMetadataType } from 'twenty-shared/types'; import { FieldMetadataType } from 'twenty-shared/types';
import { Columns, ColumnType } from '../MatchColumnsStep';
const StyledContainer = styled.div` const StyledContainer = styled.div`
display: flex; display: flex;
@ -28,6 +29,8 @@ export const TemplateColumn = <T extends string>({
const column = columns[columnIndex]; const column = columns[columnIndex];
const isIgnored = column.type === ColumnType.ignored; const isIgnored = column.type === ColumnType.ignored;
const { t } = useLingui();
const fieldOptions = fields const fieldOptions = fields
.filter((field) => field.fieldMetadataType !== FieldMetadataType.RICH_TEXT) .filter((field) => field.fieldMetadataType !== FieldMetadataType.RICH_TEXT)
.map(({ icon, label, key }) => { .map(({ icon, label, key }) => {
@ -51,7 +54,7 @@ export const TemplateColumn = <T extends string>({
{ {
icon: IconForbid, icon: IconForbid,
value: 'do-not-import', value: 'do-not-import',
label: 'Do not import', label: t`Do not import`,
}, },
...fieldOptions, ...fieldOptions,
]; ];
@ -67,7 +70,7 @@ export const TemplateColumn = <T extends string>({
return ( return (
<StyledContainer> <StyledContainer>
<MatchColumnSelect <MatchColumnSelect
placeholder="Select column..." placeholder={t`Select column...`}
value={isIgnored ? ignoreValue : selectValue} value={isIgnored ? ignoreValue : selectValue}
onChange={(value) => onChange(value?.value as T, column.index)} onChange={(value) => onChange(value?.value as T, column.index)}
options={selectOptions} options={selectOptions}

View File

@ -4,9 +4,10 @@ import { UnmatchColumnBanner } from '@/spreadsheet-import/steps/components/Match
import { Column } from '@/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep'; import { Column } from '@/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep';
import { Fields } from '@/spreadsheet-import/types'; import { Fields } from '@/spreadsheet-import/types';
import styled from '@emotion/styled'; import styled from '@emotion/styled';
import { useLingui } from '@lingui/react/macro';
import { useState } from 'react'; import { useState } from 'react';
import { AnimatedExpandableContainer } from 'twenty-ui';
import { isDefined } from 'twenty-shared/utils'; import { isDefined } from 'twenty-shared/utils';
import { AnimatedExpandableContainer } from 'twenty-ui';
const getExpandableContainerTitle = <T extends string>( const getExpandableContainerTitle = <T extends string>(
fields: Fields<T>, fields: Fields<T>,
@ -50,6 +51,7 @@ export const UnmatchColumn = <T extends string>({
const [isExpanded, setIsExpanded] = useState(false); const [isExpanded, setIsExpanded] = useState(false);
const column = columns[columnIndex]; const column = columns[columnIndex];
const isSelect = 'matchedOptions' in column; const isSelect = 'matchedOptions' in column;
const { t } = useLingui();
if (!isSelect) return null; if (!isSelect) return null;
@ -73,7 +75,7 @@ export const UnmatchColumn = <T extends string>({
column={column} column={column}
onSubChange={onSubChange} onSubChange={onSubChange}
key={option.entry} key={option.entry}
placeholder="Select an option" placeholder={t`Select an option`}
/> />
))} ))}
</StyledContentWrapper> </StyledContentWrapper>

View File

@ -10,6 +10,7 @@ import { Modal } from '@/ui/layout/modal/components/Modal';
import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal'; import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal';
import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep'; import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep';
import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType'; import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
import { useLingui } from '@lingui/react/macro';
import { SelectHeaderTable } from './components/SelectHeaderTable'; import { SelectHeaderTable } from './components/SelectHeaderTable';
const StyledHeading = styled(Heading)` const StyledHeading = styled(Heading)`
@ -87,10 +88,12 @@ export const SelectHeaderStep = ({
setIsLoading(false); setIsLoading(false);
}, [handleContinue, importedRows, selectedRowIndexes]); }, [handleContinue, importedRows, selectedRowIndexes]);
const { t } = useLingui();
return ( return (
<> <>
<Modal.Content> <Modal.Content>
<StyledHeading title="Select header row" /> <StyledHeading title={t`Select header row`} />
<StyledTableContainer> <StyledTableContainer>
<SelectHeaderTable <SelectHeaderTable
importedRows={importedRows} importedRows={importedRows}
@ -102,7 +105,7 @@ export const SelectHeaderStep = ({
<StepNavigationButton <StepNavigationButton
onClick={handleOnContinue} onClick={handleOnContinue}
onBack={onBack} onBack={onBack}
title="Continue" title={t`Continue`}
isLoading={isLoading} isLoading={isLoading}
/> />
</> </>

View File

@ -11,6 +11,7 @@ import { mapWorkbook } from '@/spreadsheet-import/utils/mapWorkbook';
import { Radio, RadioGroup } from 'twenty-ui'; import { Radio, RadioGroup } from 'twenty-ui';
import { Modal } from '@/ui/layout/modal/components/Modal'; import { Modal } from '@/ui/layout/modal/components/Modal';
import { useLingui } from '@lingui/react/macro';
import { WorkBook } from 'xlsx-ugnis'; import { WorkBook } from 'xlsx-ugnis';
const StyledContent = styled(Modal.Content)` const StyledContent = styled(Modal.Content)`
@ -100,10 +101,12 @@ export const SelectSheetStep = ({
[handleContinue], [handleContinue],
); );
const { t } = useLingui();
return ( return (
<> <>
<StyledContent> <StyledContent>
<StyledHeading title="Select the sheet to use" /> <StyledHeading title={t`Select the sheet to use`} />
<StyledRadioContainer> <StyledRadioContainer>
<RadioGroup onValueChange={(value) => setValue(value)} value={value}> <RadioGroup onValueChange={(value) => setValue(value)} value={value}>
{sheetNames.map((sheetName) => ( {sheetNames.map((sheetName) => (
@ -116,7 +119,7 @@ export const SelectSheetStep = ({
onClick={() => handleOnContinue(value)} onClick={() => handleOnContinue(value)}
onBack={onBack} onBack={onBack}
isLoading={isLoading} isLoading={isLoading}
title="Next Step" title={t`Next Step`}
/> />
</> </>
); );

View File

@ -8,6 +8,7 @@ import { StepBar } from '@/ui/navigation/step-bar/components/StepBar';
import { useStepBar } from '@/ui/navigation/step-bar/hooks/useStepBar'; import { useStepBar } from '@/ui/navigation/step-bar/hooks/useStepBar';
import { Modal } from '@/ui/layout/modal/components/Modal'; import { Modal } from '@/ui/layout/modal/components/Modal';
import { useLingui } from '@lingui/react/macro';
import { SpreadsheetImportStepper } from './SpreadsheetImportStepper'; import { SpreadsheetImportStepper } from './SpreadsheetImportStepper';
const StyledHeader = styled(Modal.Header)` const StyledHeader = styled(Modal.Header)`
@ -23,13 +24,15 @@ const StyledHeader = styled(Modal.Header)`
} }
`; `;
const stepTitles = {
uploadStep: 'Upload file',
matchColumnsStep: 'Match columns',
validationStep: 'Validate data',
} as const;
export const SpreadsheetImportStepperContainer = () => { export const SpreadsheetImportStepperContainer = () => {
const { t } = useLingui();
const stepTitles = {
uploadStep: t`Upload file`,
matchColumnsStep: t`Match columns`,
validationStep: t`Validate data`,
};
const { initialStepState } = useSpreadsheetImportInternal(); const { initialStepState } = useSpreadsheetImportInternal();
const { steps, initialStep } = useSpreadsheetImportInitialStep( const { steps, initialStep } = useSpreadsheetImportInitialStep(

View File

@ -7,6 +7,7 @@ import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpre
import { readFileAsync } from '@/spreadsheet-import/utils/readFilesAsync'; import { readFileAsync } from '@/spreadsheet-import/utils/readFilesAsync';
import { SnackBarVariant } from '@/ui/feedback/snack-bar-manager/components/SnackBar'; import { SnackBarVariant } from '@/ui/feedback/snack-bar-manager/components/SnackBar';
import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar'; import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar';
import { Trans, useLingui } from '@lingui/react/macro';
import { MainButton } from 'twenty-ui'; import { MainButton } from 'twenty-ui';
const StyledContainer = styled.div` const StyledContainer = styled.div`
@ -130,6 +131,8 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
}, },
}); });
const { t } = useLingui();
return ( return (
<StyledContainer <StyledContainer
// eslint-disable-next-line react/jsx-props-no-spreading // eslint-disable-next-line react/jsx-props-no-spreading
@ -141,13 +144,19 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
{...getInputProps()} {...getInputProps()}
/> />
{isDragActive ? ( {isDragActive ? (
<StyledText>Drop file here...</StyledText> <StyledText>
<Trans>Drop file here...</Trans>
</StyledText>
) : loading || isLoading ? ( ) : loading || isLoading ? (
<StyledText>Processing...</StyledText> <StyledText>
<Trans>Processing...</Trans>
</StyledText>
) : ( ) : (
<> <>
<StyledText>Upload .xlsx, .xls or .csv file</StyledText> <StyledText>
<MainButton onClick={open} title="Select file" /> <Trans>Upload .xlsx, .xls or .csv file</Trans>
</StyledText>
<MainButton onClick={open} title={t`Select file`} />
</> </>
)} )}
</StyledContainer> </StyledContainer>

View File

@ -16,6 +16,7 @@ import { addErrorsAndRunHooks } from '@/spreadsheet-import/utils/dataMutations';
import { useDialogManager } from '@/ui/feedback/dialog-manager/hooks/useDialogManager'; import { useDialogManager } from '@/ui/feedback/dialog-manager/hooks/useDialogManager';
import { Modal } from '@/ui/layout/modal/components/Modal'; import { Modal } from '@/ui/layout/modal/components/Modal';
import styled from '@emotion/styled'; import styled from '@emotion/styled';
import { Trans, useLingui } from '@lingui/react/macro';
import { import {
Dispatch, Dispatch,
SetStateAction, SetStateAction,
@ -25,10 +26,10 @@ import {
} from 'react'; } from 'react';
// @ts-expect-error Todo: remove usage of react-data-grid` // @ts-expect-error Todo: remove usage of react-data-grid`
import { RowsChangeData } from 'react-data-grid'; import { RowsChangeData } from 'react-data-grid';
import { isDefined } from 'twenty-shared/utils';
import { Button, IconTrash, Toggle } from 'twenty-ui'; import { Button, IconTrash, Toggle } from 'twenty-ui';
import { generateColumns } from './components/columns'; import { generateColumns } from './components/columns';
import { ImportedStructuredRowMetadata } from './types'; import { ImportedStructuredRowMetadata } from './types';
import { isDefined } from 'twenty-shared/utils';
const StyledContent = styled(Modal.Content)` const StyledContent = styled(Modal.Content)`
padding-left: ${({ theme }) => theme.spacing(6)}; padding-left: ${({ theme }) => theme.spacing(6)};
@ -120,6 +121,8 @@ export const ValidationStep = <T extends string>({
} }
}; };
const { t } = useLingui();
const updateRow = useCallback( const updateRow = useCallback(
( (
rows: typeof data, rows: typeof data,
@ -234,13 +237,12 @@ export const ValidationStep = <T extends string>({
submitData(); submitData();
} else { } else {
enqueueDialog({ enqueueDialog({
title: 'Finish flow with errors', title: t`Finish flow with errors`,
message: message: t`There are still some rows that contain errors. Rows with errors will be ignored when submitting.`,
'There are still some rows that contain errors. Rows with errors will be ignored when submitting.',
buttons: [ buttons: [
{ title: 'Cancel' }, { title: t`Cancel` },
{ {
title: 'Submit', title: t`Submit`,
variant: 'primary', variant: 'primary',
onClick: submitData, onClick: submitData,
role: 'confirm', role: 'confirm',
@ -254,8 +256,8 @@ export const ValidationStep = <T extends string>({
<> <>
<StyledContent> <StyledContent>
<Heading <Heading
title="Review your import" title={t`Review your import`}
description="Correct the issues and fill the missing data." description={t`Correct the issues and fill the missing data.`}
/> />
<StyledToolbar> <StyledToolbar>
<StyledErrorToggle> <StyledErrorToggle>
@ -264,7 +266,7 @@ export const ValidationStep = <T extends string>({
onChange={() => setFilterByErrors(!filterByErrors)} onChange={() => setFilterByErrors(!filterByErrors)}
/> />
<StyledErrorToggleDescription> <StyledErrorToggleDescription>
Show only rows with errors <Trans>Show only rows with errors</Trans>
</StyledErrorToggleDescription> </StyledErrorToggleDescription>
</StyledErrorToggle> </StyledErrorToggle>
<StyledErrorToggle> <StyledErrorToggle>
@ -273,12 +275,12 @@ export const ValidationStep = <T extends string>({
onChange={() => setShowUnmatchedColumns(!showUnmatchedColumns)} onChange={() => setShowUnmatchedColumns(!showUnmatchedColumns)}
/> />
<StyledErrorToggleDescription> <StyledErrorToggleDescription>
Show unmatched columns <Trans>Show unmatched columns</Trans>
</StyledErrorToggleDescription> </StyledErrorToggleDescription>
</StyledErrorToggle> </StyledErrorToggle>
<Button <Button
Icon={IconTrash} Icon={IconTrash}
title="Remove" title={t`Remove`}
accent="danger" accent="danger"
onClick={deleteSelectedRows} onClick={deleteSelectedRows}
disabled={selectedRows.size === 0} disabled={selectedRows.size === 0}
@ -296,8 +298,8 @@ export const ValidationStep = <T extends string>({
noRowsFallback: ( noRowsFallback: (
<StyledNoRowsContainer> <StyledNoRowsContainer>
{filterByErrors {filterByErrors
? 'No data containing errors' ? t`No data containing errors`
: 'No data found'} : t`No data found`}
</StyledNoRowsContainer> </StyledNoRowsContainer>
), ),
}} }}
@ -307,7 +309,7 @@ export const ValidationStep = <T extends string>({
<StepNavigationButton <StepNavigationButton
onClick={onContinue} onClick={onContinue}
onBack={onBack} onBack={onBack}
title="Confirm" title={t`Confirm`}
/> />
</> </>
); );

View File

@ -6,6 +6,7 @@ import { ReactSpreadsheetImportContextProvider } from '@/spreadsheet-import/comp
import { MatchColumnsStep } from '@/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep'; import { MatchColumnsStep } from '@/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep';
import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep'; import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep';
import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope'; import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator'; import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator';
const meta: Meta<typeof MatchColumnsStep> = { const meta: Meta<typeof MatchColumnsStep> = {
@ -14,7 +15,7 @@ const meta: Meta<typeof MatchColumnsStep> = {
parameters: { parameters: {
layout: 'fullscreen', layout: 'fullscreen',
}, },
decorators: [SnackBarDecorator], decorators: [SnackBarDecorator, I18nFrontDecorator],
}; };
export default meta; export default meta;

View File

@ -9,6 +9,7 @@ import { ReactSpreadsheetImportContextProvider } from '@/spreadsheet-import/comp
import { SelectHeaderStep } from '@/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep'; import { SelectHeaderStep } from '@/spreadsheet-import/steps/components/SelectHeaderStep/SelectHeaderStep';
import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType'; import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope'; import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
const meta: Meta<typeof SelectHeaderStep> = { const meta: Meta<typeof SelectHeaderStep> = {
title: 'Modules/SpreadsheetImport/SelectHeaderStep', title: 'Modules/SpreadsheetImport/SelectHeaderStep',
@ -16,6 +17,7 @@ const meta: Meta<typeof SelectHeaderStep> = {
parameters: { parameters: {
layout: 'fullscreen', layout: 'fullscreen',
}, },
decorators: [I18nFrontDecorator],
}; };
export default meta; export default meta;

View File

@ -6,6 +6,7 @@ import { ReactSpreadsheetImportContextProvider } from '@/spreadsheet-import/comp
import { SelectSheetStep } from '@/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep'; import { SelectSheetStep } from '@/spreadsheet-import/steps/components/SelectSheetStep/SelectSheetStep';
import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType'; import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope'; import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
const meta: Meta<typeof SelectSheetStep> = { const meta: Meta<typeof SelectSheetStep> = {
title: 'Modules/SpreadsheetImport/SelectSheetStep', title: 'Modules/SpreadsheetImport/SelectSheetStep',
@ -13,6 +14,7 @@ const meta: Meta<typeof SelectSheetStep> = {
parameters: { parameters: {
layout: 'fullscreen', layout: 'fullscreen',
}, },
decorators: [I18nFrontDecorator],
}; };
export default meta; export default meta;

View File

@ -5,12 +5,23 @@ import { within } from '@storybook/test';
import { ComponentWithRecoilScopeDecorator } from '~/testing/decorators/ComponentWithRecoilScopeDecorator'; import { ComponentWithRecoilScopeDecorator } from '~/testing/decorators/ComponentWithRecoilScopeDecorator';
import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator'; import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator';
import { stepBarInternalState } from '@/ui/navigation/step-bar/states/stepBarInternalState';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
import { SpreadsheetImportStepperContainer } from '../SpreadsheetImportStepperContainer'; import { SpreadsheetImportStepperContainer } from '../SpreadsheetImportStepperContainer';
const meta: Meta<typeof SpreadsheetImportStepperContainer> = { const meta: Meta<typeof SpreadsheetImportStepperContainer> = {
title: 'Modules/SpreadsheetImport/Steps', title: 'Modules/SpreadsheetImport/Steps',
component: SpreadsheetImportStepperContainer, component: SpreadsheetImportStepperContainer,
decorators: [ComponentWithRecoilScopeDecorator, SnackBarDecorator], decorators: [
ComponentWithRecoilScopeDecorator,
SnackBarDecorator,
I18nFrontDecorator,
],
parameters: {
initialRecoilState: {
[stepBarInternalState.key]: { activeStep: 0 },
},
},
}; };
export default meta; export default meta;

View File

@ -6,6 +6,7 @@ import { ReactSpreadsheetImportContextProvider } from '@/spreadsheet-import/comp
import { UploadStep } from '@/spreadsheet-import/steps/components/UploadStep/UploadStep'; import { UploadStep } from '@/spreadsheet-import/steps/components/UploadStep/UploadStep';
import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType'; import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope'; import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator'; import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator';
const meta: Meta<typeof UploadStep> = { const meta: Meta<typeof UploadStep> = {
@ -14,7 +15,7 @@ const meta: Meta<typeof UploadStep> = {
parameters: { parameters: {
layout: 'fullscreen', layout: 'fullscreen',
}, },
decorators: [SnackBarDecorator], decorators: [SnackBarDecorator, I18nFrontDecorator],
}; };
export default meta; export default meta;

View File

@ -9,13 +9,14 @@ import { ModalWrapper } from '@/spreadsheet-import/components/ModalWrapper';
import { ReactSpreadsheetImportContextProvider } from '@/spreadsheet-import/components/ReactSpreadsheetImportContextProvider'; import { ReactSpreadsheetImportContextProvider } from '@/spreadsheet-import/components/ReactSpreadsheetImportContextProvider';
import { ValidationStep } from '@/spreadsheet-import/steps/components/ValidationStep/ValidationStep'; import { ValidationStep } from '@/spreadsheet-import/steps/components/ValidationStep/ValidationStep';
import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope'; import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
const meta: Meta<typeof ValidationStep> = { const meta: Meta<typeof ValidationStep> = {
title: 'Modules/SpreadsheetImport/ValidationStep', title: 'Modules/SpreadsheetImport/ValidationStep',
component: ValidationStep, component: ValidationStep,
parameters: { parameters: {
layout: 'fullscreen', layout: 'fullscreen',
}, },
decorators: [I18nFrontDecorator],
}; };
export default meta; export default meta;

View File

@ -1,6 +1,6 @@
import { defineConfig } from '@lingui/conf'; import { defineConfig } from '@lingui/conf';
import { formatter } from '@lingui/format-po'; import { formatter } from '@lingui/format-po';
import { APP_LOCALES } from 'twenty-shared/translations'; import { APP_LOCALES, SOURCE_LOCALE } from 'twenty-shared/translations';
export default defineConfig({ export default defineConfig({
sourceLocale: 'en', sourceLocale: 'en',
@ -8,6 +8,7 @@ export default defineConfig({
pseudoLocale: 'pseudo-en', pseudoLocale: 'pseudo-en',
fallbackLocales: { fallbackLocales: {
'pseudo-en': 'en', 'pseudo-en': 'en',
default: SOURCE_LOCALE,
}, },
extractorParserOptions: { extractorParserOptions: {
tsExperimentalDecorators: true, tsExperimentalDecorators: true,