feat(i18n): support parsing callouts (#834)
* feat(i18n): support parsing callouts Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> * chore: move callout into components Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> * chore: update arabic translation Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> * fix: make sure to use correct items Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --------- Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
		@@ -6,6 +6,21 @@ export default {
 | 
			
		||||
    description: "Keine Beschreibung angegeben",
 | 
			
		||||
  },
 | 
			
		||||
  components: {
 | 
			
		||||
    callout: {
 | 
			
		||||
      note: "Hinweis",
 | 
			
		||||
      abstract: "Zusammenfassung",
 | 
			
		||||
      info: "Info",
 | 
			
		||||
      todo: "Zu erledigen",
 | 
			
		||||
      tip: "Tipp",
 | 
			
		||||
      success: "Erfolg",
 | 
			
		||||
      question: "Frage",
 | 
			
		||||
      warning: "Warnung",
 | 
			
		||||
      failure: "Misserfolg",
 | 
			
		||||
      danger: "Gefahr",
 | 
			
		||||
      bug: "Fehler",
 | 
			
		||||
      example: "Beispiel",
 | 
			
		||||
      quote: "Zitat",
 | 
			
		||||
    },
 | 
			
		||||
    backlinks: {
 | 
			
		||||
      title: "Backlinks",
 | 
			
		||||
      noBacklinksFound: "Keine Backlinks gefunden",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user