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

Updates for project Merchant Center Applications #2957

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions packages/i18n/data/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"developer_comment": "Tooltip title when user hovers the today button",
"string": "Heute"
},
"UIKit.ClearAllButton.clearAllButtonLabel": {
"developer_comment": "Label for the clear all button",
"string": "Alle löschen"
},
"UIKit.ClearButton.clearButtonLabel": {
"developer_comment": "Label for the clear button",
"string": "Zurücksetzen"
Expand Down Expand Up @@ -55,6 +59,10 @@
"developer_comment": "Message for the visible columns section.",
"string": "Angezeigte Spalten"
},
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
"developer_comment": "Label for custom settings manager close button.",
"string": "Schließen"
},
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
"developer_comment": "Label for density manager close button.",
"string": "Schließen"
Expand Down Expand Up @@ -147,6 +155,14 @@
"developer_comment": "The label for \"expand\" action",
"string": "Einblenden"
},
"UIKit.NumberField.aboveMaxError": {
"developer_comment": "An error message to show when the value is above the maximum",
"string": "Der Wert muss kleiner oder gleich {max} sein."
},
"UIKit.NumberField.belowMinError": {
"developer_comment": "An error message to show when the value is below the minimum",
"string": "Der Wert muss größer oder gleich {min} sein."
},
"UIKit.Pagination.PageNavigator.nextPageLabel": {
"developer_comment": "Label for next page button",
"string": "Nächste Seite"
Expand Down
16 changes: 16 additions & 0 deletions packages/i18n/data/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"developer_comment": "Tooltip title when user hovers the today button",
"string": "Today"
},
"UIKit.ClearAllButton.clearAllButtonLabel": {
"developer_comment": "Label for the clear all button",
"string": "Clear all"
},
"UIKit.ClearButton.clearButtonLabel": {
"developer_comment": "Label for the clear button",
"string": "Clear"
Expand Down Expand Up @@ -55,6 +59,10 @@
"developer_comment": "Message for the visible columns section.",
"string": "Visible columns"
},
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
"developer_comment": "Label for custom settings manager close button.",
"string": "Close"
},
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
"developer_comment": "Label for density manager close button.",
"string": "Close"
Expand Down Expand Up @@ -147,6 +155,14 @@
"developer_comment": "The label for \"expand\" action",
"string": "Expand"
},
"UIKit.NumberField.aboveMaxError": {
"developer_comment": "An error message to show when the value is above the maximum",
"string": "Value must be less than or equal to {max}."
},
"UIKit.NumberField.belowMinError": {
"developer_comment": "An error message to show when the value is below the minimum",
"string": "Value must be greater than or equal to {min}."
},
"UIKit.Pagination.PageNavigator.nextPageLabel": {
"developer_comment": "Label for next page button",
"string": "Next page"
Expand Down
16 changes: 16 additions & 0 deletions packages/i18n/data/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"developer_comment": "Tooltip title when user hovers the today button",
"string": "Hoy"
},
"UIKit.ClearAllButton.clearAllButtonLabel": {
"developer_comment": "Label for the clear all button",
"string": "Borrar todo"
},
"UIKit.ClearButton.clearButtonLabel": {
"developer_comment": "Label for the clear button",
"string": "Borrar"
Expand Down Expand Up @@ -55,6 +59,10 @@
"developer_comment": "Message for the visible columns section.",
"string": "Columnas visibles"
},
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
"developer_comment": "Label for custom settings manager close button.",
"string": "Cerrar"
},
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
"developer_comment": "Label for density manager close button.",
"string": "Cerrar"
Expand Down Expand Up @@ -147,6 +155,14 @@
"developer_comment": "The label for \"expand\" action",
"string": "Expandir"
},
"UIKit.NumberField.aboveMaxError": {
"developer_comment": "An error message to show when the value is above the maximum",
"string": "El valor debe ser menor o igual que {max}."
},
"UIKit.NumberField.belowMinError": {
"developer_comment": "An error message to show when the value is below the minimum",
"string": "El valor debe ser mayor o igual que {min}."
},
"UIKit.Pagination.PageNavigator.nextPageLabel": {
"developer_comment": "Label for next page button",
"string": "Siguiente página"
Expand Down
16 changes: 16 additions & 0 deletions packages/i18n/data/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"developer_comment": "Tooltip title when user hovers the today button",
"string": "Aujourd'hui"
},
"UIKit.ClearAllButton.clearAllButtonLabel": {
"developer_comment": "Label for the clear all button",
"string": "Tout effacer"
},
"UIKit.ClearButton.clearButtonLabel": {
"developer_comment": "Label for the clear button",
"string": "Effacer"
Expand Down Expand Up @@ -55,6 +59,10 @@
"developer_comment": "Message for the visible columns section.",
"string": "Colonnes visibles"
},
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
"developer_comment": "Label for custom settings manager close button.",
"string": "Fermer"
},
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
"developer_comment": "Label for density manager close button.",
"string": "Fermer"
Expand Down Expand Up @@ -147,6 +155,14 @@
"developer_comment": "The label for \"expand\" action",
"string": "Développer"
},
"UIKit.NumberField.aboveMaxError": {
"developer_comment": "An error message to show when the value is above the maximum",
"string": "La valeur doit être inférieure ou égale à {max}."
},
"UIKit.NumberField.belowMinError": {
"developer_comment": "An error message to show when the value is below the minimum",
"string": "La valeur doit être supérieure ou égale à {min}."
},
"UIKit.Pagination.PageNavigator.nextPageLabel": {
"developer_comment": "Label for next page button",
"string": "Page suivante"
Expand Down
16 changes: 16 additions & 0 deletions packages/i18n/data/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"developer_comment": "Tooltip title when user hovers the today button",
"string": "Hoje"
},
"UIKit.ClearAllButton.clearAllButtonLabel": {
"developer_comment": "Label for the clear all button",
"string": "Limpar tudo"
},
"UIKit.ClearButton.clearButtonLabel": {
"developer_comment": "Label for the clear button",
"string": "Limpar"
Expand Down Expand Up @@ -55,6 +59,10 @@
"developer_comment": "Message for the visible columns section.",
"string": "Colunas visíveis"
},
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
"developer_comment": "Label for custom settings manager close button.",
"string": "Fechar"
},
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
"developer_comment": "Label for density manager close button.",
"string": "Fechar"
Expand Down Expand Up @@ -147,6 +155,14 @@
"developer_comment": "The label for \"expand\" action",
"string": "Expandir"
},
"UIKit.NumberField.aboveMaxError": {
"developer_comment": "An error message to show when the value is above the maximum",
"string": "O valor deve ser menor que ou igual a {max}."
},
"UIKit.NumberField.belowMinError": {
"developer_comment": "An error message to show when the value is below the minimum",
"string": "O valor deve ser maior que ou igual a {min}."
},
"UIKit.Pagination.PageNavigator.nextPageLabel": {
"developer_comment": "Label for next page button",
"string": "Próxima página"
Expand Down
16 changes: 16 additions & 0 deletions packages/i18n/data/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"developer_comment": "Tooltip title when user hovers the today button",
"string": "今天"
},
"UIKit.ClearAllButton.clearAllButtonLabel": {
"developer_comment": "Label for the clear all button",
"string": "全部清除"
},
"UIKit.ClearButton.clearButtonLabel": {
"developer_comment": "Label for the clear button",
"string": "清除"
Expand Down Expand Up @@ -55,6 +59,10 @@
"developer_comment": "Message for the visible columns section.",
"string": "可见列"
},
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
"developer_comment": "Label for custom settings manager close button.",
"string": "关闭"
},
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
"developer_comment": "Label for density manager close button.",
"string": "关闭"
Expand Down Expand Up @@ -147,6 +155,14 @@
"developer_comment": "The label for \"expand\" action",
"string": "扩展"
},
"UIKit.NumberField.aboveMaxError": {
"developer_comment": "An error message to show when the value is above the maximum",
"string": "值必须小于或等于 {max}。"
},
"UIKit.NumberField.belowMinError": {
"developer_comment": "An error message to show when the value is below the minimum",
"string": "值必须大于或等于 {min}。"
},
"UIKit.Pagination.PageNavigator.nextPageLabel": {
"developer_comment": "Label for next page button",
"string": "下一页"
Expand Down
Loading