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

Add period to Cart global setting info text #1751

Merged
merged 5 commits into from
Jul 1, 2022
Merged
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
2 changes: 1 addition & 1 deletion locales/cs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Výsuvný košík",
"collection": {
"label": "Kolekce",
"info": "Zobrazí se v případě, že výsuvný košík je prázdný"
"info": "Zobrazí se v případě, že je výsuvný košík prázdný."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/da.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Indkøbskurvskuffe",
"collection": {
"label": "Kollektion",
"info": "Synlig, når indkøbskurvskuffen er tom"
"info": "Synlig, når indkøbskurvskuffen er tom."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/de.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Warenkorbeinschub",
"collection": {
"label": "Kategorie",
"info": "Sichtbar, wenn der Warenkorbeinschub leer ist"
"info": "Sichtbar, wenn der Warenkorbeinschub leer ist."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"header": "Cart drawer",
"collection": {
"label": "Collection",
"info": "Visible when cart drawer is empty"
"info": "Visible when cart drawer is empty."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/es.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Carrito lateral",
"collection": {
"label": "Colección",
"info": "Visible cuando el carrito lateral está vacío"
"info": "Visible cuando el carrito lateral está vacío."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/fi.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Veto-ostoskori",
"collection": {
"label": "Kokoelma",
"info": "Näkyy, kun veto-ostoskori on tyhjä"
"info": "Näkyy, kun veto-ostoskori on tyhjä."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/fr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Panier coulissant",
"collection": {
"label": "Collection",
"info": "Visible lorsque le panier coulissant est vide"
"info": "Visible lorsque le panier coulissant est vide."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/it.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Finestra del carrello",
"collection": {
"label": "Collezione",
"info": "Visibile quando la finestra del carrello è vuota"
"info": "Visibile quando la finestra del carrello è vuota."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/ja.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "カートドロワー",
"collection": {
"label": "コレクション",
"info": "カートドロワーが空の場合に表示"
"info": "カートドロワーが空の場合に表示されます。"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/ko.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "카트 서랍",
"collection": {
"label": "컬렉션",
"info": "카트 서랍이 비어있으면 표시"
"info": "카트 서랍이 비어 있으면 표시됩니다."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/nb.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Handlekurvskuff",
"collection": {
"label": "Samling",
"info": "Synlig når handlekurvskuffen er tom"
"info": "Synlig når handlekurvskuffen er tom."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/nl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Winkelwagenoptie",
"collection": {
"label": "Collectie",
"info": "Zichtbaar wanneer winkelwagenoptie leeg is"
"info": "Zichtbaar wanneer winkelwagenoptie leeg is."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/pl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Szuflada koszyka",
"collection": {
"label": "Kolekcja",
"info": "Widoczny, gdy szuflada koszyka jest pusta"
"info": "Widoczne, gdy szuflada koszyka jest pusta"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/pt-BR.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Carrinho de compras deslizante",
"collection": {
"label": "Coleção",
"info": "Visível quando o carrinho de compras deslizante está vazio"
"info": "Exibido quando o carrinho de compras deslizante está vazio."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/pt-PT.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Painel deslizante do carrinho",
"collection": {
"label": "Coleção",
"info": "Visível quando o painel deslizante do carrinho está vazio"
"info": "Visível quando o painel deslizante do carrinho está vazio."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/sv.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Varukorgspanel",
"collection": {
"label": "Produktserie",
"info": "Synlig när varukorgspanelen är tom"
"info": "Synlig när varukorgspanelen är tom."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/th.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "ลิ้นชักตะกร้าสินค้า",
"collection": {
"label": "คอลเลกชัน",
"info": "ปรากฏขึ้นเมื่อลิ้นชักตะกร้าสินค้าว่างเปล่า"
"info": "ปรากฏขึ้นเมื่อตะกร้าสินค้าแบบเลื่อนด้านข้างว่างเปล่า"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/tr.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Sepet çekmecesi",
"collection": {
"label": "Koleksiyon",
"info": "Sepet çekmecesi boşken görünür"
"info": "Sepet çekmecesi boşken görünür."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/vi.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "Ngăn giỏ hàng",
"collection": {
"label": "Bộ sưu tập",
"info": "Hiển thị khi ngăn giỏ hàng trống"
"info": "Hiển thị khi ngăn giỏ hàng trống."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "购物车抽屉",
"collection": {
"label": "产品系列",
"info": "在购物车抽屉为空时可见"
"info": "在购物车抽屉为空时可见"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-TW.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"header": "購物車導覽匣",
"collection": {
"label": "商品系列",
"info": "在購物車導覽匣沒有商品時顯示"
"info": "在購物車導覽匣沒有商品時顯示"
}
}
}
Expand Down