Skip to content

Commit 94f0b8b

Browse files
authored
Merge pull request #512 from rough-street/swipe-hint-for-touchscreen-keyboards
Swipe hint for touchscreen keypads
2 parents fc0e661 + a146093 commit 94f0b8b

File tree

26 files changed

+148
-1
lines changed

26 files changed

+148
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ simulator/sd
8181

8282
# ignore build-release files
8383
krux-*/ktool*
84+
85+
# IDE files
86+
.vscode

i18n/translations/de-DE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
"Store on Flash": "Auf Flash speichern",
265265
"Store on SD Card": "Auf der SD-Karte speichern",
266266
"Swipe to change mode": "Wischen um den Modus zu ändern",
267+
"swipe" : "wischen",
267268
"TC Flash Hash": "TC Flash-Hash",
268269
"TC Flash Hash at Boot": "TC Flash-Hash beim Start",
269270
"TOUCH or ENTER to capture": "TOUCH oder ENTER zum Erfassen",

i18n/translations/es-MX.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "Estadísticas para Entendidos",
264264
"Store on Flash": "Almacenar en Flash",
265265
"Store on SD Card": "Almacenar en la Tarjeta SD",
266+
"swipe" : "deslizar",
266267
"Swipe to change mode": "Deslizar para cambiar de modo",
267268
"TC Flash Hash": "TC Hash Flash",
268269
"TC Flash Hash at Boot": "TC Flash Hash al arranque",

i18n/translations/fr-FR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "Statistiques pour les geeks",
264264
"Store on Flash": "Stocker sur flash",
265265
"Store on SD Card": "Stocker sur la carte SD",
266+
"swipe": "glisser",
266267
"Swipe to change mode": "Faites glisser pour changer de mode",
267268
"TC Flash Hash": "TC Flash Hash",
268269
"TC Flash Hash at Boot": "TC Flash Hash au démarrage",

i18n/translations/ja-JP.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "オタクのための統計",
264264
"Store on Flash": "フラッシュに保存する",
265265
"Store on SD Card": "SDカードに保存する",
266+
"swipe": "スワイプ",
266267
"Swipe to change mode": "スワイプしてモードを変更する",
267268
"TC Flash Hash": "TCフラッシュハッシュ",
268269
"TC Flash Hash at Boot": "起動時のTCフラッシュハッシュ",

i18n/translations/ko-KR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "전문가를 위한 통계",
264264
"Store on Flash": "플래시 메모리에 저장",
265265
"Store on SD Card": "SD카드에 저장",
266+
"swipe": "스와이프",
266267
"Swipe to change mode": "모드를 변경하려면 화면을 옆으로 쓸어내리세요",
267268
"TC Flash Hash": "TC Flash Hash",
268269
"TC Flash Hash at Boot": "부팅 시 플래시 탬퍼 확인 해시",

i18n/translations/nl-NL.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "Statistieken voor nerds",
264264
"Store on Flash": "Opslaan op apparaat",
265265
"Store on SD Card": "Opslaan op SD kaart",
266+
"swipe": "veeg",
266267
"Swipe to change mode": "Verander modus",
267268
"TC Flash Hash": "TC Flash Hash",
268269
"TC Flash Hash at Boot": "Hash Flash bij het opstarten",

i18n/translations/pt-BR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "Estatísticas para Nerds",
264264
"Store on Flash": "Armazene na Flash",
265265
"Store on SD Card": "Armazene no Cartão SD",
266+
"swipe": "deslize",
266267
"Swipe to change mode": "Deslize para mudar de modo",
267268
"TC Flash Hash": "TC Flash Hash",
268269
"TC Flash Hash at Boot": "TC Hash Flash na Inicialização",

i18n/translations/ru-RU.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "Статистика для Гиков",
264264
"Store on Flash": "Сохранить на Флэш Память",
265265
"Store on SD Card": "Сохранить на SD Карту",
266+
"swipe": "проведите",
266267
"Swipe to change mode": "Свайпните, чтобы сменить режим",
267268
"TC Flash Hash": "TC Flash Hash",
268269
"TC Flash Hash at Boot": "Проверка хэша Flash при загрузке",

i18n/translations/tr-TR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"Stats for Nerds": "İnekler İçin İstatistikler",
264264
"Store on Flash": "Flash'ta Sakla",
265265
"Store on SD Card": "SD Kartta Sakla",
266+
"swipe": "kaydırın",
266267
"Swipe to change mode": "Modu değiştirmek için kaydırın",
267268
"TC Flash Hash": "TC Flash Hash",
268269
"TC Flash Hash at Boot": "Önyüklemede TC Flash Hash",

0 commit comments

Comments
 (0)