Skip to content

Commit

Permalink
Adds locales for grid sizes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoululu authored Mar 4, 2024
1 parent 5acdbc7 commit c76af29
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
6 changes: 4 additions & 2 deletions locales/de.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@
"extra_large": "Extra groß",
"large": "Groß",
"medium": "Mittel",
"small": "Klein"
"small": "Klein",
"large_grid": "Großes Raster",
"small_grid": "Kleines Raster"
},
"slide": "Folie",
"slide_link": "Slide-Link",
Expand Down Expand Up @@ -722,4 +724,4 @@
"year": "Jahr",
"youtube": "YouTube"
}
}
}
4 changes: 3 additions & 1 deletion locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@
"extra_large": "Extra large",
"large": "Large",
"medium": "Medium",
"small": "Small"
"small": "Small",
"large_grid": "Large grid",
"small_grid": "Small grid"
},
"slide": "Slide",
"slide_link": "Slide link",
Expand Down
6 changes: 4 additions & 2 deletions locales/es.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@
"extra_large": "Extra larga",
"large": "Grande",
"medium": "Mediana",
"small": "Pequeña"
"small": "Pequeña",
"large_grid": "Rejilla grande",
"small_grid": "Rejilla pequeña",
},
"slide": "Diapositiva",
"slide_link": "Enlace de diapositivas",
Expand Down Expand Up @@ -722,4 +724,4 @@
"year": "Año",
"youtube": "YouTube"
}
}
}
6 changes: 4 additions & 2 deletions locales/fr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@
"extra_large": "Extra-grande",
"large": "Grand",
"medium": "Moyen",
"small": "Petit"
"small": "Petit",
"large_grid": "Grande grille",
"small_grid": "Petite grille"
},
"slide": "Diapositive",
"slide_link": "Lien de la diapositive",
Expand Down Expand Up @@ -722,4 +724,4 @@
"year": "An",
"youtube": "YouTube"
}
}
}
6 changes: 4 additions & 2 deletions locales/it.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@
"extra_large": "Extra grande",
"large": "Grande",
"medium": "Media",
"small": "Piccola"
"small": "Piccola",
"large_grid": "Griglia grande",
"small_grid": "Griglia piccola"
},
"slide": "Scorrimento",
"slide_link": "Collegamento alla diapositiva",
Expand Down Expand Up @@ -722,4 +724,4 @@
"year": "Anno",
"youtube": "YouTube"
}
}
}

0 comments on commit c76af29

Please sign in to comment.