diff --git a/web/i18n/de-DE/app-overview.ts b/web/i18n/de-DE/app-overview.ts index 7cc82dd38a..018925720f 100644 --- a/web/i18n/de-DE/app-overview.ts +++ b/web/i18n/de-DE/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Dokumentation', }, }, + launch: 'Abschießen', }, apiInfo: { title: 'Backend-Service-API', diff --git a/web/i18n/de-DE/common.ts b/web/i18n/de-DE/common.ts index 915fc2a277..782d80330b 100644 --- a/web/i18n/de-DE/common.ts +++ b/web/i18n/de-DE/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Senden', skip: 'Schiff', imageCopied: 'Kopiertes Bild', + deleteApp: 'App löschen', }, placeholder: { input: 'Bitte eingeben', diff --git a/web/i18n/es-ES/app-overview.ts b/web/i18n/es-ES/app-overview.ts index 4b2769ca29..62be19f6d8 100644 --- a/web/i18n/es-ES/app-overview.ts +++ b/web/i18n/es-ES/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Documentación', }, }, + launch: 'Lanzar', }, apiInfo: { title: 'API del servicio backend', diff --git a/web/i18n/es-ES/common.ts b/web/i18n/es-ES/common.ts index 936da90200..469acd73b0 100644 --- a/web/i18n/es-ES/common.ts +++ b/web/i18n/es-ES/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Enviar', skip: 'Navío', imageCopied: 'Imagen copiada', + deleteApp: 'Eliminar aplicación', }, errorMsg: { fieldRequired: '{{field}} es requerido', diff --git a/web/i18n/fa-IR/app-overview.ts b/web/i18n/fa-IR/app-overview.ts index 6386362a54..018336cb2a 100644 --- a/web/i18n/fa-IR/app-overview.ts +++ b/web/i18n/fa-IR/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'مستندات', }, }, + launch: 'راه اندازی', }, apiInfo: { title: 'API سرویس بک‌اند', diff --git a/web/i18n/fa-IR/common.ts b/web/i18n/fa-IR/common.ts index 53086071aa..fb8cad28c2 100644 --- a/web/i18n/fa-IR/common.ts +++ b/web/i18n/fa-IR/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'ارسال', skip: 'کشتی', imageCopied: 'تصویر کپی شده', + deleteApp: 'حذف برنامه', }, errorMsg: { fieldRequired: '{{field}} الزامی است', diff --git a/web/i18n/fr-FR/app-overview.ts b/web/i18n/fr-FR/app-overview.ts index dfc87379d8..5252bb86b5 100644 --- a/web/i18n/fr-FR/app-overview.ts +++ b/web/i18n/fr-FR/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Documentation', }, }, + launch: 'Lancer', }, apiInfo: { title: 'API de service Backend', diff --git a/web/i18n/fr-FR/common.ts b/web/i18n/fr-FR/common.ts index 662f53ab66..2d6c68e04b 100644 --- a/web/i18n/fr-FR/common.ts +++ b/web/i18n/fr-FR/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Envoyer', skip: 'Bateau', imageCopied: 'Image copied', + deleteApp: 'Supprimer l’application', }, placeholder: { input: 'Veuillez entrer', diff --git a/web/i18n/hi-IN/app-overview.ts b/web/i18n/hi-IN/app-overview.ts index d7de14c6c6..c8848d6331 100644 --- a/web/i18n/hi-IN/app-overview.ts +++ b/web/i18n/hi-IN/app-overview.ts @@ -123,6 +123,7 @@ const translation = { operation: 'प्रलेखन', }, }, + launch: 'लॉन्च', }, apiInfo: { title: 'बैकएंड सेवा एपीआई', diff --git a/web/i18n/hi-IN/common.ts b/web/i18n/hi-IN/common.ts index 2a14cd0279..bd87012944 100644 --- a/web/i18n/hi-IN/common.ts +++ b/web/i18n/hi-IN/common.ts @@ -50,6 +50,7 @@ const translation = { skip: 'जहाज़', submit: 'जमा करें', imageCopied: 'कॉपी की गई छवि', + deleteApp: 'ऐप हटाएं', }, errorMsg: { fieldRequired: '{{field}} आवश्यक है', diff --git a/web/i18n/it-IT/app-overview.ts b/web/i18n/it-IT/app-overview.ts index 7e4dce194b..8021bb1976 100644 --- a/web/i18n/it-IT/app-overview.ts +++ b/web/i18n/it-IT/app-overview.ts @@ -125,6 +125,7 @@ const translation = { operation: 'Documentazione', }, }, + launch: 'Lanciare', }, apiInfo: { title: 'API del servizio backend', diff --git a/web/i18n/it-IT/common.ts b/web/i18n/it-IT/common.ts index c764a93dac..1a30229fb7 100644 --- a/web/i18n/it-IT/common.ts +++ b/web/i18n/it-IT/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Invia', skip: 'Nave', imageCopied: 'Immagine copiata', + deleteApp: 'Elimina app', }, errorMsg: { fieldRequired: '{{field}} è obbligatorio', diff --git a/web/i18n/ja-JP/app-overview.ts b/web/i18n/ja-JP/app-overview.ts index 0895d691c3..7e750a4775 100644 --- a/web/i18n/ja-JP/app-overview.ts +++ b/web/i18n/ja-JP/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'ドキュメント', }, }, + launch: '発射', }, apiInfo: { title: 'バックエンドサービスAPI', diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts index e176f5d139..87ed2afc94 100644 --- a/web/i18n/ja-JP/common.ts +++ b/web/i18n/ja-JP/common.ts @@ -50,6 +50,7 @@ const translation = { submit: '送信', skip: 'スキップ', imageCopied: 'コピーした画像', + deleteApp: 'アプリを削除', }, errorMsg: { fieldRequired: '{{field}}は必要です', diff --git a/web/i18n/ko-KR/app-overview.ts b/web/i18n/ko-KR/app-overview.ts index 0acec73c44..775818909a 100644 --- a/web/i18n/ko-KR/app-overview.ts +++ b/web/i18n/ko-KR/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: '문서', }, }, + launch: '발사', }, apiInfo: { title: '백엔드 서비스 API', diff --git a/web/i18n/ko-KR/common.ts b/web/i18n/ko-KR/common.ts index a11af1ba31..fcdd93c78e 100644 --- a/web/i18n/ko-KR/common.ts +++ b/web/i18n/ko-KR/common.ts @@ -50,6 +50,7 @@ const translation = { submit: '전송', skip: '배', imageCopied: '복사된 이미지', + deleteApp: '앱 삭제', }, placeholder: { input: '입력해주세요', diff --git a/web/i18n/pl-PL/app-overview.ts b/web/i18n/pl-PL/app-overview.ts index 7e25b014a0..7726927565 100644 --- a/web/i18n/pl-PL/app-overview.ts +++ b/web/i18n/pl-PL/app-overview.ts @@ -123,6 +123,7 @@ const translation = { operation: 'Dokumentacja', }, }, + launch: 'Uruchomić', }, apiInfo: { title: 'API usługi w tle', diff --git a/web/i18n/pl-PL/common.ts b/web/i18n/pl-PL/common.ts index d6502416c3..5f31e5bfad 100644 --- a/web/i18n/pl-PL/common.ts +++ b/web/i18n/pl-PL/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Prześlij', skip: 'Statek', imageCopied: 'Skopiowany obraz', + deleteApp: 'Usuń aplikację', }, placeholder: { input: 'Proszę wprowadzić', diff --git a/web/i18n/pt-BR/app-overview.ts b/web/i18n/pt-BR/app-overview.ts index 1431fa13ce..a23163fc89 100644 --- a/web/i18n/pt-BR/app-overview.ts +++ b/web/i18n/pt-BR/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Documentação', }, }, + launch: 'Lançar', }, apiInfo: { title: 'API de Serviço de Back-end', diff --git a/web/i18n/pt-BR/common.ts b/web/i18n/pt-BR/common.ts index d0327de642..42e606deb3 100644 --- a/web/i18n/pt-BR/common.ts +++ b/web/i18n/pt-BR/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Enviar', skip: 'Navio', imageCopied: 'Imagem copiada', + deleteApp: 'Excluir aplicativo', }, placeholder: { input: 'Por favor, insira', diff --git a/web/i18n/ro-RO/app-overview.ts b/web/i18n/ro-RO/app-overview.ts index 07f28425e2..a5dee76508 100644 --- a/web/i18n/ro-RO/app-overview.ts +++ b/web/i18n/ro-RO/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Documentație', }, }, + launch: 'Lansa', }, apiInfo: { title: 'API serviciu backend', diff --git a/web/i18n/ro-RO/common.ts b/web/i18n/ro-RO/common.ts index 8f0cbc64cb..e7e573fba6 100644 --- a/web/i18n/ro-RO/common.ts +++ b/web/i18n/ro-RO/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Prezinte', skip: 'Navă', imageCopied: 'Imagine copiată', + deleteApp: 'Ștergeți aplicația', }, placeholder: { input: 'Vă rugăm să introduceți', diff --git a/web/i18n/ru-RU/app-overview.ts b/web/i18n/ru-RU/app-overview.ts index c26c1d5ec6..7de8a47526 100644 --- a/web/i18n/ru-RU/app-overview.ts +++ b/web/i18n/ru-RU/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Документация', }, }, + launch: 'Баркас', }, apiInfo: { title: 'API серверной части', diff --git a/web/i18n/ru-RU/common.ts b/web/i18n/ru-RU/common.ts index 2d8535e6a0..bad5c99c65 100644 --- a/web/i18n/ru-RU/common.ts +++ b/web/i18n/ru-RU/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Отправить', skip: 'Корабль', imageCopied: 'Скопированное изображение', + deleteApp: 'Удалить приложение', }, errorMsg: { fieldRequired: '{{field}} обязательно', diff --git a/web/i18n/sl-SI/app-overview.ts b/web/i18n/sl-SI/app-overview.ts index 458a5c4245..94fb788a94 100644 --- a/web/i18n/sl-SI/app-overview.ts +++ b/web/i18n/sl-SI/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Dokumentacija', }, }, + launch: 'Začetek', }, apiInfo: { title: 'API storitev v ozadju', diff --git a/web/i18n/sl-SI/common.ts b/web/i18n/sl-SI/common.ts index 2d30e0b76c..5b7d79b6fd 100644 --- a/web/i18n/sl-SI/common.ts +++ b/web/i18n/sl-SI/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Predložiti', skip: 'Ladja', imageCopied: 'Kopirana slika', + deleteApp: 'Izbriši aplikacijo', }, errorMsg: { fieldRequired: '{{field}} je obvezno', diff --git a/web/i18n/th-TH/app-overview.ts b/web/i18n/th-TH/app-overview.ts index e8bc0a64a4..27792e16c9 100644 --- a/web/i18n/th-TH/app-overview.ts +++ b/web/i18n/th-TH/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'เอกสาร', }, }, + launch: 'เรือยนต์', }, apiInfo: { title: 'API บริการแบ็กเอนด์', diff --git a/web/i18n/th-TH/common.ts b/web/i18n/th-TH/common.ts index ab6def82c5..e510c8e009 100644 --- a/web/i18n/th-TH/common.ts +++ b/web/i18n/th-TH/common.ts @@ -50,6 +50,7 @@ const translation = { skip: 'เรือ', submit: 'ส่ง', imageCopied: 'ภาพที่คัดลอก', + deleteApp: 'ลบแอพ', }, errorMsg: { fieldRequired: '{{field}} เป็นสิ่งจําเป็น', diff --git a/web/i18n/tr-TR/app-overview.ts b/web/i18n/tr-TR/app-overview.ts index 14a057a723..0b4311ae45 100644 --- a/web/i18n/tr-TR/app-overview.ts +++ b/web/i18n/tr-TR/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Dokümantasyon', }, }, + launch: 'Başlat', }, apiInfo: { title: 'Arka Uç Servis API\'si', diff --git a/web/i18n/tr-TR/common.ts b/web/i18n/tr-TR/common.ts index ea764ebd29..35c40ca475 100644 --- a/web/i18n/tr-TR/common.ts +++ b/web/i18n/tr-TR/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Gönder', skip: 'Gemi', imageCopied: 'Kopyalanan görüntü', + deleteApp: 'Uygulamayı Sil', }, errorMsg: { fieldRequired: '{{field}} gereklidir', diff --git a/web/i18n/uk-UA/app-overview.ts b/web/i18n/uk-UA/app-overview.ts index 97b3569340..e6a1485480 100644 --- a/web/i18n/uk-UA/app-overview.ts +++ b/web/i18n/uk-UA/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Документація', }, }, + launch: 'Запуску', }, apiInfo: { title: 'API сервісу Backend', diff --git a/web/i18n/uk-UA/common.ts b/web/i18n/uk-UA/common.ts index bfdaf7c7ca..318b8e2fdd 100644 --- a/web/i18n/uk-UA/common.ts +++ b/web/i18n/uk-UA/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Представити', skip: 'Корабель', imageCopied: 'Скопійоване зображення', + deleteApp: 'Видалити програму', }, placeholder: { input: 'Будь ласка, введіть текст', diff --git a/web/i18n/vi-VN/app-overview.ts b/web/i18n/vi-VN/app-overview.ts index 3d86652d9e..5f060c869a 100644 --- a/web/i18n/vi-VN/app-overview.ts +++ b/web/i18n/vi-VN/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: 'Tài liệu', }, }, + launch: 'Phóng', }, apiInfo: { title: 'API dịch vụ backend', diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts index 9fd1af1d44..1fbe8ac832 100644 --- a/web/i18n/vi-VN/common.ts +++ b/web/i18n/vi-VN/common.ts @@ -50,6 +50,7 @@ const translation = { submit: 'Trình', skip: 'Tàu', imageCopied: 'Hình ảnh sao chép', + deleteApp: 'Xóa ứng dụng', }, placeholder: { input: 'Vui lòng nhập', diff --git a/web/i18n/zh-Hant/app-overview.ts b/web/i18n/zh-Hant/app-overview.ts index f60b3b7ace..956fa9a1c9 100644 --- a/web/i18n/zh-Hant/app-overview.ts +++ b/web/i18n/zh-Hant/app-overview.ts @@ -112,6 +112,7 @@ const translation = { operation: '檢視文件', }, }, + launch: '發射', }, apiInfo: { title: '後端服務 API', diff --git a/web/i18n/zh-Hant/common.ts b/web/i18n/zh-Hant/common.ts index 735af54a89..a402db6a3a 100644 --- a/web/i18n/zh-Hant/common.ts +++ b/web/i18n/zh-Hant/common.ts @@ -50,6 +50,7 @@ const translation = { submit: '提交', skip: '船', imageCopied: '複製的圖片', + deleteApp: '刪除應用程式', }, placeholder: { input: '請輸入',