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/es.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,6 @@ import type {
90
90
EditDestinationSubtitleParams,
91
91
ElectronicFundsParams,
92
92
EmployeeInviteMessageParams,
93
-
EmployeesSeeTagsAsParams,
94
93
EmptyCategoriesSubtitleWithAccountingParams,
95
94
EmptyTagsSubtitleWithAccountingParams,
96
95
EnableContinuousReconciliationParams,
@@ -4863,8 +4862,7 @@ const translations = {
4863
4862
existingTagError: 'Ya existe una etiqueta con este nombre',
4864
4863
invalidTagNameError: 'El nombre de la etiqueta no puede ser 0. Por favor, elige un valor diferente.',
4865
4864
genericFailureMessage: 'Se ha producido un error al actualizar la etiqueta. Por favor, inténtelo nuevamente.',
4866
-
importedFromAccountingSoftware: 'Las etiquetas se gestionan en tu',
4867
-
employeesSeeTagsAs: ({customTagName}: EmployeesSeeTagsAsParams)=>` <muted-text>Los empleados ven las etiquetas como <strong>${customTagName}</strong>.</muted-text>`,
Copy file name to clipboardExpand all lines: src/languages/fr.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,6 @@ import type {
103
103
EditDestinationSubtitleParams,
104
104
ElectronicFundsParams,
105
105
EmployeeInviteMessageParams,
106
-
EmployeesSeeTagsAsParams,
107
106
EmptyCategoriesSubtitleWithAccountingParams,
108
107
EmptyTagsSubtitleWithAccountingParams,
109
108
EnableContinuousReconciliationParams,
@@ -4894,8 +4893,7 @@ const translations = {
4894
4893
existingTagError: 'Un tag avec ce nom existe déjà',
4895
4894
invalidTagNameError: 'Le nom de la balise ne peut pas être 0. Veuillez choisir une autre valeur.',
4896
4895
genericFailureMessage: "Une erreur s'est produite lors de la mise à jour du tag, veuillez réessayer.",
4897
-
importedFromAccountingSoftware: 'Les étiquettes sont gérées dans votre',
4898
-
employeesSeeTagsAs: ({customTagName}: EmployeesSeeTagsAsParams)=>` <muted-text>Les employés voient les étiquettes comme <strong>${customTagName}</strong>.</muted-text>`,
4896
+
importedFromAccountingSoftware: 'Les balises ci-dessous sont importées de votre',
4899
4897
glCode: 'Code GL',
4900
4898
updateGLCodeFailureMessage: "Une erreur s'est produite lors de la mise à jour du code GL, veuillez réessayer.",
Copy file name to clipboardExpand all lines: src/languages/it.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,6 @@ import type {
103
103
EditDestinationSubtitleParams,
104
104
ElectronicFundsParams,
105
105
EmployeeInviteMessageParams,
106
-
EmployeesSeeTagsAsParams,
107
106
EmptyCategoriesSubtitleWithAccountingParams,
108
107
EmptyTagsSubtitleWithAccountingParams,
109
108
EnableContinuousReconciliationParams,
@@ -4896,8 +4895,7 @@ const translations = {
4896
4895
existingTagError: 'Un tag con questo nome esiste già',
4897
4896
invalidTagNameError: 'Il nome del tag non può essere 0. Si prega di scegliere un valore diverso.',
4898
4897
genericFailureMessage: "Si è verificato un errore durante l'aggiornamento del tag, riprova.",
4899
-
importedFromAccountingSoftware: 'I tag sono gestiti nel tuo',
4900
-
employeesSeeTagsAs: ({customTagName}: EmployeesSeeTagsAsParams)=>` <muted-text>I dipendenti vedono i tag come <strong>${customTagName}</strong>.</muted-text>`,
4898
+
importedFromAccountingSoftware: 'I tag qui sotto sono importati dal tuo',
4901
4899
glCode: 'Codice GL',
4902
4900
updateGLCodeFailureMessage: "Si è verificato un errore durante l'aggiornamento del codice GL, riprova.",
Copy file name to clipboardExpand all lines: src/languages/nl.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,6 @@ import type {
103
103
EditDestinationSubtitleParams,
104
104
ElectronicFundsParams,
105
105
EmployeeInviteMessageParams,
106
-
EmployeesSeeTagsAsParams,
107
106
EmptyCategoriesSubtitleWithAccountingParams,
108
107
EmptyTagsSubtitleWithAccountingParams,
109
108
EnableContinuousReconciliationParams,
@@ -4889,8 +4888,7 @@ const translations = {
4889
4888
existingTagError: 'Er bestaat al een tag met deze naam.',
4890
4889
invalidTagNameError: 'Tagnaam kan niet 0 zijn. Kies een andere waarde.',
4891
4890
genericFailureMessage: 'Er is een fout opgetreden bij het bijwerken van de tag, probeer het alstublieft opnieuw.',
4892
-
importedFromAccountingSoftware: 'Tags worden beheerd in je',
4893
-
employeesSeeTagsAs: ({customTagName}: EmployeesSeeTagsAsParams)=>`<muted-text>Werknemers zien tags als <strong>${customTagName}</strong>.</muted-text>`,
4891
+
importedFromAccountingSoftware: 'De onderstaande labels zijn geïmporteerd uit uw',
4894
4892
glCode: 'GL-code',
4895
4893
updateGLCodeFailureMessage: 'Er is een fout opgetreden bij het bijwerken van de GL-code, probeer het alstublieft opnieuw.',
0 commit comments