CSV Import translations and dark mode fixes (#11184)
Fixes #11182 and adds missing translations
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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: [
|
||||
{
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 "Don’t 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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 enregistrement | ||||