Skip to content

Commit f54eedb

Browse files
committed
feat: add localization for automation button in multiple languages
1 parent f806378 commit f54eedb

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed

packages/common-i18n/src/locales/de/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@
337337
"link": {
338338
"oneWay": "Einfach",
339339
"twoWay": "Doppelt"
340+
},
341+
"button": {
342+
"runAutomation": "Automatisierung ausführen",
343+
"runAutomationConfirmTip": "Sie sind dabei {{name}} auszuführen, bitte bestätigen Sie, ob Sie fortfahren möchten?"
340344
}
341345
},
342346
"permission": {

packages/common-i18n/src/locales/es/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@
273273
"link": {
274274
"oneWay": "Unidireccional",
275275
"twoWay": "Bidireccional"
276+
},
277+
"button": {
278+
"runAutomation": "Ejecutar automatización",
279+
"runAutomationConfirmTip": "Está a punto de ejecutar {{name}}, ¿confirma si desea continuar?"
276280
}
277281
},
278282
"formula": {

packages/common-i18n/src/locales/fr/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@
312312
"link": {
313313
"oneWay": "Unidirectionnel",
314314
"twoWay": "Bidirectionnel"
315+
},
316+
"button": {
317+
"runAutomation": "Exécuter l'automatisation",
318+
"runAutomationConfirmTip": "Vous êtes sur le point d'exécuter {{name}}, veuillez confirmer si vous souhaitez continuer ?"
315319
}
316320
},
317321
"spaceRole": {

packages/common-i18n/src/locales/it/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@
337337
"link": {
338338
"oneWay": "Unidirezionale",
339339
"twoWay": "Bidirezionale"
340+
},
341+
"button": {
342+
"runAutomation": "Esegui automazione",
343+
"runAutomationConfirmTip": "Stai per eseguire {{name}}, confermi di voler continuare?"
340344
}
341345
},
342346
"permission": {

packages/common-i18n/src/locales/ja/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@
315315
"link": {
316316
"oneWay": "一方向",
317317
"twoWay": "双方向"
318+
},
319+
"button": {
320+
"runAutomation": "オートメーションを実行",
321+
"runAutomationConfirmTip": "{{name}} を実行しようとしています。続行してもよろしいですか?"
318322
}
319323
},
320324
"permission": {

packages/common-i18n/src/locales/ru/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@
327327
"link": {
328328
"oneWay": "Однонаправленный",
329329
"twoWay": "Двунаправленный"
330+
},
331+
"button": {
332+
"runAutomation": "Запустить автоматизацию",
333+
"runAutomationConfirmTip": "Вы собираетесь запустить {{name}}, пожалуйста, подтвердите, хотите ли вы продолжить?"
330334
}
331335
},
332336
"permission": {

packages/common-i18n/src/locales/tr/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@
328328
"link": {
329329
"oneWay": "Tek yönlü",
330330
"twoWay": "Çift yönlü"
331+
},
332+
"button": {
333+
"runAutomation": "Otomasyonu çalıştır",
334+
"runAutomationConfirmTip": "{{name}} çalıştırmak üzeresiniz, devam etmek istediğinizi onaylayın?"
331335
}
332336
},
333337
"permission": {

packages/common-i18n/src/locales/uk/sdk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@
337337
"link": {
338338
"oneWay": "Однонаправленный",
339339
"twoWay": "Двунаправленный"
340+
},
341+
"button": {
342+
"runAutomation": "Запустити автоматизацію",
343+
"runAutomationConfirmTip": "Ви збираєтесь запустити {{name}}, будь ласка, підтвердіть, чи бажаєте ви продовжити?"
340344
}
341345
},
342346
"permission": {

0 commit comments

Comments
 (0)