You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/languages/en.ts
+7-2
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ import type {
51
51
ConnectionNameParams,
52
52
ConnectionParams,
53
53
CurrencyCodeParams,
54
+
CurrencyInputDisabledTextParams,
54
55
CustomersOrJobsLabelParams,
55
56
CustomUnitRateParams,
56
57
DateParams,
@@ -2687,7 +2688,6 @@ const translations = {
2687
2688
letsDoubleCheck: 'Let’s double check that everything looks fine.',
2688
2689
thisBankAccount: 'This bank account will be used for business payments on your workspace',
2689
2690
accountNumber: 'Account number',
2690
-
bankStatement: 'Bank statement',
2691
2691
chooseFile: 'Choose file',
2692
2692
uploadYourLatest: 'Upload your latest statement',
2693
2693
pleaseUpload: ({lastFourDigits}: LastFourDigitsParams)=>`Please upload the most recent monthly statement for your business bank account ending in ${lastFourDigits}.`,
@@ -4616,7 +4616,8 @@ const translations = {
4616
4616
nameIsRequiredError: "You'll need to give your workspace a name",
4617
4617
currencyInputLabel: 'Default currency',
4618
4618
currencyInputHelpText: 'All expenses on this workspace will be converted to this currency.',
4619
-
currencyInputDisabledText: "The default currency can't be changed because this workspace is linked to a USD bank account.",
`The default currency can't be changed because this workspace is linked to a ${currency} bank account.`,
4620
4621
save: 'Save',
4621
4622
genericFailureMessage: 'An error occurred while updating the workspace. Please try again.',
4622
4623
avatarUploadFailureMessage: 'An error occurred uploading the avatar. Please try again.',
@@ -4645,6 +4646,10 @@ const translations = {
4645
4646
workspaceCurrency: 'Workspace currency',
4646
4647
updateCurrencyPrompt: 'It looks like your workspace is currently set to a different currency than USD. Please click the button below to update your currency to USD now.',
Copy file name to clipboardExpand all lines: src/languages/es.ts
+7-2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ import type {
50
50
ConnectionNameParams,
51
51
ConnectionParams,
52
52
CurrencyCodeParams,
53
+
CurrencyInputDisabledTextParams,
53
54
CustomersOrJobsLabelParams,
54
55
CustomUnitRateParams,
55
56
DateParams,
@@ -2712,7 +2713,6 @@ const translations = {
2712
2713
letsDoubleCheck: 'Verifiquemos que todo esté bien.',
2713
2714
thisBankAccount: 'Esta cuenta bancaria se utilizará para pagos comerciales en tu espacio de trabajo.',
2714
2715
accountNumber: 'Número de cuenta',
2715
-
bankStatement: 'Extracto bancario',
2716
2716
chooseFile: 'Elegir archivo',
2717
2717
uploadYourLatest: '¿Cuáles son los detalles de tu cuenta bancaria comercial?',
2718
2718
pleaseUpload: ({lastFourDigits}: LastFourDigitsParams)=>`Por favor suba el estado de cuenta mensual más reciente de tu cuenta bancaria comercial que termina en ${lastFourDigits}.`,
@@ -4664,7 +4664,8 @@ const translations = {
4664
4664
nameIsRequiredError: 'Debes definir un nombre para tu espacio de trabajo',
4665
4665
currencyInputLabel: 'Moneda por defecto',
4666
4666
currencyInputHelpText: 'Todas los gastos en este espacio de trabajo serán convertidos a esta moneda.',
4667
-
currencyInputDisabledText: 'La moneda predeterminada no se puede cambiar porque este espacio de trabajo está vinculado a una cuenta bancaria en USD.',
`La moneda predeterminada no se puede cambiar porque este espacio de trabajo está vinculado a una cuenta bancaria en ${currency}.`,
4668
4669
save: 'Guardar',
4669
4670
genericFailureMessage: 'Se ha producido un error al guardar el espacio de trabajo. Por favor, inténtalo de nuevo.',
4670
4671
avatarUploadFailureMessage: 'No se pudo subir el avatar. Por favor, inténtalo de nuevo.',
@@ -4694,6 +4695,10 @@ const translations = {
4694
4695
updateCurrencyPrompt:
4695
4696
'Parece que tu espacio de trabajo está configurado actualmente en una moneda diferente a USD. Por favor, haz clic en el botón de abajo para actualizar tu moneda a USD ahora.',
4696
4697
updateToUSD: 'Actualizar a USD',
4698
+
updateWorkspaceCurrency: 'Actualizar la moneda del espacio de trabajo',
4699
+
workspaceCurrencyNotSupported: 'Moneda del espacio de trabajo no soportada',
4700
+
yourWorkspace: 'Tu espacio de trabajo está configurado en una moneda no soportada. Consulta la',
4701
+
listOfSupportedCurrencies: 'lista de monedas soportadas',
0 commit comments