@@ -175,6 +175,8 @@ const esES = {
175175 more : 'Más ({{count}})' ,
176176 less : 'Menos' ,
177177 noItems : 'Sin elementos' ,
178+
179+ apiKeyStoredSecurely : 'Secret shown only when created' ,
178180 } ,
179181 notFound : {
180182 title : 'Página no encontrada' ,
@@ -324,6 +326,11 @@ const esES = {
324326 fallbackList : 'Modelos de respaldo' ,
325327 addFallback : 'Añadir modelo de respaldo' ,
326328 } ,
329+
330+ ownerMustBindSpace :
331+ 'The Workspace owner must connect Space for LangBot Models.' ,
332+ usesOwnerSpaceBilling :
333+ "Uses the Workspace owner's Space billing and credits." ,
327334 } ,
328335 bots : {
329336 title : 'Bots' ,
@@ -1315,6 +1322,13 @@ const esES = {
13151322 'Establece una contraseña para iniciar sesión con correo y contraseña' ,
13161323 spaceEmailMismatch :
13171324 'El correo de inicio de sesión de Space no coincide con el correo de la cuenta local' ,
1325+
1326+ space_account_not_registeredTitle : 'Account not registered' ,
1327+ space_account_not_registered :
1328+ 'No local account is registered for this Space email. Ask the Workspace owner for an invitation.' ,
1329+ space_account_binding_requiredTitle : 'Space connection required' ,
1330+ space_account_binding_required :
1331+ 'This local account must connect Space from Account settings before using Space login.' ,
13181332 } ,
13191333 monitoring : {
13201334 title : 'Panel de control' ,
@@ -1573,6 +1587,8 @@ const esES = {
15731587 api : 'API' ,
15741588 storage : 'Almacenamiento' ,
15751589 account : 'Cuenta' ,
1590+
1591+ workspace : 'Workspace' ,
15761592 } ,
15771593 } ,
15781594 storageAnalysis : {
@@ -1894,6 +1910,90 @@ const esES = {
18941910 unsupportedFileType :
18951911 'Tipo de archivo no admitido. Solo se admiten archivos .zip y .lbpkg' ,
18961912 } ,
1913+
1914+ workspace : {
1915+ title : 'Workspace' ,
1916+ description : 'Manage members, roles, and invitation links' ,
1917+ selectTitle : 'Choose a Workspace' ,
1918+ selectDescription : 'Select where you want to continue in LangBot.' ,
1919+ selectionLoadFailed :
1920+ 'Your Workspaces could not be loaded. Please try again.' ,
1921+ switchWorkspace : 'Switch Workspace' ,
1922+ settings : 'Workspace Settings' ,
1923+ currentPlan : 'Current plan' ,
1924+ planUnavailable : 'Unavailable' ,
1925+ upgradePlan : 'Change or upgrade plan' ,
1926+ ossSingletonDescription :
1927+ 'This self-hosted instance has one Workspace and can include multiple users.' ,
1928+ cloudManagedDescription :
1929+ 'This Workspace is hosted by LangBot Cloud. Manage members here; billing opens in Cloud.' ,
1930+ loadFailed : 'Failed to load Workspace information' ,
1931+ members : 'Members' ,
1932+ you : 'You' ,
1933+ inviteMember : 'Invite a member' ,
1934+ inviteDescription :
1935+ 'Create a one-time link to add another user to this Workspace.' ,
1936+ emailPlaceholder : 'member@example.com' ,
1937+ createInvitation : 'Create invitation' ,
1938+ invitationCreated : 'Invitation created' ,
1939+ delivery : {
1940+ sent : 'Invitation sent' ,
1941+ link_only : 'Invitation link created' ,
1942+ failed : 'Invitation link created, but email could not be sent' ,
1943+ } ,
1944+ invitationCreateFailed : 'Failed to create invitation' ,
1945+ oneTimeLinkWarning : 'Copy this link now. It is shown only once.' ,
1946+ copyInvitation : 'Copy invitation link' ,
1947+ invitationCopied : 'Invitation link copied' ,
1948+ pendingInvitations : 'Pending invitations' ,
1949+ expiresAt : 'Expires {{date}}' ,
1950+ revokeInvitation : 'Revoke invitation' ,
1951+ invitationRevoked : 'Invitation revoked' ,
1952+ invitationRevokeFailed : 'Failed to revoke invitation' ,
1953+ acceptInvitation : 'Accept invitation' ,
1954+ invitedToWorkspace : 'You were invited to {{workspace}}' ,
1955+ checkingInvitation : 'Checking this invitation...' ,
1956+ invitationMissing : 'This invitation link is missing required information.' ,
1957+ invitationExpired : 'This invitation has expired.' ,
1958+ invitationAlreadyRevoked : 'This invitation was revoked.' ,
1959+ invitationAlreadyUsed : 'This invitation was already used.' ,
1960+ invitationInvalid : 'This invitation is invalid or no longer available.' ,
1961+ invitationAccepted : 'Invitation accepted' ,
1962+ invitationAcceptFailed : 'Failed to accept invitation' ,
1963+ invitationEmailMismatch :
1964+ 'This invitation belongs to a different email address.' ,
1965+ existingAccountLoginRequired :
1966+ 'An account already exists for this email. Sign in to continue.' ,
1967+ acceptAsCurrentAccount : 'Accept with current account' ,
1968+ authenticatedInvitationNotice :
1969+ 'Sign out first, then sign in with the invited account. Your invitation will be preserved.' ,
1970+ logoutAndReturn : 'Sign out and return to this invitation' ,
1971+ switchAccount : 'Switch account' ,
1972+ registerAndAccept : 'Create account and accept' ,
1973+ alreadyHaveAccount : 'I already have an account' ,
1974+ confirmPassword : 'Confirm password' ,
1975+ passwordMinimum : 'Password must contain at least 8 characters.' ,
1976+ passwordMismatch : 'The passwords do not match.' ,
1977+ backToLogin : 'Back to sign in' ,
1978+ memberUpdated : 'Member role updated' ,
1979+ memberUpdateFailed : 'Failed to update member role' ,
1980+ removeMember : 'Remove member' ,
1981+ removeMemberConfirm : 'Remove this member from the Workspace?' ,
1982+ memberRemoved : 'Member removed' ,
1983+ memberRemoveFailed : 'Failed to remove member' ,
1984+ transferOwnership : 'Transfer ownership' ,
1985+ types : {
1986+ personal : 'Personal' ,
1987+ team : 'Team' ,
1988+ } ,
1989+ roles : {
1990+ owner : 'Owner' ,
1991+ admin : 'Admin' ,
1992+ developer : 'Developer' ,
1993+ operator : 'Operator' ,
1994+ viewer : 'Viewer' ,
1995+ } ,
1996+ } ,
18971997} ;
18981998
18991999export default esES ;
0 commit comments