mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
chore: remove commas (allow GDoc import)
This commit is contained in:
parent
c23e670582
commit
39ab37d56b
@ -49,7 +49,7 @@ module.exports = {
|
|||||||
label: t`Locale`,
|
label: t`Locale`,
|
||||||
fieldtype: 'Data',
|
fieldtype: 'Data',
|
||||||
default: DEFAULT_LOCALE,
|
default: DEFAULT_LOCALE,
|
||||||
description: t`Set the local code, this is used for number formatting.`,
|
description: t`Set the local code. This is used for number formatting.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: 'displayPrecision',
|
fieldname: 'displayPrecision',
|
||||||
|
@ -233,7 +233,7 @@ export default {
|
|||||||
` reason: ${reason}, filePath: ${filePath}`;
|
` reason: ${reason}, filePath: ${filePath}`;
|
||||||
if (reason === DB_CONN_FAILURE.CANT_OPEN) {
|
if (reason === DB_CONN_FAILURE.CANT_OPEN) {
|
||||||
content = this
|
content = this
|
||||||
.t`Can't open database file: ${filePath}, please create a new file.`;
|
.t`Can't open database file: ${filePath}. Please create a new file.`;
|
||||||
}
|
}
|
||||||
await showErrorDialog(title, content);
|
await showErrorDialog(title, content);
|
||||||
},
|
},
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
`Body`,`Körper`
|
`Body`,`Körper`
|
||||||
`Buildings`,`Gebäude`
|
`Buildings`,`Gebäude`
|
||||||
`CSV`,`CSV`
|
`CSV`,`CSV`
|
||||||
`Can't open database file: ${0}, please create a new file.`,`Die Datenbankdatei ${0} kann nicht geöffnet werden. Bitte erstellen Sie eine neue Datei.`
|
`Can't open database file: ${0}. Please create a new file.`,`Die Datenbankdatei ${0} kann nicht geöffnet werden. Bitte erstellen Sie eine neue Datei.`
|
||||||
`Cancel`,`Stornieren`
|
`Cancel`,`Stornieren`
|
||||||
`Cancelled`,`Storniert`
|
`Cancelled`,`Storniert`
|
||||||
`Capital Equipments`,`Kapitalausstattungen`
|
`Capital Equipments`,`Kapitalausstattungen`
|
||||||
@ -386,7 +386,7 @@
|
|||||||
`Select folder`,`Ordner auswählen`
|
`Select folder`,`Ordner auswählen`
|
||||||
`Send`,`Senden`
|
`Send`,`Senden`
|
||||||
`Service`,`Dienst`
|
`Service`,`Dienst`
|
||||||
`Set the local code, this is used for number formatting.`,`Legen Sie den lokalen Code fest, der für die Formatierung der Nummern verwendet wird.`
|
`Set the local code. This is used for number formatting.`,`Legen Sie den lokalen Code fest, der für die Formatierung der Nummern verwendet wird.`
|
||||||
`Sets how many digits are shown after the decimal point.`,`Legt fest, wie viele Ziffern nach dem Dezimalpunkt angezeigt werden.`
|
`Sets how many digits are shown after the decimal point.`,`Legt fest, wie viele Ziffern nach dem Dezimalpunkt angezeigt werden.`
|
||||||
`Sets the app-wide date display format.`,`Legt das app-weite Datumsanzeigeformat fest.`
|
`Sets the app-wide date display format.`,`Legt das app-weite Datumsanzeigeformat fest.`
|
||||||
`Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.`,`Legt die interne Genauigkeit fest, die für monetäre Berechnungen verwendet wird. Ein Wert über 6 sollte für die meisten Währungen ausreichend sein.`
|
`Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.`,`Legt die interne Genauigkeit fest, die für monetäre Berechnungen verwendet wird. Ein Wert über 6 sollte für die meisten Währungen ausreichend sein.`
|
||||||
|
Can't render this file because it has a wrong number of fields in line 33.
|
@ -54,7 +54,7 @@
|
|||||||
`Body`,`Corps`
|
`Body`,`Corps`
|
||||||
`Buildings`,`Bâtiments`
|
`Buildings`,`Bâtiments`
|
||||||
`CSV`,`CSV`
|
`CSV`,`CSV`
|
||||||
`Can't open database file: ${0}, please create a new file.`,`Impossible d'ouvrir le fichier de la base de données : ${0}, veuillez créer un nouveau fichier.`
|
`Can't open database file: ${0}. Please create a new file.`,`Impossible d'ouvrir le fichier de la base de données : ${0}, veuillez créer un nouveau fichier.`
|
||||||
`Cancel`,`Annuler`
|
`Cancel`,`Annuler`
|
||||||
`Cancelled`,`Annulé`
|
`Cancelled`,`Annulé`
|
||||||
`Capital Equipments`,`Biens d'équipement`
|
`Capital Equipments`,`Biens d'équipement`
|
||||||
@ -386,7 +386,7 @@
|
|||||||
`Select folder`,`Sélectionner le dossier`
|
`Select folder`,`Sélectionner le dossier`
|
||||||
`Send`,`Envoyer`
|
`Send`,`Envoyer`
|
||||||
`Service`,`Service`
|
`Service`,`Service`
|
||||||
`Set the local code, this is used for number formatting.`,`Définissez le code local, il est utilisé pour le formatage des numéros.`
|
`Set the local code. This is used for number formatting.`,`Définissez le code local, il est utilisé pour le formatage des numéros.`
|
||||||
`Sets how many digits are shown after the decimal point.`,`Définit le nombre de chiffres affichés après le point décimal.`
|
`Sets how many digits are shown after the decimal point.`,`Définit le nombre de chiffres affichés après le point décimal.`
|
||||||
`Sets the app-wide date display format.`,`Définit le format d'affichage de la date pour l'ensemble de l'application.`
|
`Sets the app-wide date display format.`,`Définit le format d'affichage de la date pour l'ensemble de l'application.`
|
||||||
`Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.`,`Définit la précision interne utilisée pour les calculs monétaires. Une précision supérieure à 6 devrait être suffisante pour la plupart des monnaies.`
|
`Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.`,`Définit la précision interne utilisée pour les calculs monétaires. Une précision supérieure à 6 devrait être suffisante pour la plupart des monnaies.`
|
||||||
|
Can't render this file because it has a wrong number of fields in line 57.
|
@ -54,7 +54,7 @@
|
|||||||
`Body`,`Corpo`
|
`Body`,`Corpo`
|
||||||
`Buildings`,`Edifícios`
|
`Buildings`,`Edifícios`
|
||||||
`CSV`,`CSV`
|
`CSV`,`CSV`
|
||||||
`Can't open database file: ${0}, please create a new file.`,`Não é possível abrir ficheiro de base de dados: ${0}, por favor crie um novo ficheiro.`
|
`Can't open database file: ${0}. Please create a new file.`,`Não é possível abrir ficheiro de base de dados: ${0}, por favor crie um novo ficheiro.`
|
||||||
`Cancel`,`Cancelar`
|
`Cancel`,`Cancelar`
|
||||||
`Cancelled`,`Cancelado`
|
`Cancelled`,`Cancelado`
|
||||||
`Capital Equipments`,`Equipamentos de Capital`
|
`Capital Equipments`,`Equipamentos de Capital`
|
||||||
@ -386,7 +386,7 @@
|
|||||||
`Select folder`,`Seleccionar pasta`
|
`Select folder`,`Seleccionar pasta`
|
||||||
`Send`,`Enviar`
|
`Send`,`Enviar`
|
||||||
`Service`,`Serviço`
|
`Service`,`Serviço`
|
||||||
`Set the local code, this is used for number formatting.`,`Definir o código local, este é utilizado para a formatação de números.`
|
`Set the local code. This is used for number formatting.`,`Definir o código local, este é utilizado para a formatação de números.`
|
||||||
`Sets how many digits are shown after the decimal point.`,`Define quantos dígitos são mostrados após a vírgula decimal.`
|
`Sets how many digits are shown after the decimal point.`,`Define quantos dígitos são mostrados após a vírgula decimal.`
|
||||||
`Sets the app-wide date display format.`,`Define o formato de exibição da data em toda a aplicação.`
|
`Sets the app-wide date display format.`,`Define o formato de exibição da data em toda a aplicação.`
|
||||||
`Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.`,`Define a precisão interna utilizada para os cálculos monetários. Acima de 6 deve ser suficiente para a maioria das moedas.`
|
`Sets the internal precision used for monetary calculations. Above 6 should be sufficient for most currencies.`,`Define a precisão interna utilizada para os cálculos monetários. Acima de 6 deve ser suficiente para a maioria das moedas.`
|
||||||
|
Can't render this file because it has a wrong number of fields in line 57.
|
Loading…
Reference in New Issue
Block a user