This commit is contained in:
Raúl Martín
2020-07-18 04:03:08 +02:00
parent 9885b3084c
commit 6db917417a
12 changed files with 156 additions and 1 deletions

8
i18n/de.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Warnung"
- id: note
translation: "Anmerkung"
- id: info
translation: "Info"
- id: tip
translation: "Hinweis"

8
i18n/en.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Warning"
- id: note
translation: "Note"
- id: info
translation: "Info"
- id: tip
translation: "Tip"

8
i18n/es.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Aviso"
- id: note
translation: "Nota"
- id: info
translation: "Información"
- id: tip
translation: "Consejo"

8
i18n/fr.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Avertissement"
- id: note
translation: "Remarque"
- id: info
translation: "Information"
- id: tip
translation: "Astuce"

8
i18n/it.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Attenzione"
- id: note
translation: "Nota"
- id: info
translation: "Informazione"
- id: tip
translation: "Consiglio"

8
i18n/pt.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Aviso"
- id: note
translation: "Nota"
- id: info
translation: "Informação"
- id: tip
translation: "Dica"

8
i18n/zh-cn.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "警告"
- id: note
translation: "注释"
- id: info
translation: "信息"
- id: tip
translation: "提示"