Skip to content

Commit e0c1cae

Browse files
committed
chore: Limit column widths -> Responsive column widths
1 parent ca214e0 commit e0c1cae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/configurator/table/table-chart-configurator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const ChartConfiguratorTable = ({
114114
<ChartOptionCheckboxField
115115
label={t({
116116
id: "controls.tableSettings.limitColumnWidths",
117-
message: "Limit column widths",
117+
message: "Responsive column widths",
118118
})}
119119
field={null}
120120
path="settings.limitColumnWidths"

app/locales/de/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ msgstr "Legende"
11261126

11271127
#: app/configurator/table/table-chart-configurator.tsx
11281128
msgid "controls.tableSettings.limitColumnWidths"
1129-
msgstr "Begrenzen die Spaltenbreite"
1129+
msgstr "Responsive Spaltenbreiten"
11301130

11311131
#: app/components/footer.tsx
11321132
msgid "footer.button.lindas"

app/locales/en/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ msgstr "Legend"
11261126

11271127
#: app/configurator/table/table-chart-configurator.tsx
11281128
msgid "controls.tableSettings.limitColumnWidths"
1129-
msgstr "Limit column widths"
1129+
msgstr "Responsive column widths"
11301130

11311131
#: app/components/footer.tsx
11321132
msgid "footer.button.lindas"

app/locales/fr/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ msgstr "Légende"
11261126

11271127
#: app/configurator/table/table-chart-configurator.tsx
11281128
msgid "controls.tableSettings.limitColumnWidths"
1129-
msgstr "Limiter la largeur des colonnes"
1129+
msgstr "Largeurs de colonnes adaptatives"
11301130

11311131
#: app/components/footer.tsx
11321132
msgid "footer.button.lindas"

app/locales/it/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ msgstr "Legenda"
11261126

11271127
#: app/configurator/table/table-chart-configurator.tsx
11281128
msgid "controls.tableSettings.limitColumnWidths"
1129-
msgstr "Limita la larghezza delle colonne"
1129+
msgstr "Larghezze delle colonne reattive"
11301130

11311131
#: app/components/footer.tsx
11321132
msgid "footer.button.lindas"

0 commit comments

Comments
 (0)