Skip to content

Commit

Permalink
Web: Renamed translations key switchToThumbnails to SwitchToThumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySafronov committed Jan 20, 2022
1 parent b23ac1c commit 525439f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/asc-web-components/view-selector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ViewSelector = ({
title={
value === "row"
? t("Translations:SwitchViewToCompact")
: t("Translations:switchToThumbnails")
: t("Translations:SwitchToThumbnails")
}
>
<ReactSVG src={icon} loading={loadingSVG} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Presentations": "Präsentationen",
"Restore": "Wiederherstellen",
"Spreadsheets": "Tabellenkalkulationen",
"switchToThumbnails": "Thumbnails aktivieren",
"SwitchToThumbnails": "Thumbnails aktivieren",
"SwitchViewToCompact": "Auf Kompaktansicht umschalten",
"ThirdPartyInfo": "Ändern Sie die Drittanbieterinformationen",
"TypeTitleBoxNet": "Box",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Restore": "Restore",
"SelectFolder": "Select folder",
"Spreadsheets": "Spreadsheets",
"switchToThumbnails": "Switch to thumbnails view",
"SwitchToThumbnails": "Switch to thumbnails view",
"SwitchViewToCompact": "Switch to compact view",
"ThirdPartyInfo": "Change the third-party info",
"TypeTitleBoxNet": "Box",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Presentations": "Présentations",
"Restore": "Restaurer",
"Spreadsheets": "Feuilles de calcul",
"switchToThumbnails": "Passer à l'affichage des miniatures",
"SwitchToThumbnails": "Passer à l'affichage des miniatures",
"SwitchViewToCompact": "Activer la vue compacte",
"ThirdPartyInfo": "Modifier les informations sur les tiers",
"TypeTitleBoxNet": "Box",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Presentations": "Presentazioni",
"Restore": "Ripristinare",
"Spreadsheets": "Fogli di calcolo",
"switchToThumbnails": "Passa alla visualizzazione anteprime",
"SwitchToThumbnails": "Passa alla visualizzazione anteprime",
"SwitchViewToCompact": "Attiva visualizzazione compatta",
"ThirdPartyInfo": "Cambiare le informazioni di terze parti",
"TypeTitleBoxNet": "Box",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Presentations": "Apresentações ",
"Restore": "Restaurar",
"Spreadsheets": "Planilhas",
"switchToThumbnails": "Mudar para a visualização em miniaturas",
"SwitchToThumbnails": "Mudar para a visualização em miniaturas",
"SwitchViewToCompact": "Alternar para visualização compacta",
"ThirdPartyInfo": "Alterar as informações de terceiros",
"TypeTitleBoxNet": "Box",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Presentations": "Презентации",
"Restore": "Восстановить",
"SelectFolder": "Выбрать папку",
"switchToThumbnails": "Переключиться на режим миниатюр",
"SwitchToThumbnails": "Переключиться на режим миниатюр",
"SwitchViewToCompact": "Переключиться на компактный вид",
"Spreadsheets": "Таблицы",
"ThirdPartyInfo": "Изменить настройки подключения",
Expand Down

0 comments on commit 525439f

Please sign in to comment.