Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding to alignments grouping #28

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locales/de.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,10 @@
"center_right": "Zentrum-rechts",
"centered": "Zentriert",
"left": "Links",
"left_to_right": "Links nach rechts",
"middle": "Mitte",
"right": "Rechts",
"right_to_left": "Von rechts nach links",
"top": "Oben",
"top_center": "Oben zentriert",
"top_left": "Oben links",
Expand Down Expand Up @@ -415,7 +417,6 @@
"layout_on_desktop": "Layout auf dem Desktop",
"lazy_load_images": "Bilder faul laden",
"leaf": "Blatt",
"left_to_right": "Links nach rechts",
"letter_spacing": "Abstand zwischen Buchstaben",
"line_height": "Zeilenhöhe",
"linen": "Leinen",
Expand Down Expand Up @@ -540,7 +541,6 @@
"reminder_label": "Erinnerungszettel",
"ribbon": "Schleife",
"rich_text": "Rich Text",
"right_to_left": "Von rechts nach links",
"round": "Rund",
"rounded": "Gerundet",
"rounded_wave": "Abgerundete Welle",
Expand Down
4 changes: 2 additions & 2 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
"center_right": "Center right",
"centered": "Centered",
"left": "Left",
"left_to_right": "Left to right",
"right_to_left": "Right to left",
"middle": "Middle",
"right": "Right",
"top": "Top",
Expand Down Expand Up @@ -415,7 +417,6 @@
"layout_on_desktop": "Layout on desktop",
"lazy_load_images": "Lazy load images",
"leaf": "Leaf",
"left_to_right": "Left to right",
"letter_spacing": "Letter spacing",
"line_height": "Line height",
"linen": "Linen",
Expand Down Expand Up @@ -540,7 +541,6 @@
"reminder_label": "Reminder label",
"ribbon": "Ribbon",
"rich_text": "Rich text",
"right_to_left": "Right to left",
"round": "Round",
"rounded": "Rounded",
"rounded_wave": "Rounded wave",
Expand Down
4 changes: 2 additions & 2 deletions locales/es.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,10 @@
"center_right": "Centro derecha",
"centered": "Centrado",
"left": "Izquierda",
"left_to_right": "De izquierda a derecha",
"middle": "Centrada",
"right": "Derecha",
"right_to_left": "De derecha a izquierda",
"top": "Arriba",
"top_center": "Arriba en el centro",
"top_left": "Arriba a la izquierda",
Expand Down Expand Up @@ -415,7 +417,6 @@
"layout_on_desktop": "Diseño en el escritorio",
"lazy_load_images": "Imágenes de carga diferida",
"leaf": "Hoja",
"left_to_right": "De izquierda a derecha",
"letter_spacing": "Espacio entre letras",
"line_height": "Altura de línea",
"linen": "Lino",
Expand Down Expand Up @@ -540,7 +541,6 @@
"reminder_label": "Etiqueta recordatoria",
"ribbon": "Cinta",
"rich_text": "Texto enriquecido",
"right_to_left": "De derecha a izquierda",
"round": "Vuelta ",
"rounded": "Redondeado",
"rounded_wave": "Onda redondeada",
Expand Down
Loading