default add comment button translation (#3696)

This commit is contained in:
Cilibiu Bogdan
2018-08-14 12:17:32 +03:00
committed by Eugenio Romano
parent d47a5bfbbf
commit 2deafbbdd7
18 changed files with 10 additions and 34 deletions

View File

@@ -53,9 +53,6 @@
"TITLE": "Metadata"
}
},
"COMMENTS": {
"ADD_COMMENT": "ADD"
},
"APP_LAYOUT": {
"APP_NAME": "ADF Demo Application",
"HOME": "Home",

View File

@@ -52,9 +52,6 @@
"TITLE": "Metadatos"
}
},
"COMMENTS": {
"ADD_COMMENT": "Añadir"
},
"APP_LAYOUT": {
"APP_NAME": "Aplicación ADF Demo",
"HOME": "Inicio",

View File

@@ -52,9 +52,6 @@
"TITLE": "Métadonnées"
}
},
"COMMENTS": {
"ADD_COMMENT": "Ajouter"
},
"APP_LAYOUT": {
"APP_NAME": "Application Démo ADF",
"HOME": "Accueil",

View File

@@ -52,9 +52,6 @@
"TITLE": "Metadati"
}
},
"COMMENTS": {
"ADD_COMMENT": "Aggiungi"
},
"APP_LAYOUT": {
"APP_NAME": "Applicazione demo ADF",
"HOME": "Home",

View File

@@ -52,9 +52,6 @@
"TITLE": "メタデータ"
}
},
"COMMENTS": {
"ADD_COMMENT": "追加"
},
"APP_LAYOUT": {
"APP_NAME": "ADF デモアプリケーション",
"HOME": "ホーム",

View File

@@ -52,9 +52,6 @@
"TITLE": "Metadata"
}
},
"COMMENTS": {
"ADD_COMMENT": "Legg til"
},
"APP_LAYOUT": {
"APP_NAME": "ADF-demoprogam",
"HOME": "Hjem",

View File

@@ -52,9 +52,6 @@
"TITLE": "Metagegevens"
}
},
"COMMENTS": {
"ADD_COMMENT": "Toevoegen"
},
"APP_LAYOUT": {
"APP_NAME": "ADF-demotoepassing",
"HOME": "Home",

View File

@@ -52,9 +52,6 @@
"TITLE": "Metadados"
}
},
"COMMENTS": {
"ADD_COMMENT": "Adicionar"
},
"APP_LAYOUT": {
"APP_NAME": "Aplicativo Demo ADF",
"HOME": "Página Inicial",

View File

@@ -14,7 +14,7 @@
color="primary"
(click)="add()"
[disabled]="!message">
{{ 'COMMENTS.ADD_COMMENT' | translate }}
{{ 'COMMENTS.ADD' | translate }}
</button>
</div>
</div>

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "Keine Kommentare vorhanden",
"ADD": "Kommentar hinzufügen",
"ADD": "Hinzufügen",
"HEADER": "Kommentare ({{ count }})",
"CREATED_BY_HEADER": "Erstellt von",
"MESSAGE_HEADER": "Fehlermeldung",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "No comments",
"ADD": "Add a comment",
"ADD": "Add",
"HEADER": "Comments ({{ count }})",
"CREATED_BY_HEADER": "Created by",
"MESSAGE_HEADER": "Message",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "No hay comentarios",
"ADD": "Añadir comentario",
"ADD": "Añadir",
"HEADER": "Comentarios ({{ count }})",
"CREATED_BY_HEADER": "Creado por",
"MESSAGE_HEADER": "Mensaje",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "Pas de commentaire",
"ADD": "Ajouter un commentaire",
"ADD": "Ajouter",
"HEADER": "Commentaires ({{ count }})",
"CREATED_BY_HEADER": "Créé par",
"MESSAGE_HEADER": "Message",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "Nessun commento",
"ADD": "Aggiungi commento",
"ADD": "Aggiungi",
"HEADER": "Commenti ({{ count }})",
"CREATED_BY_HEADER": "Creato da",
"MESSAGE_HEADER": "Messaggio",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "コメントなし",
"ADD": "コメントの追加",
"ADD": "追加",
"HEADER": "コメント ({{ count }} 件)",
"CREATED_BY_HEADER": "作成者",
"MESSAGE_HEADER": "メッセージ",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "Ingen kommentarer",
"ADD": "Legg til kommentar",
"ADD": "Legg til",
"HEADER": "Kommentarer ({{ count }})",
"CREATED_BY_HEADER": "Opprettet av",
"MESSAGE_HEADER": "Melding",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "Geen opmerkingen",
"ADD": "Opmerking toevoegen",
"ADD": "Toevoegen",
"HEADER": "Opmerkingen ({{ count }})",
"CREATED_BY_HEADER": "Gemaakt door",
"MESSAGE_HEADER": "Bericht",

View File

@@ -173,7 +173,7 @@
},
"COMMENTS": {
"NONE": "Sem comentários",
"ADD": "Adicionar comentário",
"ADD": "Adicionar",
"HEADER": "({{ count }}) comentários",
"CREATED_BY_HEADER": "Criado por",
"MESSAGE_HEADER": "Mensagem",