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 { formatter } from '@lingui/format-po';
import { APP_LOCALES } from 'twenty-shared/translations';
import { APP_LOCALES, SOURCE_LOCALE } from 'twenty-shared/translations';
export default defineConfig({
sourceLocale: 'en',
locales: Object.values(APP_LOCALES),
pseudoLocale: 'pseudo-en',
fallbackLocales: {
'pseudo-en': 'en',
default: SOURCE_LOCALE,
},
extractorParserOptions: {
tsExperimentalDecorators: true,

View File

@ -1,6 +1,6 @@
import { defineConfig } from '@lingui/conf';
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({
sourceLocale: 'en',
@ -8,6 +8,7 @@ export default defineConfig({
pseudoLocale: 'pseudo-en',
fallbackLocales: {
'pseudo-en': 'en',
default: SOURCE_LOCALE,
},
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Kanselleer"
@ -848,6 +856,11 @@ msgstr "Vou in"
msgid "Color code"
msgstr "Kleurkode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Stel jou e-posse en kalender instellings op."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Bevestig"
@ -924,6 +938,8 @@ msgstr "Konteks"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Gaan voort"
@ -988,6 +1004,11 @@ msgstr "Kopieer hierdie sleutel aangesien dit nie weer sigbaar sal wees nie"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Moenie e-posse van team@ support@ noreply@ sinkroniseer nie..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Sluit die volgende mense en domeine uit van my e-possinchronisasie. Inte
msgid "Existing objects"
msgstr "Bestaande voorwerpe"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Verlaat Volskerm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtreer"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Bestuur jou intekening"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nuwe SSO Verskaffer"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Geen gekoppelde rekening"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Geen rekords gevind nie"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Geen"
msgid "Norwegian"
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
#: 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"
msgstr "Privaatheidsbeleid"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Herlaai"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Verwyder"
@ -3399,6 +3487,11 @@ msgstr "Herstel rekords"
msgid "Results"
msgstr "Resultate"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Sien werkvloeie"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Opgedateer"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Laai lêer op"
@ -4240,6 +4395,11 @@ msgstr "Gebruiker is nie aangeteken nie"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skryf 'n geheim"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "إلغاء"
@ -848,6 +856,11 @@ msgstr "طي"
msgid "Color code"
msgstr "رمز اللون"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "ضبط إعدادات بريدك الإلكتروني والتقويم."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "تأكيد"
@ -924,6 +938,8 @@ msgstr "السياق"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "استمر"
@ -988,6 +1004,11 @@ msgstr "انسخ هذا المفتاح لأنه لن يظهر مرة أخرى"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "عرض كتاريخ نسبي"
msgid "Display text on multiple lines"
msgstr "عرض النصوص في عدة خطوط"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "لا تقم بمزامنة رسائل البريد الإلكتروني
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "استبعاد الأشخاص والمجالات التالية من م
msgid "Existing objects"
msgstr "الكائنات الحالية"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "خروج من وضع ملء الشاشة"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "تصفية"
msgid "Filters"
msgstr "الفلاتر"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "إدارة اشتراكك"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "موفر دخول موحد جديد"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "لا يوجد حساب متصل"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "لم يتم العثور على سجلات"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "لا شيء"
msgid "Norwegian"
msgstr "النرويجية"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "\\\\"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "إعادة تحميل"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "\\\\"
@ -3399,6 +3487,11 @@ msgstr "استعادة السجلات"
msgid "Results"
msgstr "\\\\"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "مخطط"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "انظر دورات العمل"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "هل ينبغي أن يؤدي تغيير تسمية الحقل أيضا
msgid "Should changing an object's label also change the API?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "سيتم مشاركة الموضوع والمحتوى والمرفقات مع فريقك."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "سمة"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "تم التحديث"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "رفع الملف"
@ -4240,6 +4395,11 @@ msgstr "المستخدم غير مسجل الدخول"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "اكتب سرًا"
msgid "yes"
msgstr "نعم"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Cancel·la"
@ -848,6 +856,11 @@ msgstr "Contraure"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
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."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continua"
@ -988,6 +1004,11 @@ msgstr "Copia aquesta clau ja que no serà visible de nou"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "No sincronitzar correus de team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Exclou les persones i dominis següents de la meva sincronització del c
msgid "Existing objects"
msgstr "Objectes existents"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrar"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestiona la teva subscripció"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.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"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Cap compte connectat"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "No s'han trobat registres"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Cap"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Tornar a carregar"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Elimina"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registres"
msgid "Results"
msgstr "Resultats"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Veure els fluxos de treball"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Actualitzat"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Carrega fitxer"
@ -4240,6 +4395,11 @@ msgstr "L'usuari no està logat"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escriu un secret"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Storno"
@ -848,6 +856,11 @@ msgstr "Sbalit"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Nakonfigurujte nastavení svých e-mailů a kalendáře."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Potvrdit"
@ -924,6 +938,8 @@ msgstr "Kontext"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Pokračovat"
@ -988,6 +1004,11 @@ msgstr "Zkopírujte tento klíč, nebude již znovu viditelný"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Nesynchronizovat e-maily z team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Vyloučit následující lidi a domény z mé synchronizace emailů. Int
msgid "Existing objects"
msgstr "Stávající objekty"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtr"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Spravujte své předplatné"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nový poskytovatel SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Žádný propojený účet"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Žádné záznamy nenalezeny"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Žádný"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Načíst znovu"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Odstranit"
@ -3399,6 +3487,11 @@ msgstr "Obnovit záznamy"
msgid "Results"
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
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schéma"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Zobrazit pracovní postupy"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Téma"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Aktualizováno"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Nahrát soubor"
@ -4240,6 +4395,11 @@ msgstr "Uživatel není přihlášen"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Napište tajemství"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Annuller"
@ -848,6 +856,11 @@ msgstr "Skjul"
msgid "Color code"
msgstr "Farvekode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Konfigurer dine e-mails og kalenderindstillinger."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Bekr\\u00e6ft"
@ -924,6 +938,8 @@ msgstr "Kontekst"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Fortsæt"
@ -988,6 +1004,11 @@ msgstr "Kopiér denne nøgle, da den ikke vil være synlig igen"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Synkronisér ikke e-mails fra team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Ekskluder følgende personer og domæner fra min e-mail-synkronisering.
msgid "Existing objects"
msgstr "Eksisterende objekter"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrér"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Administrer dit abonnement"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Ny SSO-udbyder"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Ingen tilknyttet konto"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Ingen poster fundet"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ingen"
msgid "Norwegian"
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
#: 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"
msgstr "Privatlivspolitik"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Genindlæs"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Fjern"
@ -3399,6 +3487,11 @@ msgstr "Gendan poster"
msgid "Results"
msgstr "Resultater"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Se arbejdsprocesser"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Opdateret"
msgid "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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Upload fil"
@ -4240,6 +4395,11 @@ msgstr "Bruger er ikke logget ind"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skriv en hemmelighed"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Abbrechen"
@ -848,6 +856,11 @@ msgstr "Einklappen"
msgid "Color code"
msgstr "Farbcode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "E-Mail- und Kalendereinstellungen konfigurieren."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Best\\u00e4tigen"
@ -924,6 +938,8 @@ msgstr "Kontext"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Weiter"
@ -988,6 +1004,11 @@ msgstr "Diesen Schlüssel kopieren, da er nicht mehr sichtbar sein wird"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Kein E-Mail-Sync von team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Folgende Personen und Domains von meiner E-Mail-Synchronisation ausschli
msgid "Existing objects"
msgstr "Vorhandene Objekte"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Vollbildmodus beenden"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filter"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Abonnement verwalten"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Neuer SSO-Anbieter"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Kein verbundenes Konto"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Keine Einträge gefunden"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Keine"
msgid "Norwegian"
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
#: 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"
msgstr "Datenschutzrichtlinie"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Neu laden"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Entfernen"
@ -3399,6 +3487,11 @@ msgstr "Datensätze wiederherstellen"
msgid "Results"
msgstr "Ergebnisse"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Workflows anzeigen"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Thema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Aktualisiert"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Datei hochladen"
@ -4240,6 +4395,11 @@ msgstr "Benutzer ist nicht eingeloggt"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Ein Geheimnis schreiben"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Ακύρωση"
@ -848,6 +856,11 @@ msgstr "Σύμπτυξη"
msgid "Color code"
msgstr "Κωδικός χρώματος"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Ρυθμίστε τις ρυθμίσεις email και ημερολογίου σας."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Επιβεβαίωση"
@ -924,6 +938,8 @@ msgstr "Περιβάλλον"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Συνέχεια"
@ -988,6 +1004,11 @@ msgstr "Αντιγράψτε αυτό το κλειδί γιατί δεν θα
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Εμφάνιση σε σχετική ημερομηνία"
msgid "Display text on multiple lines"
msgstr "Εμφανίστε το κείμενο σε πολλαπλές γραμμές"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Μην συγχρονίζετε email από team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Εξαιρέστε τα παρακάτω άτομα και τομείς
msgid "Existing objects"
msgstr "Υπάρχοντα αντικείμενα"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Έξοδος από την Πλήρη Οθόνη"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Φίλτρο"
msgid "Filters"
msgstr "Φίλτρα"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Διαχείριση της συνδρομής σας"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Νέος πάροχος SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Κανένας συνδεδεμένος λογαριασμός"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Δεν βρέθηκαν εγγραφές"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Κανένα"
msgid "Norwegian"
msgstr "Νορβηγικά"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "Πολιτική Απορρήτου"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Ανανέωση"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Αφαίρεση"
@ -3399,6 +3487,11 @@ msgstr "Επαναφορά εγγραφών"
msgid "Results"
msgstr "Αποτελέσματα"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Σχήμα"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Δείτε τις ροές εργασίας"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Θα πρέπει η αλλαγή της ετικέτας ενός πε
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "Το θέμα, το σώμα και τα συνημμένα θα μοιραστούν με την ομάδα σας."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Θέμα"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Ενημερώθηκε"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Ανέβασμα αρχείου"
@ -4240,6 +4395,11 @@ msgstr "Ο χρήστης δεν έχει συνδεθεί"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Γράψτε ένα μυστικό"
msgid "yes"
msgstr "ναι"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Cancel"
@ -843,6 +851,11 @@ msgstr "Collapse"
msgid "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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -874,6 +887,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configure your emails and calendar settings."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirm"
@ -919,6 +933,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continue"
@ -983,6 +999,11 @@ msgstr "Copy this key as it will not be visible again"
msgid "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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1460,6 +1486,11 @@ msgstr "Dont sync emails from team@ support@ noreply@..."
msgid "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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1745,11 +1776,21 @@ msgstr "Exclude the following people and domains from my email sync. Internal co
msgid "Existing objects"
msgstr "Existing objects"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr "Exit"
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1935,6 +1976,11 @@ msgstr "Filter"
msgid "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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2578,6 +2624,16 @@ msgstr "Manage your subscription"
msgid "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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2806,6 +2862,12 @@ msgstr "New SSO provider"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2821,6 +2883,16 @@ msgstr "No connected account"
msgid "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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2877,6 +2949,11 @@ msgstr "No records found"
#~ msgid "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
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2909,6 +2986,11 @@ msgstr "None"
msgid "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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3317,6 +3404,7 @@ msgstr "Reload"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Remove"
@ -3394,6 +3482,11 @@ msgstr "Restore records"
msgid "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
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3434,6 +3527,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3590,6 +3684,31 @@ msgstr "See workflows"
msgid "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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4001,6 +4140,16 @@ msgstr "Theme"
msgid "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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4158,7 +4307,13 @@ msgstr "Updated"
msgid "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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Upload file"
@ -4235,6 +4390,11 @@ msgstr "User is not logged in"
#~ msgid "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
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4449,6 +4609,11 @@ msgstr "Write a secret"
msgid "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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Cancelar"
@ -848,6 +856,11 @@ msgstr "Colapsar"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configura tus correos electrónicos y calendario."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Contexto"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continuar"
@ -988,6 +1004,11 @@ msgstr "Copie esta clave ya que no será visible de nuevo"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "No sincronizar correos electrónicos de team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Excluir las siguientes personas y dominios de mi sincronización de corr
msgid "Existing objects"
msgstr "Objetos existentes"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestione su suscripción"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nuevo proveedor SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "No hay cuenta conectada"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "No se encontraron registros"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ninguno"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recargar"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Eliminar"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registros"
msgid "Results"
msgstr "Resultados"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Ver flujos de trabajo"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Actualizado"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Subir archivo"
@ -4240,6 +4395,11 @@ msgstr "El usuario no ha iniciado sesión"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escribe un secreto"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Peruuta"
@ -848,6 +856,11 @@ msgstr "Sulje"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Määritä sähköpostisi ja kalenterin asetukset."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Vahvista"
@ -924,6 +938,8 @@ msgstr "Yhteys"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Jatka"
@ -988,6 +1004,11 @@ msgstr "Kopioi tämä avain, sillä se ei ole enää nähtävissä"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Älä synkronoi sähköposteja osoitteista team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Pois sulje seuraavat henkilöt ja verkkotunnukset sähköpostisynkronoin
msgid "Existing objects"
msgstr "Olemassa olevat objektit"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Suodata"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Hallitse tilaustasi"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Uusi SSO-tarjoaja"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Ei yhdistettyä käyttäjätiliä"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Ei tietueita löydetty"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ei mitään"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Lataa uudelleen"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Poista"
@ -3399,6 +3487,11 @@ msgstr "Palauta tietueet"
msgid "Results"
msgstr "Tulokset"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skeema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Näytä työnkulut"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Teema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Päivitetty"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Lataa tiedosto"
@ -4240,6 +4395,11 @@ msgstr "Käyttäjä ei ole kirjautunut sisään"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Kirjoita salaisuus"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Annuler"
@ -848,6 +856,11 @@ msgstr "Réduire"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configurer vos paramètres de courriel et de calendrier."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirmer"
@ -924,6 +938,8 @@ msgstr "Contexte"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continuer"
@ -988,6 +1004,11 @@ msgstr "Copiez cette clé car elle ne sera plus visible"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Ne pas synchroniser les emails de team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Exclure les personnes et domaines suivants de ma synchronisation de cour
msgid "Existing objects"
msgstr "Objets existants"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtre"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gérez votre abonnement"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nouveau fournisseur SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Aucun compte connecté"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Aucun enregistrement trouvé"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Aucun"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recharger"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Retirer"
@ -3399,6 +3487,11 @@ msgstr "Restaurer les enregistrements"
msgid "Results"
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
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schéma"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Voir les workflows"
msgid "Select 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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Thème"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Mis à jour"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Téléverser le fichier"
@ -4240,6 +4395,11 @@ msgstr "L'utilisateur n'est pas connecté"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Écrire un secret"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "בטל"
@ -848,6 +856,11 @@ msgstr "צמצם"
msgid "Color code"
msgstr "קוד צבע"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "הגדר את ההגדרות של האימיילים ולוח השנה שלך."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "אישור"
@ -924,6 +938,8 @@ msgstr "הקשר"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "המשך"
@ -988,6 +1004,11 @@ msgstr "העתק מפתח זה כיוון שלא יהיה נראה שנית"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "הצג כתאריך יחסי"
msgid "Display text on multiple lines"
msgstr "הצג טקסט במספר שורות"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "אל תסנכרן אימיילים מ-team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "לא לכלול את האנשים והדומיינים הבאים מהס
msgid "Existing objects"
msgstr "אובייקטים קיימים"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "צא ממסך מלא"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "סינון"
msgid "Filters"
msgstr "מסננים"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "ניהול המנוי שלך"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "ספק SSO חדש"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "אין חשבון מחובר"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "לא נמצאו רשומות"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "אין"
msgid "Norwegian"
msgstr "נורווגית"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "מדיניות הפרטיות"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "טען מחדש"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "\\"
@ -3399,6 +3487,11 @@ msgstr "שחזור רשומות"
msgid "Results"
msgstr "\\"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "סכימה"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "ראה תהליכי עבודה"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "האם שינוי תווית שדה צריך גם לשנות את שם
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "נושא, גוף וקבצים מצורפים ישותפו עם הצוות שלך."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "תמה"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "עודכן"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "העלה קובץ"
@ -4240,6 +4395,11 @@ msgstr "המשתמש לא מחובר"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "כתוב סוד"
msgid "yes"
msgstr "כן"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Mégse"
@ -848,6 +856,11 @@ msgstr "Összecsuk"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
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."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Megerősítés"
@ -924,6 +938,8 @@ msgstr "Összefüggés"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Folytatás"
@ -988,6 +1004,11 @@ msgstr "Másolja le ezt a kulcsot, mert nem lesz újra látható"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
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"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Zárja ki a következő embereket és domaineket az e-mail szinkronizál
msgid "Existing objects"
msgstr "Meglévő objektumok"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Szűrő"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Előfizetés kezelése"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.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"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nincs csatlakoztatott fiók"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nincs találat"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Egyik sem"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Újratöltés"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Eltávolítás"
@ -3399,6 +3487,11 @@ msgstr "Rekordok visszaállítása"
msgid "Results"
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
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Séma"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Munkafolyamatok megtekintése"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Téma"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Frissítve"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Fájl feltöltése"
@ -4240,6 +4395,11 @@ msgstr "A felhasználó nincs bejelentkezve"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Írjon titkot"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Annulla"
@ -848,6 +856,11 @@ msgstr "Riduci"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configura le impostazioni di e-mail e calendario."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Conferma"
@ -924,6 +938,8 @@ msgstr "Contesto"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continua"
@ -988,6 +1004,11 @@ msgstr "Copia questa chiave perché non sarà più visibile"
msgid "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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Non sincronizzare email da team@ support@ noreply@..."
msgid "Download 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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Escludi le seguenti persone e domini dalla mia sincronizzazione email. L
msgid "Existing objects"
msgstr "Oggetti esistenti"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestisci il tuo abbonamento"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nuovo provider SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nessun account collegato"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nessun record trovato"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Nessuno"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Ricarica"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Rimuovi"
@ -3399,6 +3487,11 @@ msgstr "Ripristina record"
msgid "Results"
msgstr "Risultati"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Vedi workflow"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Aggiornato"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Carica file"
@ -4240,6 +4395,11 @@ msgstr "Utente non connesso"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Scrivi un segreto"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "キャンセル"
@ -848,6 +856,11 @@ msgstr "折りたたむ"
msgid "Color code"
msgstr "色のコード"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "メールとカレンダーの設定を行う。"
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "確認"
@ -924,6 +938,8 @@ msgstr "コンテキスト"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "続行"
@ -988,6 +1004,11 @@ msgstr "このキーは再表示されないため、コピーしてください
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "相対日付で表示"
msgid "Display text on multiple lines"
msgstr "複数行でテキストを表示"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "team@、support@、noreply@からのメールを同期しない…"
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "以下の人物とドメインをメール同期から除外します。
msgid "Existing objects"
msgstr "既存のオブジェクト"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "フルスクリーンを終了"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "フィルター"
msgid "Filters"
msgstr "フィルター"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "サブスクリプションを管理"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "新しいSSOプロバイダー"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "接続されたアカウントがありません"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "レコードが見つかりません"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "なし"
msgid "Norwegian"
msgstr "ノルウェー語"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "プライバシーポリシー"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "リロード"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "削除"
@ -3399,6 +3487,11 @@ msgstr "レコードを復元"
msgid "Results"
msgstr "結果"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "スキーマ"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "ワークフローを表示"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "フィールドのラベルを変更すると、API名も変更されま
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "件名、本文、添付ファイルがチームと共有されます。"
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "テーマ"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "更新済み"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "ファイルをアップロード"
@ -4240,6 +4395,11 @@ msgstr "ユーザーがログインしていません"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "秘密を書きます"
msgid "yes"
msgstr "はい"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "취소"
@ -848,6 +856,11 @@ msgstr "접기"
msgid "Color code"
msgstr "색상 코드"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "이메일 및 캘린더 설정 구성."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "확인"
@ -924,6 +938,8 @@ msgstr "컨텍스트"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "계속"
@ -988,6 +1004,11 @@ msgstr "이 키는 다시 표시되지 않으므로 복사하세요"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "상대 날짜로 표시"
msgid "Display text on multiple lines"
msgstr "여러 줄에 텍스트 표시"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "team@, support@, noreply@... 이메일과 동기화하지 않음..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "다음 사람들과 도메인을 이메일 동기화에서 제외합니
msgid "Existing objects"
msgstr "기존 개체"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "전체 화면 종료"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "필터"
msgid "Filters"
msgstr "필터"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "구독 관리"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "새 SSO 공급자"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "연결된 계정 없음"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "기록을 찾을 수 없습니다"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "없음"
msgid "Norwegian"
msgstr "노르웨이어"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "개인정보 보호정책"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "새로 고침"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "제거"
@ -3399,6 +3487,11 @@ msgstr "레코드 복원"
msgid "Results"
msgstr "결과"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "스키마"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "워크플로우들 보기"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "필드의 레이블을 변경하면 API 이름도 변경되어야 하나
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "주제, 본문, 첨부 파일이 팀과 공유됩니다."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "테마"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "업데이트됨"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "파일 업로드"
@ -4240,6 +4395,11 @@ msgstr "사용자가 로그인하지 않았습니다"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "비밀 작성"
msgid "yes"
msgstr "예"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Annuleren"
@ -848,6 +856,11 @@ msgstr "Uitvouwen"
msgid "Color code"
msgstr "Kleurcode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configureer uw e-mail- en kalenderinstellingen."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Bevestigen"
@ -924,6 +938,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Doorgaan"
@ -988,6 +1004,11 @@ msgstr "Kopieer deze sleutel want deze wordt niet nogmaals getoond"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Synchroniseer geen e-mails van team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Sluit de volgende mensen en domeinen uit van mijn e-mailsynchronisatie.
msgid "Existing objects"
msgstr "Bestaande objecten"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Volledig scherm afsluiten"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filteren"
msgid "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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Beheer je abonnement"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nieuwe SSO-provider"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Geen verbonden account"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Geen gegevens gevonden"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Geen"
msgid "Norwegian"
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
#: 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"
msgstr "Privacybeleid"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Herladen"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Verwijderen"
@ -3399,6 +3487,11 @@ msgstr "Records herstellen"
msgid "Results"
msgstr "Resultaten"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Bekijk workflows"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Thema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Bijgewerkt"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Bestand uploaden"
@ -4240,6 +4395,11 @@ msgstr "Gebruiker is niet ingelogd"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Schrijf een geheim"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Avbryt"
@ -848,6 +856,11 @@ msgstr "Lukk"
msgid "Color code"
msgstr "Fargekode"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Konfigurer dine e-post- og kalenderinnstillinger."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Bekreft"
@ -924,6 +938,8 @@ msgstr "Kontekst"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Fortsett"
@ -988,6 +1004,11 @@ msgstr "Kopier denne nøkelen da den ikke vil vre synlig igjen"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Ikke synkroniser e-poster fra team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Ekskluder følgende personer og domener fra e-postsynkroniseringen min.
msgid "Existing objects"
msgstr "Eksisterende objekter"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Avslutt fullskjerm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrer"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Administrer abonnementet ditt"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.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"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Ingen tilknyttet konto"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Ingen poster funnet"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ingen"
msgid "Norwegian"
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
#: 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"
msgstr "Personvernpolicy"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Last inn på nytt"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Fjern"
@ -3399,6 +3487,11 @@ msgstr "Gjenopprett oppføringer"
msgid "Results"
msgstr "Resultater"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Skjema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Se arbeidsflyter"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Oppdatert"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Last opp fil"
@ -4240,6 +4395,11 @@ msgstr "Brukeren er ikke logget inn"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skriv en hemmelighet"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Anuluj"
@ -848,6 +856,11 @@ msgstr "Zwiń"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Skonfiguruj swoje ustawienia e-mail i kalendarza."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Potwierdź"
@ -924,6 +938,8 @@ msgstr "Kontekst"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Kontynuuj"
@ -988,6 +1004,11 @@ msgstr "Skopiuj ten klucz, ponieważ nie będzie on widoczny ponownie"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Nie synchronizuj e-maili z team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Wyklucz następujące osoby i domeny z synchronizacji mojej poczty. Rozm
msgid "Existing objects"
msgstr "Istniejące obiekty"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtruj"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Zarządzaj swoją subskrypcją"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nowy dostawca SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Brak połączonego konta"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nie znaleziono rekordów"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Brak"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Przeładuj"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Usuń"
@ -3399,6 +3487,11 @@ msgstr "Przywróć wpisy"
msgid "Results"
msgstr "Wyniki"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schemat"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Zobacz przepływy pracy"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Motyw"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Zaktualizowano"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Prześlij plik"
@ -4240,6 +4395,11 @@ msgstr "Użytkownik nie jest zalogowany"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Napisz sekret"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr ""
@ -840,6 +848,11 @@ msgstr ""
msgid "Color code"
msgstr ""
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -871,6 +884,7 @@ msgid "Configure your emails and calendar settings."
msgstr ""
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr ""
@ -916,6 +930,8 @@ msgstr ""
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr ""
@ -980,6 +996,11 @@ msgstr ""
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1414,6 +1435,11 @@ msgstr ""
msgid "Display text on multiple lines"
msgstr ""
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1457,6 +1483,11 @@ msgstr ""
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1742,11 +1773,21 @@ msgstr ""
msgid "Existing objects"
msgstr ""
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr ""
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1932,6 +1973,11 @@ msgstr ""
msgid "Filters"
msgstr ""
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2575,6 +2621,16 @@ msgstr ""
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2803,6 +2859,12 @@ msgstr ""
#~ msgid "New Webhook"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2818,6 +2880,16 @@ msgstr ""
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2874,6 +2946,11 @@ msgstr ""
#~ msgid "No Result"
#~ msgstr ""
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2906,6 +2983,11 @@ msgstr ""
msgid "Norwegian"
msgstr ""
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr ""
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3314,6 +3401,7 @@ msgstr ""
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr ""
@ -3391,6 +3479,11 @@ msgstr ""
msgid "Results"
msgstr ""
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3431,6 +3524,7 @@ msgstr ""
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3587,6 +3681,31 @@ msgstr ""
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3701,6 +3825,16 @@ msgstr ""
msgid "Should changing an object's label also change the API?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr ""
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -3998,6 +4137,16 @@ msgstr ""
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4155,7 +4304,13 @@ msgstr ""
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr ""
@ -4232,6 +4387,11 @@ msgstr ""
#~ msgid "Users"
#~ msgstr ""
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4446,6 +4606,11 @@ msgstr ""
msgid "yes"
msgstr ""
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Cancelar"
@ -848,6 +856,11 @@ msgstr "Colapsar"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
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."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Contexto"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continuar"
@ -988,6 +1004,11 @@ msgstr "Copie essa chave, pois ela não ficará visível novamente"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Não sincronize e-mails de team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Excluir as seguintes pessoas e domínios da sincronização do meu e-mai
msgid "Existing objects"
msgstr "Objetos existentes"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gerenciar sua assinatura"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Novo provedor SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nenhuma conta conectada"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nenhum registro encontrado"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Nenhum"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recarregar"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Remover"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registros"
msgid "Results"
msgstr "Resultados"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Ver workflows"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Atualizado"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Fazer upload de arquivo"
@ -4240,6 +4395,11 @@ msgstr "O usuário não está conectado"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escreva um segredo"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Cancelar"
@ -848,6 +856,11 @@ msgstr "Colapsar"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
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."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirmar"
@ -924,6 +938,8 @@ msgstr "Contexto"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continuar"
@ -988,6 +1004,11 @@ msgstr "Copiar esta chave, pois não voltará a ser visível"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Não sincronizar emails de team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Excluir as seguintes pessoas e domínios da minha sincronização de e-m
msgid "Existing objects"
msgstr "Objetos existentes"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtro"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gerir a sua subscrição"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Novo fornecedor SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Nenhuma conta conectada"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nenhum registro encontrado"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Nenhum"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Recarregar"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Remover"
@ -3399,6 +3487,11 @@ msgstr "Restaurar registos"
msgid "Results"
msgstr "Resultados"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Esquema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Ver workflows"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Atualizado"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Carregar arquivo"
@ -4240,6 +4395,11 @@ msgstr "O utilizador não está autenticado"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Escrever um segredo"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Anulare"
@ -848,6 +856,11 @@ msgstr "Restrângere"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Configurați setările de e-mail și calendar."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Confirmă"
@ -924,6 +938,8 @@ msgstr "Context"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Continuă"
@ -988,6 +1004,11 @@ msgstr "Copiați această cheie deoarece nu va mai fi vizibilă"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Nu sincronizați emailurile de la team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Exclude următoarele persoane și domenii din sincronizarea mea de email
msgid "Existing objects"
msgstr "Obiecte existente"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtru"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Gestionează-ți abonamentul"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Nou furnizor SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Niciun cont conectat"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Nu s-au găsit înregistrări"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Niciunul"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Reîncarcă"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Elimină"
@ -3399,6 +3487,11 @@ msgstr "Restaurează înregistrările"
msgid "Results"
msgstr "Rezultate"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schemat"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Vezi fluxuri de lucru"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Temă"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Actualizat"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Încărcați fișierul"
@ -4240,6 +4395,11 @@ msgstr "Utilizatorul nu este autentificat"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: 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"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Откажи"
@ -848,6 +856,11 @@ msgstr "Скупи"
msgid "Color code"
msgstr "Шифра боје"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Подесите своје подешавања е-поште и календара."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Потврди"
@ -924,6 +938,8 @@ msgstr "Контекст"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Настави"
@ -988,6 +1004,11 @@ msgstr "Копирајте овај кључ пошто неће поново б
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Приказати као релативан датум"
msgid "Display text on multiple lines"
msgstr "Прикажи текст на више линија"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Не синхронизујте имејлове од team@ support@ nor
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Искључи следеће особе и домене из моје
msgid "Existing objects"
msgstr "Постојећи објекти"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Изађи из целог екрана"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Филтер"
msgid "Filters"
msgstr "Филтери"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Управљање вашом претплатом"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Нови провајдер за SSO"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Није повезан налог"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Нису пронађени подаци"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ништа"
msgid "Norwegian"
msgstr "Норвешки"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "Политика приватности"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Учитај поново"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Уклони"
@ -3399,6 +3487,11 @@ msgstr "Врати записе"
msgid "Results"
msgstr "Резултати"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Шема"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Погледајте токове рада"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Да ли промена назива поља треба да пром
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "Субјекат, тело и додаци ће бити подељени са вашим тимом."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Тема"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Ажурирано"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Отпреми датотеку"
@ -4240,6 +4395,11 @@ msgstr "Корисник није улогован"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Напишите тајну"
msgid "yes"
msgstr "да"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Avbryt"
@ -848,6 +856,11 @@ msgstr "Kollapsa"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Konfigurera dina e-post- och kalenderinställningar."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Bekräfta"
@ -924,6 +938,8 @@ msgstr "Sammanhang"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Fortsätt"
@ -988,6 +1004,11 @@ msgstr "Kopiera denna nyckel då den inte kommer att vara synlig igen"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Synkronisera inte e-post från team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Uteslut följande personer och domäner från min e-postsynk. Interna ko
msgid "Existing objects"
msgstr "Befintliga objekt"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Avsluta helskärm"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtrera"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Hantera din prenumeration"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.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"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Inget anslutet konto"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Inga poster hittades"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Ingen"
msgid "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
#: 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"
msgstr "Integritetspolicy"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Ladda om"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Ta bort"
@ -3399,6 +3487,11 @@ msgstr "Återställ poster"
msgid "Results"
msgstr "Resultat"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Se arbetsflöden"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Uppdaterad"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Ladda upp fil"
@ -4240,6 +4395,11 @@ msgstr "Användaren är inte inloggad"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Skriv en hemlighet"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "İptal"
@ -848,6 +856,11 @@ msgstr "Daralt"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
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."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Onayla"
@ -924,6 +938,8 @@ msgstr "Bağlam"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Devam"
@ -988,6 +1004,11 @@ msgstr "Bu anahtarı kopyalayın, çünkü tekrar görünür olmayacak"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Team@ support@ noreply@... adreslerinden e-postaları senkronize etme...
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "E-posta senkronizasyonumdan aşağıdaki kişileri ve alan adlarını ha
msgid "Existing objects"
msgstr "Mevcut nesneler"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Tam Ekrandan Çık"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Filtre"
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Aboneliğinizi yönetin"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.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"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Bağlı hesap yok"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Kayıt bulunamadı"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Hiçbiri"
msgid "Norwegian"
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
#: 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"
msgstr "Gizlilik Politikası"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Yeniden Yükle"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Kaldır"
@ -3399,6 +3487,11 @@ msgstr "Kayıtları Geri Yükle"
msgid "Results"
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
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Şema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "İş akışlarını gör"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Tema"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Güncellenmiş"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Dosya yükle"
@ -4240,6 +4395,11 @@ msgstr "Kullanıcı giriş yapmamış"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Gizli Yazı"
msgid "yes"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Скасувати"
@ -848,6 +856,11 @@ msgstr "Згорнути"
msgid "Color code"
msgstr "Код кольору"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "Налаштуйте налаштування електронної пошти та календаря."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Підтвердити"
@ -924,6 +938,8 @@ msgstr "Контекст"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "Продовжити"
@ -988,6 +1004,11 @@ msgstr "Скопіюйте цей ключ, адже він більше не б
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "Показувати як відносну дату"
msgid "Display text on multiple lines"
msgstr "Відображати текст на кількох рядках"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Не синхронізувати електронні листи з tea
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "Виключити наступних осіб та домени з мо
msgid "Existing objects"
msgstr "Існуючі об'єкти"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "Вийти з повноекранного режиму"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "Фільтр"
msgid "Filters"
msgstr "Фільтри"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Управління своєю підпискою"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "Новий провайдер єдиної системи входу"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Немає підключеного акаунту"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Записів не знайдено"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Немає"
msgid "Norwegian"
msgstr "Норвезька"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "Політика конфіденційності"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Перезавантажити"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Видалити"
@ -3399,6 +3487,11 @@ msgstr "Відновити записи"
msgid "Results"
msgstr "Результати"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Схема"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "Переглянути робочі процеси"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "Чи повинна зміна мітки поля також зміню
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "Тема, тіло та вкладення будуть поділені з вашою командою."
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Тема"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Оновлено"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Завантажити файл"
@ -4240,6 +4395,11 @@ msgstr "Користувач не увійшов в систему"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "Написати секрет"
msgid "yes"
msgstr "так"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "Hủy bỏ"
@ -848,6 +856,11 @@ msgstr "Thu gọn"
msgid "Color code"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
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."
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "Xác nhận"
@ -924,6 +938,8 @@ msgstr "Ngữ cảnh"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
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"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.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"
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
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "Không đồng bộ email từ team@ support@ noreply@..."
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
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"
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
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
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
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "\"Lọc\""
msgid "Filters"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "Quản lý đăng ký của bạn"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.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"
#~ 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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "Không có tài khoản kết nối"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "Không tìm thấy bản ghi"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "Không có"
msgid "Norwegian"
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
#: 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"
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
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "Tải lại"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "Loại bỏ"
@ -3399,6 +3487,11 @@ msgstr "Khôi phục bản ghi"
msgid "Results"
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
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "Schema"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: 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"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
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?"
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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
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
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "Chủ đề"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "Cập nhật"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "Tải tập tin lên"
@ -4240,6 +4395,11 @@ msgstr "Người dùng không đăng nhập"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: 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"
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
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "取消"
@ -848,6 +856,11 @@ msgstr "折叠"
msgid "Color code"
msgstr "颜色代码"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "配置电子邮件和日历设置。"
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "确认"
@ -924,6 +938,8 @@ msgstr "上下文"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "继续"
@ -988,6 +1004,11 @@ msgstr "复制此密钥,因为它将不再可见"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "显示为相对日期"
msgid "Display text on multiple lines"
msgstr "在多行上展示文本"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "不要同步来自 team@、support@、noreply@ 的电子邮件……"
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "从我的电子邮件同步中排除以下人员和域名。内部对话
msgid "Existing objects"
msgstr "现有对象"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "退出全屏"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "过滤"
msgid "Filters"
msgstr "过滤器"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "管理您的订阅"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "新 SSO 提供商"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "无连接账户"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "未找到记录"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "无"
msgid "Norwegian"
msgstr "挪威语"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "隐私政策"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "重新加载"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "移除"
@ -3399,6 +3487,11 @@ msgstr "恢复记录"
msgid "Results"
msgstr "结果"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "模式"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "查看工作流"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "更改字段标签是否也要更改 API 名称?"
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "主题、正文和附件将与您的团队分享。"
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "主题"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "已更新"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "上传文件"
@ -4240,6 +4395,11 @@ msgstr "用户未登录"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "撰写秘密"
msgid "yes"
msgstr "是"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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."
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
#: 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/modules/ui/layout/modal/components/ConfirmationModal.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
msgid "Cancel"
msgstr "取消"
@ -848,6 +856,11 @@ msgstr "收起"
msgid "Color code"
msgstr "顏色代碼"
#. js-lingui-id: 93hd3e
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Columns not matched:"
msgstr ""
#. js-lingui-id: NM9bMd
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
msgid "Compact view"
@ -879,6 +892,7 @@ msgid "Configure your emails and calendar settings."
msgstr "配置您的電子郵件和日曆設置。"
#. js-lingui-id: 7VpPHA
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentConfirmationModal.tsx
msgid "Confirm"
msgstr "確認"
@ -924,6 +938,8 @@ msgstr "上下文"
#: src/pages/onboarding/CreateWorkspace.tsx
#: src/pages/onboarding/CreateProfile.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
msgid "Continue"
msgstr "繼續"
@ -988,6 +1004,11 @@ msgstr "複製此密鑰,因為它將不再可見"
msgid "Core"
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
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
@ -1422,6 +1443,11 @@ msgstr "顯示為相對日期"
msgid "Display text on multiple lines"
msgstr "多行顯示文本"
#. js-lingui-id: ji7sqw
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/components/TemplateColumn.tsx
msgid "Do not import"
msgstr ""
#. js-lingui-id: U9q4zF
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Doesn't contain"
@ -1465,6 +1491,11 @@ msgstr "不要從 team@ support@ noreply@... 同步電子郵件……"
msgid "Download file"
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
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Dutch"
@ -1750,11 +1781,21 @@ msgstr "排除以下人員和網域自我的電子郵件同步中。內部對話
msgid "Existing objects"
msgstr "現有對象"
#. js-lingui-id: ydzS9x
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit"
msgstr ""
#. js-lingui-id: LFNXuj
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr "退出全螢幕"
#. js-lingui-id: XB4onr
#: src/modules/spreadsheet-import/components/ModalCloseButton.tsx
msgid "Exit import flow"
msgstr ""
#. js-lingui-id: IZ4o2e
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
@ -1940,6 +1981,11 @@ msgstr "篩選"
msgid "Filters"
msgstr "篩選"
#. js-lingui-id: SNdnlf
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Finish flow with errors"
msgstr ""
#. js-lingui-id: USZ2N6
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Finnish"
@ -2583,6 +2629,16 @@ msgstr "管理您的訂閱"
msgid "Mark as done"
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
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
@ -2811,6 +2867,12 @@ msgstr "新的 SSO 提供者"
#~ msgid "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
#: src/pages/settings/workspace/SettingsDomain.tsx
msgid "No change detected"
@ -2826,6 +2888,16 @@ msgstr "無連接帳戶"
msgid "No country"
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
#: src/pages/settings/SettingsWorkspaceMembers.tsx
msgid "No members"
@ -2882,6 +2954,11 @@ msgstr "未找到記錄"
#~ msgid "No Result"
#~ msgstr "No Result"
#. js-lingui-id: Ev2r9A
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "No results"
msgstr ""
#. js-lingui-id: MA3x23
#: src/modules/settings/roles/role-assignment/components/RoleAssignmentWorkspaceMemberPickerDropdownContent.tsx
msgid "No Results"
@ -2914,6 +2991,11 @@ msgstr "無"
msgid "Norwegian"
msgstr "挪威語"
#. js-lingui-id: v3W9iu
#: src/modules/spreadsheet-import/steps/components/MatchColumnsStep/MatchColumnsStep.tsx
msgid "Not all columns matched"
msgstr ""
#. js-lingui-id: 0qBE9S
#: 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"
msgstr "隱私政策"
#. js-lingui-id: k1ifdL
#: src/modules/spreadsheet-import/steps/components/UploadStep/components/DropZone.tsx
msgid "Processing..."
msgstr ""
#. js-lingui-id: vERlcd
#: src/pages/settings/SettingsProfile.tsx
#: src/pages/settings/SettingsProfile.tsx
@ -3322,6 +3409,7 @@ msgstr "重新載入"
#. js-lingui-id: t/YqKh
#: src/modules/ui/input/components/ImageInput.tsx
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Remove"
msgstr "移除"
@ -3399,6 +3487,11 @@ msgstr "恢復記錄"
msgid "Results"
msgstr "結果"
#. js-lingui-id: BohSvm
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Review your import"
msgstr ""
#. js-lingui-id: 5dJK4M
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
@ -3439,6 +3532,7 @@ msgstr "結構"
#. js-lingui-id: A1taO8
#: src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdown/internal/MultiWorkspaceDropdownWorkspacesListComponents.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/navigation/components/MainNavigationDrawerItems.tsx
#: src/modules/command-menu/hooks/useOpenRecordsSearchPageInCommandMenu.ts
@ -3595,6 +3689,31 @@ msgstr "查看工作流程"
msgid "Select Action"
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
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
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"
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
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Select your preferred language"
@ -3709,6 +3833,16 @@ msgstr "更改字段標籤是否也應更改 API 名稱?"
msgid "Should changing an object's label also change the 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
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutOpenInContent.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."
msgstr "主題、正文和附件將與您的團隊共享。"
#. js-lingui-id: hQRttt
#: src/modules/spreadsheet-import/steps/components/ValidationStep/ValidationStep.tsx
msgid "Submit"
msgstr ""
#. js-lingui-id: B5jRKH
#: src/pages/settings/SettingsBilling.tsx
msgid "Subscription has been switched {to}"
@ -4006,6 +4145,16 @@ msgstr "主題"
msgid "Theme "
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
#: src/pages/auth/PasswordReset.tsx
msgid "There was an error while updating password."
@ -4163,7 +4312,13 @@ msgstr "已更新"
msgid "Upload"
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
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
msgid "Upload file"
msgstr "上傳文件"
@ -4240,6 +4395,11 @@ msgstr "用戶未登錄"
#~ msgid "Users"
#~ msgstr "Users"
#. js-lingui-id: MGeZsN
#: src/modules/spreadsheet-import/steps/components/SpreadsheetImportStepperContainer.tsx
msgid "Validate data"
msgstr ""
#. js-lingui-id: fXVIZq
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
@ -4454,6 +4614,11 @@ msgstr "寫入秘鑰"
msgid "yes"
msgstr "是"
#. js-lingui-id: qsAug0
#: src/modules/spreadsheet-import/components/MatchColumnSelect.tsx
msgid "You are already importing this column."
msgstr ""
#. js-lingui-id: MFDARJ
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
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 { DropdownMenuSearchInput } from '@/ui/layout/dropdown/components/DropdownMenuSearchInput';
import { DropdownMenuSeparator } from '@/ui/layout/dropdown/components/DropdownMenuSeparator';
import { useLingui } from '@lingui/react/macro';
import { ChangeEvent, useState } from 'react';
import { SearchRecord } from '~/generated-metadata/graphql';
@ -34,13 +35,14 @@ export const RoleAssignmentWorkspaceMemberPickerDropdown = ({
const handleSearchFilterChange = (event: ChangeEvent<HTMLInputElement>) => {
setSearchFilter(event.target.value);
};
const { t } = useLingui();
return (
<DropdownMenu>
<DropdownMenuSearchInput
value={searchFilter}
onChange={handleSearchFilterChange}
placeholder="Search"
placeholder={t`Search`}
/>
<DropdownMenuSeparator />
<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 { OverlayContainer } from '@/ui/layout/overlay/components/OverlayContainer';
import { useListenClickOutside } from '@/ui/utilities/pointer-event/hooks/useListenClickOutside';
import { useLingui } from '@lingui/react/macro';
import { useUpdateEffect } from '~/hooks/useUpdateEffect';
const StyledFloatingDropdown = styled.div`
@ -109,6 +110,8 @@ export const MatchColumnSelect = ({
setOptions(initialOptions);
}, [initialOptions]);
const { t } = useLingui();
return (
<>
<div ref={refs.setReference}>
@ -152,7 +155,7 @@ export const MatchColumnSelect = ({
<AppTooltip
key={option.value}
anchorSelect={`#${option.value}`}
content="You are already importing this column."
content={t`You are already importing this column.`}
place="right"
offset={-20}
/>,
@ -161,7 +164,7 @@ export const MatchColumnSelect = ({
</React.Fragment>
))}
{options?.length === 0 && (
<MenuItem key="No results" text="No results" />
<MenuItem key="No results" text={t`No results`} />
)}
</DropdownMenuItemsContainer>
</DropdownMenu>

View File

@ -5,6 +5,7 @@ import { useSpreadsheetImportInitialStep } from '@/spreadsheet-import/hooks/useS
import { useSpreadsheetImportInternal } from '@/spreadsheet-import/hooks/useSpreadsheetImportInternal';
import { useDialogManager } from '@/ui/feedback/dialog-manager/hooks/useDialogManager';
import { useStepBar } from '@/ui/navigation/step-bar/hooks/useStepBar';
import { useLingui } from '@lingui/react/macro';
const StyledCloseButtonContainer = styled.div`
align-items: center;
@ -34,17 +35,24 @@ export const ModalCloseButton = ({ onClose }: ModalCloseButtonProps) => {
const { enqueueDialog } = useDialogManager();
const { t } = useLingui();
const handleClose = () => {
if (activeStep === -1) {
onClose();
return;
}
enqueueDialog({
title: 'Exit import flow',
message: 'Are you sure? Your current information will not be saved.',
title: t`Exit import flow`,
message: t`Are you sure? Your current information will not be saved.`,
buttons: [
{ title: 'Cancel' },
{ title: 'Exit', onClick: onClose, accent: 'danger', role: 'confirm' },
{ title: t`Cancel` },
{
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';
// @ts-expect-error // Todo: remove usage of react-data-grid
import DataGrid, { DataGridProps } from 'react-data-grid';
@ -125,6 +126,8 @@ export const SpreadsheetImportTable = <Data,>({
selectedRows,
}: SpreadsheetImportTableProps<Data>) => {
const { rtl } = useSpreadsheetImportInternal();
const theme = useTheme();
const themeClassName = theme.name === 'dark' ? 'rdg-dark' : 'rdg-light';
if (!rows?.length || !columns?.length) return null;
@ -133,7 +136,7 @@ export const SpreadsheetImportTable = <Data,>({
direction={rtl ? 'rtl' : 'ltr'}
rowHeight={52}
{...{
className,
className: `${className || ''} ${themeClassName}`,
columns,
components,
headerRowHeight,

View File

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

View File

@ -3,8 +3,9 @@ import { IconForbid } from 'twenty-ui';
import { MatchColumnSelect } from '@/spreadsheet-import/components/MatchColumnSelect';
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 { Columns, ColumnType } from '../MatchColumnsStep';
const StyledContainer = styled.div`
display: flex;
@ -28,6 +29,8 @@ export const TemplateColumn = <T extends string>({
const column = columns[columnIndex];
const isIgnored = column.type === ColumnType.ignored;
const { t } = useLingui();
const fieldOptions = fields
.filter((field) => field.fieldMetadataType !== FieldMetadataType.RICH_TEXT)
.map(({ icon, label, key }) => {
@ -51,7 +54,7 @@ export const TemplateColumn = <T extends string>({
{
icon: IconForbid,
value: 'do-not-import',
label: 'Do not import',
label: t`Do not import`,
},
...fieldOptions,
];
@ -67,7 +70,7 @@ export const TemplateColumn = <T extends string>({
return (
<StyledContainer>
<MatchColumnSelect
placeholder="Select column..."
placeholder={t`Select column...`}
value={isIgnored ? ignoreValue : selectValue}
onChange={(value) => onChange(value?.value as T, column.index)}
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 { Fields } from '@/spreadsheet-import/types';
import styled from '@emotion/styled';
import { useLingui } from '@lingui/react/macro';
import { useState } from 'react';
import { AnimatedExpandableContainer } from 'twenty-ui';
import { isDefined } from 'twenty-shared/utils';
import { AnimatedExpandableContainer } from 'twenty-ui';
const getExpandableContainerTitle = <T extends string>(
fields: Fields<T>,
@ -50,6 +51,7 @@ export const UnmatchColumn = <T extends string>({
const [isExpanded, setIsExpanded] = useState(false);
const column = columns[columnIndex];
const isSelect = 'matchedOptions' in column;
const { t } = useLingui();
if (!isSelect) return null;
@ -73,7 +75,7 @@ export const UnmatchColumn = <T extends string>({
column={column}
onSubChange={onSubChange}
key={option.entry}
placeholder="Select an option"
placeholder={t`Select an option`}
/>
))}
</StyledContentWrapper>

View File

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

View File

@ -11,6 +11,7 @@ import { mapWorkbook } from '@/spreadsheet-import/utils/mapWorkbook';
import { Radio, RadioGroup } from 'twenty-ui';
import { Modal } from '@/ui/layout/modal/components/Modal';
import { useLingui } from '@lingui/react/macro';
import { WorkBook } from 'xlsx-ugnis';
const StyledContent = styled(Modal.Content)`
@ -100,10 +101,12 @@ export const SelectSheetStep = ({
[handleContinue],
);
const { t } = useLingui();
return (
<>
<StyledContent>
<StyledHeading title="Select the sheet to use" />
<StyledHeading title={t`Select the sheet to use`} />
<StyledRadioContainer>
<RadioGroup onValueChange={(value) => setValue(value)} value={value}>
{sheetNames.map((sheetName) => (
@ -116,7 +119,7 @@ export const SelectSheetStep = ({
onClick={() => handleOnContinue(value)}
onBack={onBack}
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 { Modal } from '@/ui/layout/modal/components/Modal';
import { useLingui } from '@lingui/react/macro';
import { SpreadsheetImportStepper } from './SpreadsheetImportStepper';
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 = () => {
const { t } = useLingui();
const stepTitles = {
uploadStep: t`Upload file`,
matchColumnsStep: t`Match columns`,
validationStep: t`Validate data`,
};
const { initialStepState } = useSpreadsheetImportInternal();
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 { SnackBarVariant } from '@/ui/feedback/snack-bar-manager/components/SnackBar';
import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar';
import { Trans, useLingui } from '@lingui/react/macro';
import { MainButton } from 'twenty-ui';
const StyledContainer = styled.div`
@ -130,6 +131,8 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
},
});
const { t } = useLingui();
return (
<StyledContainer
// eslint-disable-next-line react/jsx-props-no-spreading
@ -141,13 +144,19 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
{...getInputProps()}
/>
{isDragActive ? (
<StyledText>Drop file here...</StyledText>
<StyledText>
<Trans>Drop file here...</Trans>
</StyledText>
) : loading || isLoading ? (
<StyledText>Processing...</StyledText>
<StyledText>
<Trans>Processing...</Trans>
</StyledText>
) : (
<>
<StyledText>Upload .xlsx, .xls or .csv file</StyledText>
<MainButton onClick={open} title="Select file" />
<StyledText>
<Trans>Upload .xlsx, .xls or .csv file</Trans>
</StyledText>
<MainButton onClick={open} title={t`Select file`} />
</>
)}
</StyledContainer>

View File

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

View File

@ -5,12 +5,23 @@ import { within } from '@storybook/test';
import { ComponentWithRecoilScopeDecorator } from '~/testing/decorators/ComponentWithRecoilScopeDecorator';
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';
const meta: Meta<typeof SpreadsheetImportStepperContainer> = {
title: 'Modules/SpreadsheetImport/Steps',
component: SpreadsheetImportStepperContainer,
decorators: [ComponentWithRecoilScopeDecorator, SnackBarDecorator],
decorators: [
ComponentWithRecoilScopeDecorator,
SnackBarDecorator,
I18nFrontDecorator,
],
parameters: {
initialRecoilState: {
[stepBarInternalState.key]: { activeStep: 0 },
},
},
};
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 { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
import { DialogManagerScope } from '@/ui/feedback/dialog-manager/scopes/DialogManagerScope';
import { I18nFrontDecorator } from '~/testing/decorators/I18nFrontDecorator';
import { SnackBarDecorator } from '~/testing/decorators/SnackBarDecorator';
const meta: Meta<typeof UploadStep> = {
@ -14,7 +15,7 @@ const meta: Meta<typeof UploadStep> = {
parameters: {
layout: 'fullscreen',
},
decorators: [SnackBarDecorator],
decorators: [SnackBarDecorator, I18nFrontDecorator],
};
export default meta;

View File

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

View File

@ -1,6 +1,6 @@
import { defineConfig } from '@lingui/conf';
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({
sourceLocale: 'en',
@ -8,6 +8,7 @@ export default defineConfig({
pseudoLocale: 'pseudo-en',
fallbackLocales: {
'pseudo-en': 'en',
default: SOURCE_LOCALE,
},
extractorParserOptions: {
tsExperimentalDecorators: true,