i18n - translations (#10416)
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
7846764769
commit
2162538b8b
@ -92,6 +92,7 @@ msgstr "Műveletek"
|
||||
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSecuritySSORowDropdownMenu.tsx
|
||||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
|
||||
msgid "Activate"
|
||||
msgstr "Aktiválás"
|
||||
@ -113,6 +114,10 @@ msgstr "Aktív API kulcsok, amelyeket te vagy a csapatod hoztatok létre."
|
||||
msgid "Add"
|
||||
msgstr "Hozzáad"
|
||||
|
||||
#: src/modules/settings/security/components/approvedAccessDomains/SettingsApprovedAccessDomainsListCard.tsx
|
||||
msgid "Add Approved Access Domain"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
msgid "Add Field"
|
||||
msgstr "Mező hozzáadása"
|
||||
@ -121,7 +126,7 @@ msgstr "Mező hozzáadása"
|
||||
msgid "Add object"
|
||||
msgstr "Objektum hozzáadása"
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSSOIdentitiesProvidersListCard.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersListCard.tsx
|
||||
msgid "Add SSO Identity Provider"
|
||||
msgstr "SSO Identitásszolgáltató hozzáadása"
|
||||
|
||||
@ -171,19 +176,19 @@ msgstr "Minden ({relationRecordsCount})"
|
||||
msgid "All roles"
|
||||
msgstr "Minden szerepkör"
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Allow logins through Google's single sign-on functionality."
|
||||
msgstr "Engedélyezze a bejelentkezéseket a Google egyszeri bejelentkezési funkcióján keresztül."
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Allow logins through Microsoft's single sign-on functionality."
|
||||
msgstr "Engedélyezze a bejelentkezéseket a Microsoft egyszeri bejelentkezési funkcióján keresztül."
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Allow the invitation of new users by sharing an invite link."
|
||||
msgstr "Engedélyezze az új felhasználó meghívását meghívó link megosztásával."
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Allow users to sign in with an email and password."
|
||||
msgstr "Engedélyezze a felhasználóknak a bejelentkezést e-mail és jelszó segítségével."
|
||||
|
||||
@ -199,6 +204,10 @@ msgstr "Egy opcionális leírás"
|
||||
msgid "and"
|
||||
msgstr "és"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecurity.tsx
|
||||
msgid "Anyone with an email address at these domains is allowed to sign up for this workspace."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/onboarding/ChooseYourPlan.tsx
|
||||
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
|
||||
msgid "API & Webhooks"
|
||||
@ -209,6 +218,10 @@ msgstr "API & Webhooks"
|
||||
msgid "API Key"
|
||||
msgstr "API kulcs"
|
||||
|
||||
#: src/modules/settings/developers/components/ApiKeyInput.tsx
|
||||
msgid "API Key copied to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/SettingsDevelopers.tsx
|
||||
msgid "API keys"
|
||||
msgstr "API kulcsok"
|
||||
@ -229,6 +242,10 @@ msgstr "API Név (egyes szám)"
|
||||
msgid "Appearance"
|
||||
msgstr "Megjelenés"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecurity.tsx
|
||||
msgid "Approved Email Domain"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
|
||||
msgid "Arabic"
|
||||
msgstr "Arab"
|
||||
@ -274,7 +291,7 @@ msgstr "Hozzárendelés"
|
||||
msgid "At least 8 characters long."
|
||||
msgstr "Legalább 8 karakter hosszú."
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "At least one authentication method must be enabled"
|
||||
msgstr "Legalább egy hitelesítési módszert engedélyezni kell"
|
||||
|
||||
@ -282,6 +299,10 @@ msgstr "Legalább egy hitelesítési módszert engedélyezni kell"
|
||||
msgid "Authentication"
|
||||
msgstr "Hitelesítés"
|
||||
|
||||
#: src/modules/auth/hooks/useVerifyLogin.ts
|
||||
msgid "Authentication failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Engedélyezés"
|
||||
@ -384,6 +405,10 @@ msgstr "Válassza ki a szolgáltatót"
|
||||
msgid "Choose your Trial"
|
||||
msgstr "Válassza ki a próbaidőt"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Client Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
msgid "Close"
|
||||
msgstr "Bezár"
|
||||
@ -452,10 +477,20 @@ msgstr "Folytatás Google-lel"
|
||||
msgid "Continue with Microsoft"
|
||||
msgstr "Folytatás Microsofttal"
|
||||
|
||||
#: src/pages/settings/workspace/SettingsCustomDomainRecords.tsx
|
||||
msgid "Copied to clipboard!"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/command-menu/components/CommandMenu.tsx
|
||||
msgid "Copilot"
|
||||
msgstr "Segédpilóta"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/onboarding/InviteTeam.tsx
|
||||
msgid "Copy invitation link"
|
||||
msgstr "Meghívó link másolása"
|
||||
@ -582,6 +617,7 @@ msgstr "Dátum és idő"
|
||||
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSecuritySSORowDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts
|
||||
msgid "Deactivate"
|
||||
@ -610,6 +646,7 @@ msgstr "Határozza meg objektuma nevét és leírását"
|
||||
|
||||
#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSecuritySSORowDropdownMenu.tsx
|
||||
#: src/modules/action-menu/components/__stories__/RightDrawerActionMenuDropdown.stories.tsx
|
||||
#: src/modules/action-menu/components/__stories__/RecordIndexActionMenuDropdown.stories.tsx
|
||||
#: src/modules/action-menu/components/__stories__/RecordIndexActionMenuBarEntry.stories.tsx
|
||||
@ -717,6 +754,14 @@ msgstr "Megjelen\\u00edt\\u00e9s relat\\u00edv d\\u00e1tumk\\u00e9nt"
|
||||
msgid "Domain"
|
||||
msgstr "Domain"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecurityApprovedAccessDomain.tsx
|
||||
msgid "Domain added successfully."
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Download file"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
|
||||
msgid "Dutch"
|
||||
msgstr "Holland"
|
||||
@ -754,6 +799,10 @@ msgstr "Szerkeszd az aldomain nev\\u00e9t vagy \\u00e1ll\\u00edts be egyedi doma
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecurityApprovedAccessDomain.tsx
|
||||
msgid "Email can not be empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/onboarding/ChooseYourPlan.tsx
|
||||
msgid "Email integration"
|
||||
msgstr "Email integr\\u00e1ci\\u00f3"
|
||||
@ -762,6 +811,18 @@ msgstr "Email integr\\u00e1ci\\u00f3"
|
||||
msgid "Email or domain is already in blocklist"
|
||||
msgstr "Az email vagy domain m\\u00e1r szerepel a tilt\\u00f3list\\u00e1ban"
|
||||
|
||||
#: src/modules/auth/components/VerifyEmailEffect.tsx
|
||||
msgid "Email verification failed."
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/auth/sign-in-up/hooks/useHandleResendEmailVerificationToken.ts
|
||||
msgid "Email verification link resent!"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/auth/components/VerifyEmailEffect.tsx
|
||||
msgid "Email verified."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/accounts/SettingsAccountsEmails.tsx
|
||||
#: src/pages/settings/accounts/SettingsAccountsEmails.tsx
|
||||
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
|
||||
@ -795,18 +856,50 @@ msgstr "Angol"
|
||||
msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial"
|
||||
msgstr "\\u00c9lvezd a {withCreditCardTrialPeriodDuration}-napos ingyenes pr\\u00f3baid\\u0151szakot"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Enter the credentials to set the connection"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Enter the infos to set the connection"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/security/SettingsSecurity.tsx
|
||||
msgid "Enterprise"
|
||||
msgstr "V\\u00e1llalati"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Entity ID copied to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/object-record/record-field/meta-types/display/components/PhonesFieldDisplay.tsx
|
||||
msgid "Error copying to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Error deleting api key: {err}"
|
||||
msgstr "Hiba az api kulcs t\\u00f6rl\\u00e9se sor\\u00e1n: {err}"
|
||||
|
||||
#: src/pages/settings/SettingsWorkspaceMembers.tsx
|
||||
msgid "Error deleting invitation"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSecuritySSORowDropdownMenu.tsx
|
||||
msgid "Error deleting SSO Identity Provider"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSecuritySSORowDropdownMenu.tsx
|
||||
msgid "Error editing SSO Identity Provider"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Error regenerating api key: {err}"
|
||||
msgstr "Hiba az api kulcs \\u00fajragener\\u00e1l\\u00e1sa sor\\u00e1n: {err}"
|
||||
|
||||
#: src/pages/settings/SettingsWorkspaceMembers.tsx
|
||||
msgid "Error resending invitation"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/SettingsBilling.tsx
|
||||
msgid "Error while switching subscription {to}."
|
||||
msgstr "Hiba a {to} el\\u0151fizet\\u00e9sre val\\u00f3 v\\u00e1lt\\u00e1s sor\\u00e1n."
|
||||
@ -849,6 +942,10 @@ msgstr "Lejárat"
|
||||
msgid "Expiration Date"
|
||||
msgstr "Lejárati dátum"
|
||||
|
||||
#: src/pages/settings/SettingsWorkspaceMembers.tsx
|
||||
msgid "Expired"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/SettingsWorkspaceMembers.tsx
|
||||
msgid "Expires in"
|
||||
msgstr "Lejárat ideje"
|
||||
@ -1012,6 +1109,14 @@ msgstr "Ikon és név"
|
||||
msgid "Identifier"
|
||||
msgstr "Azonosító"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Identity Provider"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Identity Provider Metadata XML"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm."
|
||||
msgstr "Ha elveszítette ezt a kulcsot, újrateremtheti, de tudnia kell, hogy minden ezzel a kulccsal használt parancsprogramot frissíteni kell. Kérjük, gépelje be a \"{confirmationValue}\" szót a megerősítéshez."
|
||||
@ -1040,15 +1145,22 @@ msgstr "Példányok"
|
||||
msgid "Integrations"
|
||||
msgstr "Integrációk"
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Invalid auth provider"
|
||||
msgstr "Érvénytelen hitelesítési szolgáltató"
|
||||
|
||||
#: src/pages/settings/workspace/SettingsDomain.tsx
|
||||
msgid "Invalid custom domain. Custom domains have to be smaller than 256 characters in length, cannot be IP addresses, cannot contain spaces, cannot contain any special characters such as _~`!@#$%^*()=+{}[]|\\;:'\",<>/? and cannot begin or end with a '-' character."
|
||||
msgstr "Érvénytelen egyéni tartomány. Az egyéni tartományoknak 256 karakternél rövidebbnek kell lenniük, nem lehetnek IP címek, nem tartalmazhatnak szóközöket, nem tartalmazhatnak semmilyen speciális karaktereket, mint például _~`!@#$%^*()=+{}[]|\\;:'\\\",<>/? és nem kezdődhetnek vagy végződhetnek '-' karakterrel."
|
||||
#~ msgid "Invalid custom domain. Custom domains have to be smaller than 256 characters in length, cannot be IP addresses, cannot contain spaces, cannot contain any special characters such as _~`!@#$%^*()=+{}[]|\\;:'\",<>/? and cannot begin or end with a '-' character."
|
||||
#~ msgstr "Érvénytelen egyéni tartomány. Az egyéni tartományoknak 256 karakternél rövidebbnek kell lenniük, nem lehetnek IP címek, nem tartalmazhatnak szóközöket, nem tartalmazhatnak semmilyen speciális karaktereket, mint például _~`!@#$%^*()=+{}[]|\\;:'\\\",<>/? és nem kezdődhetnek vagy végződhetnek '-' karakterrel."
|
||||
|
||||
#: src/pages/settings/workspace/SettingsDomain.tsx
|
||||
#: src/pages/settings/security/SettingsSecurityApprovedAccessDomain.tsx
|
||||
msgid "Invalid domain. Domains have to be smaller than 256 characters in length, cannot be IP addresses, cannot contain spaces, cannot contain any special characters such as _~`!@#$%^*()=+{}[]|\\;:'\",<>/? and cannot begin or end with a '-' character."
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/profile/components/ChangePassword.tsx
|
||||
#: src/modules/auth/sign-in-up/hooks/useHandleResetPassword.ts
|
||||
#: src/modules/auth/sign-in-up/hooks/useHandleResendEmailVerificationToken.ts
|
||||
msgid "Invalid email"
|
||||
msgstr "Érvénytelen email"
|
||||
|
||||
@ -1057,6 +1169,14 @@ msgstr "Érvénytelen email"
|
||||
msgid "Invalid email or domain"
|
||||
msgstr "Érvénytelen email vagy domain"
|
||||
|
||||
#: src/modules/auth/components/VerifyEmailEffect.tsx
|
||||
msgid "Invalid email verification link."
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Invalid File"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/workspace/SettingsDomain.tsx
|
||||
msgid "Invalid form values"
|
||||
msgstr "Érvénytelen űrlap értékek"
|
||||
@ -1073,7 +1193,7 @@ msgstr "Meghívás emailben"
|
||||
msgid "Invite by link"
|
||||
msgstr "Meghívás linken keresztül"
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Invite by Link"
|
||||
msgstr "Meghívás Linken Keresztül"
|
||||
|
||||
@ -1170,6 +1290,10 @@ msgstr "Max"
|
||||
msgid "Members"
|
||||
msgstr "Tagok"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Metadata file generation failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts
|
||||
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationLabel.ts
|
||||
msgid "Min"
|
||||
@ -1261,6 +1385,10 @@ msgstr "Új {capitalizedObjectNameSingular}"
|
||||
msgid "New account"
|
||||
msgstr "Új fiók"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecurityApprovedAccessDomain.tsx
|
||||
msgid "New Approved Access Domain"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
msgid "New Field"
|
||||
msgstr "Új mező"
|
||||
@ -1292,6 +1420,10 @@ msgstr "Új rekord"
|
||||
#~ msgid "New Role"
|
||||
#~ msgstr "New Role"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecuritySSOIdentifyProvider.tsx
|
||||
msgid "New SSO provider"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx
|
||||
#~ msgid "New Webhook"
|
||||
#~ msgstr "New Webhook"
|
||||
@ -1320,6 +1452,10 @@ msgstr "Nincs csatlakoztatott fiók"
|
||||
msgid "No more members to assign"
|
||||
msgstr "Nincs több hozzárendelhető tag"
|
||||
|
||||
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
|
||||
msgid "No records found"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/roles/components/RoleWorkspaceMemberPickerDropdownContent.tsx
|
||||
#~ msgid "No Result"
|
||||
#~ msgstr "No Result"
|
||||
@ -1365,6 +1501,10 @@ msgstr "A járatlan úton"
|
||||
msgid "Open command menu"
|
||||
msgstr "Parancsmenü megnyitása"
|
||||
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownViewSettingsOpenInContent.tsx
|
||||
msgid "Open in"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/object-metadata/components/NavigationDrawerOpenedSection.tsx
|
||||
msgid "Opened"
|
||||
msgstr "Megnyitva"
|
||||
@ -1388,7 +1528,7 @@ msgstr "Egyéb"
|
||||
msgid "Page Not Found"
|
||||
msgstr "Az oldal nem található"
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "Password"
|
||||
msgstr "Jelszó"
|
||||
|
||||
@ -1397,6 +1537,7 @@ msgid "Password has been updated"
|
||||
msgstr "A jelszót frissítették"
|
||||
|
||||
#: src/modules/settings/profile/components/ChangePassword.tsx
|
||||
#: src/modules/auth/sign-in-up/hooks/useHandleResetPassword.ts
|
||||
msgid "Password reset link has been sent to the email"
|
||||
msgstr "A jelszó visszaállítási linket elküldtük az e-mail címre"
|
||||
|
||||
@ -1430,6 +1571,10 @@ msgstr "Munkafolyamatok végleges megsemmisítése"
|
||||
msgid "Permissions"
|
||||
msgstr "Jogosultságok"
|
||||
|
||||
#: src/modules/object-record/record-field/meta-types/display/components/PhonesFieldDisplay.tsx
|
||||
msgid "Phone number copied to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
msgid "Picture"
|
||||
@ -1439,6 +1584,10 @@ msgstr "Kép"
|
||||
msgid "Please enter a valid URL"
|
||||
msgstr "Kérjük, adjon meg egy érvényes URL-t"
|
||||
|
||||
#: src/modules/settings/admin-panel/components/SettingsAdminWorkspaceContent.tsx
|
||||
msgid "Please search for a user first"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working."
|
||||
msgstr "Kérjük, gépelje be a(z) \"{confirmationValue}\" szöveget, hogy megerősítse, szeretné törölni ezt az API kulcsot. Tudomásul vegye, hogy minden olyan szkript, amely ezt a kulcsot használja, megáll a működésben."
|
||||
@ -1490,6 +1639,10 @@ msgstr "Adatvédelmi irányelvek"
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Provide your OIDC provider details"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
|
||||
msgid "Pseudo-English"
|
||||
msgstr "Pszeudo-angol"
|
||||
@ -1506,6 +1659,14 @@ msgstr "E-mail küldése a jelszó frissítési linkkel"
|
||||
msgid "Record Selection"
|
||||
msgstr "Bejegyzések kiválasztása"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Redirect Url copied to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOOIDCForm.tsx
|
||||
msgid "Redirection URI"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Regenerate an API key"
|
||||
@ -1614,6 +1775,8 @@ msgstr "Objektum keresése..."
|
||||
msgid "Search records"
|
||||
msgstr "Rekordok keresése"
|
||||
|
||||
#: src/pages/settings/security/SettingsSecuritySSOIdentifyProvider.tsx
|
||||
#: src/pages/settings/security/SettingsSecurityApprovedAccessDomain.tsx
|
||||
#: src/pages/settings/security/SettingsSecurity.tsx
|
||||
#: src/pages/settings/security/SettingsSecurity.tsx
|
||||
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
|
||||
@ -1668,6 +1831,10 @@ msgstr "Szerveradminisztrátor"
|
||||
msgid "Server Admin Panel"
|
||||
msgstr "Szerver Adminisztrációs Panel"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Service Provider Details"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx
|
||||
msgid "Set email visibility, manage your blocklist and more."
|
||||
msgstr "Beállíthatja az e-mail láthatóságát, kezelheti a tiltólistáját és egyebeket."
|
||||
@ -1817,6 +1984,10 @@ msgstr "Teszt"
|
||||
msgid "Test Workflow"
|
||||
msgstr "Teszt munkafolyamat"
|
||||
|
||||
#: src/modules/object-record/record-field/components/LightCopyIconButton.tsx
|
||||
msgid "Text copied to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx
|
||||
msgid "The description of this field"
|
||||
@ -1853,6 +2024,8 @@ msgid "There was an error while updating password."
|
||||
msgstr "Hiba történt a jelszó frissítése közben."
|
||||
|
||||
#: src/modules/settings/profile/components/ChangePassword.tsx
|
||||
#: src/modules/auth/sign-in-up/hooks/useHandleResetPassword.ts
|
||||
#: src/modules/auth/sign-in-up/hooks/useHandleResendEmailVerificationToken.ts
|
||||
msgid "There was an issue"
|
||||
msgstr "Probléma merült fel"
|
||||
|
||||
@ -1935,6 +2108,14 @@ msgstr "Korlátlan névjegyek"
|
||||
msgid "Upload"
|
||||
msgstr "Feltöltés"
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Upload file"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOSAMLForm.tsx
|
||||
msgid "Upload the XML file with your connection infos"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx
|
||||
msgid "URL"
|
||||
msgstr "URL cím"
|
||||
@ -1961,8 +2142,8 @@ msgstr "Használja API-nkat vagy adja hozzá első {objectLabel} manuálisan"
|
||||
msgid "User"
|
||||
msgstr "Felhasználó"
|
||||
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
#: src/modules/settings/security/components/SettingsSecurityAuthProvidersOptionsList.tsx
|
||||
msgid "User is not logged in"
|
||||
msgstr "A felhasználó nincs bejelentkezve"
|
||||
|
||||
@ -1980,6 +2161,10 @@ msgstr "Vietnámi"
|
||||
msgid "View billing details"
|
||||
msgstr "Számlázási részletek megtekintése"
|
||||
|
||||
#: src/modules/workflow/hooks/useRunWorkflowVersion.tsx
|
||||
msgid "View execution details"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx
|
||||
msgid "Visualize"
|
||||
msgstr "Vizualizál"
|
||||
@ -2020,11 +2205,21 @@ msgstr "Mikor kerül kikapcsolásra a kulcs"
|
||||
msgid "Workflow cannot be tested"
|
||||
msgstr "A folyamatot nem lehet tesztelni"
|
||||
|
||||
#: src/modules/workflow/hooks/useRunWorkflowVersion.tsx
|
||||
msgid "Workflow is running..."
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/workflow/hooks/useRunWorkflowVersion.tsx
|
||||
msgid "Workflow run failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/SettingsWorkspaceMembers.tsx
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsBilling.tsx
|
||||
#: src/pages/settings/Releases.tsx
|
||||
#: src/pages/settings/workspace/SettingsDomain.tsx
|
||||
#: src/pages/settings/security/SettingsSecuritySSOIdentifyProvider.tsx
|
||||
#: src/pages/settings/security/SettingsSecurityApprovedAccessDomain.tsx
|
||||
#: src/pages/settings/security/SettingsSecurity.tsx
|
||||
#: src/pages/settings/roles/SettingsRoles.tsx
|
||||
#: src/pages/settings/integrations/SettingsIntegrations.tsx
|
||||
@ -2066,6 +2261,10 @@ msgstr "Írjon leírást"
|
||||
msgid "yes"
|
||||
msgstr "igen"
|
||||
|
||||
#: src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateReadOnly.tsx
|
||||
msgid "You are not allowed to create records in this object"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/settings/SettingsBilling.tsx
|
||||
msgid "You will be charged immediately for the full year."
|
||||
msgstr "Az egész évre azonnal meg lesz terhelve."
|
||||
|
||||
Reference in New Issue
Block a user