Skip to content

Commit 50ef930

Browse files
committed
fix: sync language files
1 parent 0fbc9c3 commit 50ef930

File tree

17 files changed

+35
-45
lines changed

17 files changed

+35
-45
lines changed

src/utils/i18n/locales/ca/cards.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
}
1414
},
1515
"quickpay": {
16-
"title": {
17-
"string": "Pagament ràpid"
18-
},
1916
"description": {
2017
"string": "Escaneja i paga"
2118
}

src/utils/i18n/locales/ca/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"settings": {
3-
"string": "Configuracions"
4-
},
52
"dev_enabled_title": {
63
"string": "Opcions de Dev activades"
74
},

src/utils/i18n/locales/cs/settings.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,33 @@
131131
"string": "Zobrazit názvy widgetů"
132132
}
133133
},
134+
"quickpay": {
135+
"nav_title": {
136+
"string": "QuickPay"
137+
},
138+
"intro": {
139+
"title": {
140+
"string": "<accent>Okamžité</accent>\nplatby"
141+
},
142+
"description": {
143+
"string": "Služba Bitkit QuickPay urychluje odbavení tím, že po naskenování QR kódu automaticky zaplatí."
144+
}
145+
},
146+
"settings": {
147+
"toggle": {
148+
"string": "Povolení služby QuickPay"
149+
},
150+
"text": {
151+
"string": "Pokud je tato funkce povolena, budou naskenované faktury nižší než{amount} placeny automaticky bez nutnosti potvrzení nebo zadání kódu PIN*."
152+
},
153+
"label": {
154+
"string": "Quickpay limit"
155+
},
156+
"note": {
157+
"string": "* Bitkit QuickPay podporuje výhradně platby z vašeho disponibilního zůstatku."
158+
}
159+
}
160+
},
134161
"security": {
135162
"title": {
136163
"string": "Zabezpečení a soukromí"

src/utils/i18n/locales/cs/wallet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@
115115
"send_pending": {
116116
"string": "Platba čeká na vyřízení"
117117
},
118+
"send_quickpay": {
119+
"nav_title": {
120+
"string": "QuickPay"
121+
},
122+
"title": {
123+
"string": "Placení\n<accent>faktury...</accent>"
124+
}
125+
},
118126
"send_pending_note": {
119127
"string": "Tato platba trvá o něco déle, než se očekávalo. Bitkit můžete používat i nadále."
120128
},

src/utils/i18n/locales/es_419/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"settings": {
3-
"string": "Ajustes"
4-
},
52
"dev_enabled_title": {
63
"string": "Opciones de desarrollo activadas"
74
},

src/utils/i18n/locales/es_ES/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"settings": {
3-
"string": "Ajustes"
4-
},
52
"dev_enabled_title": {
63
"string": "Opciones de desarrollo activadas"
74
},

src/utils/i18n/locales/fr/cards.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
}
1414
},
1515
"quickpay": {
16-
"title": {
17-
"string": "Paiement rapide"
18-
},
1916
"description": {
2017
"string": "Scannez et payez"
2118
}

src/utils/i18n/locales/fr/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"settings": {
3-
"string": "Paramètres"
4-
},
52
"dev_enabled_title": {
63
"string": "Options de développement activées"
74
},

src/utils/i18n/locales/it/cards.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
}
1414
},
1515
"quickpay": {
16-
"title": {
17-
"string": "Pagamento veloce"
18-
},
1916
"description": {
2017
"string": "Scansiona e paga"
2118
}

src/utils/i18n/locales/it/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"settings": {
3-
"string": "Impostazioni"
4-
},
52
"dev_enabled_title": {
63
"string": "Opzioni Sviluppatore Attivate"
74
},

0 commit comments

Comments
 (0)