Skip to content

Commit c000567

Browse files
authored
Merge pull request adafruit#2313 from tannewt/fix_pairing
Re-add pairing support
2 parents 2adecda + 46cc9b9 commit c000567

21 files changed

+228
-33
lines changed

locale/ID.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
11+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -680,6 +680,10 @@ msgstr ""
680680
msgid "Insufficient authentication"
681681
msgstr ""
682682

683+
#: ports/nrf/common-hal/_bleio/__init__.c
684+
msgid "Insufficient encryption"
685+
msgstr ""
686+
683687
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
684688
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
685689
msgid "Invalid %q pin"
@@ -1239,6 +1243,12 @@ msgstr ""
12391243
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12401244
msgstr ""
12411245

1246+
#: ports/nrf/common-hal/_bleio/__init__.c
1247+
msgid ""
1248+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1249+
"declined or ignored."
1250+
msgstr ""
1251+
12421252
#: ports/atmel-samd/common-hal/busio/I2C.c
12431253
msgid "Unsupported baudrate"
12441254
msgstr "Baudrate tidak didukung"

locale/circuitpython.pot

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
11+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -669,6 +669,10 @@ msgstr ""
669669
msgid "Insufficient authentication"
670670
msgstr ""
671671

672+
#: ports/nrf/common-hal/_bleio/__init__.c
673+
msgid "Insufficient encryption"
674+
msgstr ""
675+
672676
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
673677
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
674678
msgid "Invalid %q pin"
@@ -1220,6 +1224,12 @@ msgstr ""
12201224
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12211225
msgstr ""
12221226

1227+
#: ports/nrf/common-hal/_bleio/__init__.c
1228+
msgid ""
1229+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1230+
"declined or ignored."
1231+
msgstr ""
1232+
12231233
#: ports/atmel-samd/common-hal/busio/I2C.c
12241234
msgid "Unsupported baudrate"
12251235
msgstr ""

locale/de_DE.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
10+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -677,6 +677,10 @@ msgstr "Eingabe-/Ausgabefehler"
677677
msgid "Insufficient authentication"
678678
msgstr ""
679679

680+
#: ports/nrf/common-hal/_bleio/__init__.c
681+
msgid "Insufficient encryption"
682+
msgstr ""
683+
680684
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
681685
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
682686
msgid "Invalid %q pin"
@@ -1259,6 +1263,12 @@ msgstr ""
12591263
"Nicht übereinstimmende Anzahl von Elementen auf der rechten Seite (erwartet "
12601264
"%d, %d erhalten)."
12611265

1266+
#: ports/nrf/common-hal/_bleio/__init__.c
1267+
msgid ""
1268+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1269+
"declined or ignored."
1270+
msgstr ""
1271+
12621272
#: ports/atmel-samd/common-hal/busio/I2C.c
12631273
msgid "Unsupported baudrate"
12641274
msgstr "Baudrate wird nicht unterstützt"

locale/en_US.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
10+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -669,6 +669,10 @@ msgstr ""
669669
msgid "Insufficient authentication"
670670
msgstr ""
671671

672+
#: ports/nrf/common-hal/_bleio/__init__.c
673+
msgid "Insufficient encryption"
674+
msgstr ""
675+
672676
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
673677
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
674678
msgid "Invalid %q pin"
@@ -1220,6 +1224,12 @@ msgstr ""
12201224
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12211225
msgstr ""
12221226

1227+
#: ports/nrf/common-hal/_bleio/__init__.c
1228+
msgid ""
1229+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1230+
"declined or ignored."
1231+
msgstr ""
1232+
12231233
#: ports/atmel-samd/common-hal/busio/I2C.c
12241234
msgid "Unsupported baudrate"
12251235
msgstr ""

locale/en_x_pirate.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
10+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -673,6 +673,10 @@ msgstr ""
673673
msgid "Insufficient authentication"
674674
msgstr ""
675675

676+
#: ports/nrf/common-hal/_bleio/__init__.c
677+
msgid "Insufficient encryption"
678+
msgstr ""
679+
676680
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
677681
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
678682
msgid "Invalid %q pin"
@@ -1224,6 +1228,12 @@ msgstr ""
12241228
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12251229
msgstr ""
12261230

1231+
#: ports/nrf/common-hal/_bleio/__init__.c
1232+
msgid ""
1233+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1234+
"declined or ignored."
1235+
msgstr ""
1236+
12271237
#: ports/atmel-samd/common-hal/busio/I2C.c
12281238
msgid "Unsupported baudrate"
12291239
msgstr ""

locale/es.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
10+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -679,6 +679,10 @@ msgstr "error Input/output"
679679
msgid "Insufficient authentication"
680680
msgstr ""
681681

682+
#: ports/nrf/common-hal/_bleio/__init__.c
683+
msgid "Insufficient encryption"
684+
msgstr ""
685+
682686
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
683687
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
684688
msgid "Invalid %q pin"
@@ -1257,6 +1261,12 @@ msgstr ""
12571261
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12581262
msgstr "Número incomparable de elementos en RHS (%d esperado,%d obtenido)"
12591263

1264+
#: ports/nrf/common-hal/_bleio/__init__.c
1265+
msgid ""
1266+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1267+
"declined or ignored."
1268+
msgstr ""
1269+
12601270
#: ports/atmel-samd/common-hal/busio/I2C.c
12611271
msgid "Unsupported baudrate"
12621272
msgstr "Baudrate no soportado"

locale/fil.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
10+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -685,6 +685,10 @@ msgstr "May mali sa Input/Output"
685685
msgid "Insufficient authentication"
686686
msgstr ""
687687

688+
#: ports/nrf/common-hal/_bleio/__init__.c
689+
msgid "Insufficient encryption"
690+
msgstr ""
691+
688692
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
689693
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
690694
msgid "Invalid %q pin"
@@ -1260,6 +1264,12 @@ msgstr ""
12601264
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12611265
msgstr ""
12621266

1267+
#: ports/nrf/common-hal/_bleio/__init__.c
1268+
msgid ""
1269+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1270+
"declined or ignored."
1271+
msgstr ""
1272+
12631273
#: ports/atmel-samd/common-hal/busio/I2C.c
12641274
msgid "Unsupported baudrate"
12651275
msgstr "Hindi supportadong baudrate"

locale/fr.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
11+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1212
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <[email protected]>\n"
1414
"Language-Team: fr\n"
@@ -689,6 +689,10 @@ msgstr "Erreur d'entrée/sortie"
689689
msgid "Insufficient authentication"
690690
msgstr ""
691691

692+
#: ports/nrf/common-hal/_bleio/__init__.c
693+
msgid "Insufficient encryption"
694+
msgstr ""
695+
692696
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
693697
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
694698
msgid "Invalid %q pin"
@@ -1283,6 +1287,12 @@ msgid "Unmatched number of items on RHS (expected %d, got %d)."
12831287
msgstr ""
12841288
"Pas de correspondance du nombres d'éléments à droite (attendu %d, obtenu %d)"
12851289

1290+
#: ports/nrf/common-hal/_bleio/__init__.c
1291+
msgid ""
1292+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1293+
"declined or ignored."
1294+
msgstr ""
1295+
12861296
#: ports/atmel-samd/common-hal/busio/I2C.c
12871297
msgid "Unsupported baudrate"
12881298
msgstr "Débit non supporté"

locale/it_IT.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
11+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <[email protected]>\n"
1414
"Language-Team: \n"
@@ -685,6 +685,10 @@ msgstr "Errore input/output"
685685
msgid "Insufficient authentication"
686686
msgstr ""
687687

688+
#: ports/nrf/common-hal/_bleio/__init__.c
689+
msgid "Insufficient encryption"
690+
msgstr ""
691+
688692
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
689693
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
690694
msgid "Invalid %q pin"
@@ -1260,6 +1264,12 @@ msgstr ""
12601264
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12611265
msgstr ""
12621266

1267+
#: ports/nrf/common-hal/_bleio/__init__.c
1268+
msgid ""
1269+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1270+
"declined or ignored."
1271+
msgstr ""
1272+
12631273
#: ports/atmel-samd/common-hal/busio/I2C.c
12641274
msgid "Unsupported baudrate"
12651275
msgstr "baudrate non supportato"

locale/ko.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
11+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -673,6 +673,10 @@ msgstr ""
673673
msgid "Insufficient authentication"
674674
msgstr ""
675675

676+
#: ports/nrf/common-hal/_bleio/__init__.c
677+
msgid "Insufficient encryption"
678+
msgstr ""
679+
676680
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
677681
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
678682
msgid "Invalid %q pin"
@@ -1225,6 +1229,12 @@ msgstr ""
12251229
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12261230
msgstr ""
12271231

1232+
#: ports/nrf/common-hal/_bleio/__init__.c
1233+
msgid ""
1234+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1235+
"declined or ignored."
1236+
msgstr ""
1237+
12281238
#: ports/atmel-samd/common-hal/busio/I2C.c
12291239
msgid "Unsupported baudrate"
12301240
msgstr ""

locale/pl.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
10+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1111
"PO-Revision-Date: 2019-03-19 18:37-0700\n"
1212
"Last-Translator: Radomir Dopieralski <[email protected]>\n"
1313
"Language-Team: pl\n"
@@ -674,6 +674,10 @@ msgstr "Błąd I/O"
674674
msgid "Insufficient authentication"
675675
msgstr ""
676676

677+
#: ports/nrf/common-hal/_bleio/__init__.c
678+
msgid "Insufficient encryption"
679+
msgstr ""
680+
677681
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
678682
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
679683
msgid "Invalid %q pin"
@@ -1240,6 +1244,12 @@ msgstr ""
12401244
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12411245
msgstr "Zła liczba obiektów po prawej stronie (oczekiwano %d, jest %d)."
12421246

1247+
#: ports/nrf/common-hal/_bleio/__init__.c
1248+
msgid ""
1249+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1250+
"declined or ignored."
1251+
msgstr ""
1252+
12431253
#: ports/atmel-samd/common-hal/busio/I2C.c
12441254
msgid "Unsupported baudrate"
12451255
msgstr "Zła szybkość transmisji"

locale/pt_BR.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-20 14:01-0800\n"
11+
"POT-Creation-Date: 2019-11-21 16:50-0800\n"
1212
"PO-Revision-Date: 2018-10-02 21:14-0000\n"
1313
"Last-Translator: \n"
1414
"Language-Team: \n"
@@ -678,6 +678,10 @@ msgstr ""
678678
msgid "Insufficient authentication"
679679
msgstr ""
680680

681+
#: ports/nrf/common-hal/_bleio/__init__.c
682+
msgid "Insufficient encryption"
683+
msgstr ""
684+
681685
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
682686
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
683687
msgid "Invalid %q pin"
@@ -1237,6 +1241,12 @@ msgstr ""
12371241
msgid "Unmatched number of items on RHS (expected %d, got %d)."
12381242
msgstr ""
12391243

1244+
#: ports/nrf/common-hal/_bleio/__init__.c
1245+
msgid ""
1246+
"Unspecified issue. Can be that the pairing prompt on the other device was "
1247+
"declined or ignored."
1248+
msgstr ""
1249+
12401250
#: ports/atmel-samd/common-hal/busio/I2C.c
12411251
msgid "Unsupported baudrate"
12421252
msgstr "Taxa de transmissão não suportada"

0 commit comments

Comments
 (0)