From 8e3cd4e7d11f120079b87c67bcce6d96728742a5 Mon Sep 17 00:00:00 2001 From: Sergey Koshelev Date: Sat, 7 Dec 2019 16:52:16 -0500 Subject: [PATCH] ? --- plugin.xml | 8 ++- .../Resources/ar.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/ca.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/cs.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/da.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/de.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/el.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/en.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/es.lproj/Localizable.strings | 54 ++++++++++++++++++ .../es_419.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/fi.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/fr.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/fr_CA.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/hi.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/hr.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/hu.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/id.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/it.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/iw.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/ja.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/ko.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/ms.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/nl.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/no.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/pl.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/pt_BR.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/pt_PT.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/ro.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/ru.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/sk.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/sv.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/th.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/tr.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/uk.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/vi.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/zh_CN.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/zh_HK.lproj/Localizable.strings | 54 ++++++++++++++++++ .../Resources/zh_TW.lproj/Localizable.strings | 54 ++++++++++++++++++ .../ic_expand_more.imageset/Contents.json | 24 ++++++++ .../ic_expand_more.png | Bin 0 -> 125 bytes .../ic_expand_more_2x.png | Bin 0 -> 168 bytes .../ic_expand_more_3x.png | Bin 0 -> 252 bytes .../ic_nearby_48pt.imageset/Contents.json | 24 ++++++++ .../ic_nearby_48pt.png | Bin 0 -> 310 bytes .../ic_nearby_48pt_2x.png | Bin 0 -> 605 bytes .../ic_nearby_48pt_3x.png | Bin 0 -> 795 bytes 46 files changed, 2052 insertions(+), 2 deletions(-) create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ar.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ca.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/cs.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/da.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/de.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/el.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/en.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/es.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/es_419.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/fi.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/fr.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/fr_CA.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/hi.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/hr.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/hu.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/id.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/it.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/iw.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ja.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ko.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ms.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/nl.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/no.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/pl.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/pt_BR.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/pt_PT.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ro.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/ru.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/sk.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/sv.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/th.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/tr.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/uk.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/vi.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/zh_CN.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/zh_HK.lproj/Localizable.strings create mode 100755 src/ios/resources/GNSSharedResources.bundle/Resources/zh_TW.lproj/Localizable.strings create mode 100755 src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/Contents.json create mode 100755 src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more.png create mode 100755 src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more_2x.png create mode 100755 src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more_3x.png create mode 100755 src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/Contents.json create mode 100755 src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt.png create mode 100755 src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt_2x.png create mode 100755 src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt_3x.png diff --git a/plugin.xml b/plugin.xml index 6b622c1..e39c7c4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -52,11 +52,15 @@ + + + + - + - + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ar.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ar.lproj/Localizable.strings new file mode 100755 index 0000000..df61fad --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ar.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "مستشعرات الأجهزة المجاورة"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "سماح"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "رفض"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "مزيد من المعلومات"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "هل تريد السماح لـ %@ باستخدام ميزة الأجهزة المجاورة؟"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "تشغِّل الأجهزة شفرة بصوت فوق سمعي شبه مسموع أو نغمات موسيقية. ويتم استخدام الميكروفون لاكتشاف هذه الشفرة."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "قد يتمكن بعض الأشخاص من سماع الأصوات في نطاق الصوت فوق السمعي شبه المسموع."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "‏عند العثور على شفرة ما، يتم إرسالها إلى خوادم Google لتوصيل الأجهزة. ولا يتم إرسال الصوت إلى خوادم Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "إرسال شفرات إقران وتلقيها"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "صوت"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "‏يمكنك تبديل شفرات الإقران والمقارنة بين شبكات Wi-Fi ونقل البيانات باستخدام خوادم Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "‏يمكنك اكتشاف الأجهزة والأماكن المجاورة باستخدام البلوتوث وWi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "يمكنك إنشاء اتصال مؤقت لنقل البيانات بين الأجهزة."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "يمكنك إرسال شفرة إقران مؤقتًا باستخدام طاقة بلوتوث منخفضة."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "تمكين الاستكشاف ونقل البيانات"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "‏بلوتوث وWi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "‏تستفيد ميزة الأجهزة المجاورة من الموقع والميكروفون وWi-Fi وبلوتوث."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "تشغيل الأجهزة المجاورة"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ca.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ca.lproj/Localizable.strings new file mode 100755 index 0000000..1399e42 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ca.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORS PROPERS"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Permet"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Denega"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Més informació"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Vols permetre que %@ utilitzi la funció A prop?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Els dispositius reprodueixen un codi breu gairebé ultrasònic o tons musicals. Aquest codi es detecta amb el micròfon."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "És possible que algunes persones puguin sentir sons del camp gairebé ultrasònic."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Si es troba un codi, s'envia als servidors de Google per connectar els dispositius. No s'hi envia cap contingut d'àudio."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Envia i rep codis de sincronització"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Àudio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Intercanvia codis de vinculació, compara xarxes Wi-Fi i transfereix dades mitjançant els servidors de Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Descobreix dispositius i llocs propers mitjançant el Bluetooth i la Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Estableix una connexió temporal per transferir dades entre dispositius."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Emet un codi de vinculació temporalment mitjançant Bluetooth de baix consum."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Activa aquesta funció per descobrir i transferir dades"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth i Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "La funció A prop utilitzarà la ubicació, el micròfon, la Wi-Fi i el Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Activa A prop"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/cs.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/cs.lproj/Localizable.strings new file mode 100755 index 0000000..8a28247 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/cs.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENZORY PRO FUNKCI NABLÍZKU"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Povolit"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Odmítnout"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Další informace"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Povolit aplikaci %@ používat funkci Nablízku?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Zařízení přehrají krátký zvuk či tón těsně nad hranicí slyšitelnosti. Kód bude rozpoznán pomocí vašeho mikrofonu."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Zvuky v pásmu těsně nad hranicí slyšitelnosti mohou někteří lidé slyšet."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Je-li zjištěn kód, je odeslán na servery Google za účelem propojení zařízení. Na servery Google není odesílán žádný zvuk."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Slouží k odesílání a přijímání párovacích kódů"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Zvuk"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Dojde k výměně párovacích kódů, porovnání sítí Wi-Fi a přenosu dat pomocí serverů Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Zařízení a místa v okolí budou objevována pomocí rozhraní Bluetooth a sítě Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Bude navázáno dočasné spojení za účelem přenosu dat mezi zařízeními."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Párovací kód bude dočasně vysílán pomocí rozhraní Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Zapne se za účelem objevení zařízení a přenosu dat"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth a Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Funkce Nablízku používá údaj o poloze, mikrofon, Wi-Fi a Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Zapnout funkci Nablízku"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/da.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/da.lproj/Localizable.strings new file mode 100755 index 0000000..968cd72 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/da.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORER TÆT PÅ"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Tillad"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Afvis"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Få flere oplysninger"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Vil du give %@ tilladelse til at bruge Tæt på?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Enhederne afspiller en kort kode eller musiktoner, der er tæt på ultralyd. Koden registreres ved hjælp af din mikrofon."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Nogle mennesker kan høre de højfrekvente lyde."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Hvis der registreres en kode, sendes den til Googles servere for at oprette forbindelse mellem enhederne. Der sendes ingen lyd til Googles servere."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Send og modtag parringskoder"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Lyd"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Send parringskoder, sammenlign Wi-Fi-netværk, og overfør data ved hjælp af Googles servere."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Find enheder og steder i nærheden ved hjælp af Bluetooth og Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Opret en midlertidig forbindelse for at overføre data mellem enheder."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Send midlertidigt en parringskode med Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Aktivér, så du kan finde andre og overføre data"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth og Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Tæt på anvender placering, mikrofon, Wi-Fi og Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Aktivér Tæt på"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/de.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/de.lproj/Localizable.strings new file mode 100755 index 0000000..4d1ef70 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/de.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "Nearby-Sensoren"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Zulassen"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Nicht zulassen"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Mehr erfahren"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Zulassen, dass %@ Nearby verwendet?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Geräte geben den Code als kurzes Beinahe-Ultraschallsignal oder Melodie wieder, das bzw. die über das Mikrofon deines Geräts erkannt wird."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Manche Menschen hören möglicherweise Töne im Bereich des Beinahe-Ultraschalls."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Wenn ein Code erkannt wird, wird er an die Google-Server gesendet, um die Geräte zu verbinden. Es wird kein Audio an die Google-Server gesendet."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Pairing-Codes senden und empfangen"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Ton"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Tausche Pairing-Codes aus, vergleiche WLANs und übertrage Daten über die Google-Server."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Du kannst Geräte und Orte in der Nähe über Bluetooth und WLAN erkennen."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Stelle eine vorübergehende Verbindung her, um Daten zwischen Geräten zu übertragen."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Übertrage vorübergehend einen Pairing-Code mit Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Zur Erkennung und zum Datentransfer aktivieren"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth & WLAN"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby nutzt Standortdaten, das Mikrofon, WLAN und Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Nearby aktivieren"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/el.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/el.lproj/Localizable.strings new file mode 100755 index 0000000..49552b1 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/el.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "ΚΟΝΤΙΝΟΙ ΑΙΣΘΗΤΗΡΕΣ"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Αποδοχή"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Απόρριψη"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Μάθετε περισσότερα"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Να επιτρέπεται στην εφαρμογή %@ να χρησιμοποιεί το Nearby;"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Οι συσκευές εκπέμπουν έναν σύντομο σχεδόν υπερηχητικό κωδικό ή μελωδικούς ήχους. Το μικρόφωνο χρησιμοποιείται για την ανίχνευση αυτού του κωδικού."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Ορισμένα άτομα ενδέχεται να έχουν τη δυνατότητα να ακούν ήχους σε σχεδόν υπερηχητικό φάσμα."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Εάν εντοπιστεί κωδικός, αποστέλλεται στους διακομιστές της Google για τη σύνδεση των συσκευών. Δεν αποστέλλεται ήχος στους διακομιστές της Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Αποστολή και λήψη κωδικών σύζευξης"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Ήχος"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Ανταλλαγή κωδικών αντιστοίχισης, σύγκριση δικτύων Wi-Fi, καθώς και μεταφορά δεδομένων, με χρήση των διακομιστών της Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Ανακάλυψη συσκευών και κοντινών μερών με χρήση Bluetooth και Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Δημιουργία μιας προσωρινής σύνδεσης για τη μεταφορά δεδομένων μεταξύ συσκευών."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Προσωρινή μετάδοση ενός κωδικού σύζευξης χρησιμοποιώντας Bluetooth χαμηλής ενέργειας."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Ενεργοποιήστε για ανακάλυψη και μεταφορά δεδομένων"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth και Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Το Nearby χρησιμοποιεί την τοποθεσία, το μικρόφωνο, το Wi-Fi και το Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Ενεργοποίηση Nearby"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/en.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/en.lproj/Localizable.strings new file mode 100755 index 0000000..8cf32ce --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/en.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "NEARBY SENSORS"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Allow"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Deny"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Learn more"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Allow %@ to use Nearby?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Devices play a short near-ultrasonic code or musical tones. Your microphone is used to detect this code."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Some people may be able to hear sounds in the near-ultrasonic range."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "If a code is found, it’s sent to Google servers to connect the devices. No audio is sent to Google servers."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Send and receive pairing codes"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Exchange pairing codes, compare Wi-Fi networks, and transfer data using Google servers."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Discover devices and nearby places using Bluetooth and Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Establish a temporary connection to transfer data between devices."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Temporarily broadcast a pairing code using Bluetooth low energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Turn on for discovery and data transfer"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth & Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby will use location, microphone, Wi-Fi, and Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Turn on Nearby"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/es.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/es.lproj/Localizable.strings new file mode 100755 index 0000000..75e20ed --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/es.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORES CERCANOS"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Permitir"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Rechazar"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Más información"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "¿Permitir que %@ utilice Cercano?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Los dispositivos reproducen un breve código casi ultrasónico o tonos musicales que el micrófono puede detectar."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Algunas personas pueden ser capaces de escuchar sonidos cercanos a los ultrasonidos."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Si se detecta un código, se envía a los servidores de Google para conectar los dispositivos. No se envía audio a los servidores de Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Enviar y recibir códigos de vinculación"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Intercambia códigos de vinculación, compara redes Wi-Fi y transfiere datos a través de los servidores de Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Encuentra dispositivos y sitios cercanos por Bluetooth y Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Establece una conexión temporal para transferir datos entre dispositivos."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Utiliza Bluetooth de bajo consumo para emitir temporalmente un código de vinculación."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Activar para encontrar dispositivos y transferir datos"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth y Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Cercano utilizará la ubicación, el micrófono, la conexión Wi-Fi y el Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Activar Cercano"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/es_419.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/es_419.lproj/Localizable.strings new file mode 100755 index 0000000..394b06c --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/es_419.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORES NEARBY"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Permitir"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Rechazar"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Más información"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "¿Quieres permitir que %@ use Nearby?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Los dispositivos reproducen un código breve casi ultrasónico o tonos musicales que detecta el micrófono."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Algunas personas son capaces de oír sonidos en una frecuencia casi ultrasónica."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Si encuentra un código, lo envía a los servidores de Google para conectar los dispositivos. No se envía ningún audio a los servidores de Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Enviar y recibir códigos de sincronización"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Intercambia códigos de sincronización, compara redes Wi-Fi y transfiere datos a través de los servidores de Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Detectar dispositivos y lugares cercanos con Bluetooth y Wi-Fi"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Establece una conexión temporal para transferir datos entre dispositivos."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Transmite un código de sincronización de forma temporal a través de Bluetooth de bajo consumo."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Activar para la detección y transferencia de datos"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth y Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby usará la ubicación, el micrófono, la conexión Wi-Fi y el Bluetooth"; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Activar Nearby"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/fi.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/fi.lproj/Localizable.strings new file mode 100755 index 0000000..826fcf4 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/fi.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "NEARBY-ANTURIT"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Salli"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Estä"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Lisätietoja"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Myönnetäänkö Nearbyn käyttöoikeus sovellukselle %@?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Laitteet toistavat lyhyen, lähellä ultraäänitaajuutta toistettavan koodin tai musiikkia muistuttavia ääniä. Koodien tunnistamiseen käytetään mikrofoniasi."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Jotkut ihmiset voivat kuulla lähellä ultraäänitaajuutta toistettavia ääniä."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Jos koodi löydetään, se lähetetään Googlen palvelimille laitteiden yhdistämiseksi. Ääntä ei lähetetä Googlen palvelimille."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Lähetä ja vastaanota yhdistämiskoodeja."; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Vaihda yhdistämiskoodeja, vertaa Wi-Fi-verkkoja ja siirrä tietoa käyttämällä Googlen palvelimia."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Löydä laitteita ja lähellä olevia paikkoja Bluetooth- tai Wi-Fi-yhteyden avulla."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Muodosta väliaikainen yhteys laitteiden väliseen tiedonsiirtoon."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Lähetä yhdistämiskoodi väliaikaisesti Bluetoothin virransäästötilan avulla."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Ota tämä käyttöön löytämistä ja tiedonsiirtoa varten."; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth ja Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby käyttää sijaintitietoja, mikrofonia, Wi-Fi-yhteyttä ja Bluetoothia."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Ota Nearby käyttöön"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/fr.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/fr.lproj/Localizable.strings new file mode 100755 index 0000000..f14e4c7 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/fr.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "CAPTEURS DE LA FONCTIONNALITÉ À PROXIMITÉ"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Autoriser"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Refuser"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "En savoir plus"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Autoriser %@ à utiliser la fonctionnalité À proximité ?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Les appareils émettent un bref code ou un air proches de l'ultrason et détectés par votre micro."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Certaines personnes peuvent entendre les sons émis dans une gamme proche du domaine ultrasonore."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Si un code est identifié, il est envoyé aux serveurs Google afin de connecter les appareils. Aucun enregistrement audio n'est envoyé à ces serveurs."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Envoyer et recevoir des codes d'association"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Échangez des codes d'association, comparez des réseaux Wi-Fi et transférez des données à l'aide des serveurs Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Découvrez des appareils et des adresses à proximité avec le Bluetooth et le Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Établissez une connexion temporaire afin de transférer des données entre plusieurs appareils."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Diffusez temporairement un code d'association à l'aide de Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Activer cette option pour la visibilité et le transfert de données"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth et Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "La fonctionnalité À proximité utilise la position, le micro, le Wi-Fi et le Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Activer À proximité"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/fr_CA.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/fr_CA.lproj/Localizable.strings new file mode 100755 index 0000000..f5f3b87 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/fr_CA.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "CAPTEURS À PROXIMITÉ"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Autoriser"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Refuser"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "En savoir plus"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Autoriser %@ à utiliser la fonction À proximité?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Les appareils émettent un bref code ou une tonalité proches de l'ultrason et détectés par votre micro."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Certaines personnes peuvent entendre les sons émis dans une gamme proche du domaine ultrasonore."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Si un code est reconnu, il est envoyé aux serveurs Google afin de connecter les appareils. Aucun enregistrement audio n'est envoyé à ces serveurs."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Envoyer et recevoir des codes d'association"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Échangez des codes d'association, comparez des réseaux Wi-Fi et transférez des données à l'aide des serveurs Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Découvrez des appareils et des lieux à proximité avec le Bluetooth et le Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Établissez une connexion temporaire afin de transférer des données entre plusieurs appareils."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Diffusez temporairement un code d'association par signal Bluetooth à faible consommation d'énergie."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Activez cette option pour la découverte et le transfert de données"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth et Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "La fonction À proximité utilisera la position, le microphone, le Wi-Fi et le Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Activer À proximité"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/hi.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/hi.lproj/Localizable.strings new file mode 100755 index 0000000..8a5cdcc --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/hi.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "आस-पास के सेंसर"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "अनुमति दें"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "अस्वीकार करें"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "और जानें"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "%@ को आस-पास का उपयोग करने की अनुमति दें?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "डिवाइस छोटे नियर-अल्ट्रासोनिक कोड या संगीत टोन चलाते हैं. आपके माइक्रोफ़ोन का उपयोग इस कोड का पता लगाने के लिए किया जाता है."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "कुछ लोग अल्ट्रासॉनिक सीमा जैसी ध्वनियों को सुन सकते हैं."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "यदि कोई कोड मिलता है, तो उसे डिवाइसों को कनेक्ट करने के लिए Google सर्वर को भेज दिया जाता है. Google सर्वर पर कोई भी ऑडियो नहीं भेजा जाता है."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "युग्मन कोड भेजें और प्राप्त करें"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "ऑडियो"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "युग्मन कोड बदलें, वाई-फ़ाई नेटवर्क की तुलना करें और Google सर्वर का उपयोग करके डेटा ट्रांसफर करें."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "ब्‍लूटूथ और वाई-फ़ाई का उपयोग करके डिवाइस और आस-पास के स्‍थान खोजें."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "डिवाइसों के बीच डेटा ट्रांसफर करने के लिए अस्थायी कनेक्शन स्थापित करें."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "ब्लूटूथ कम ऊर्जा का उपयोग करके युग्मन कोड को अस्थायी रूप से ब्रॉडकास्ट करें."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "खोजने और डेटा स्थानान्तरण करने के लिए चालू करें"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "ब्लूटूथ और वाई-फ़ाई"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "आस-पास द्वारा स्थान, माइक्रोफ़ोन, वाई-फ़ाई और ब्लूटूथ का उपयोग किया जाएगा."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Nearby चालू करें"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/hr.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/hr.lproj/Localizable.strings new file mode 100755 index 0000000..9384d36 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/hr.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENZORI U BLIZINI"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Dopusti"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Odbij"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Saznajte više"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Smije li %@ upotrebljavati U blizini?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Uređaji reproduciraju kratak, gotovo ultrazvučni kôd ili glazbene tonove. Za otkrivanje koda upotrebljava se vaš mikrofon."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Neke osobe mogu čuti zvukove u gotovo ultrazvučnom rasponu."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Ako se kôd otkrije, šalje se Googleovim poslužiteljima radi povezivanja uređaja. Googleovim poslužiteljima ne šalje se zvučni zapis."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Slanje i primanje kodova za uparivanje"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Razmjenjivanje kodova za uparivanje, usporedba Wi-Fi mreža i prijenos podataka putem Googleovih poslužitelja."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Otkrijte uređaje i mjesta u blizini pomoću Bluetootha i Wi-Fi-ja."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Uspostavljanje privremene veze radi prijenosa podataka između uređaja."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Privremeno emitiranje koda za uparivanje pomoću Bluetootha niske energije."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Uključite radi otkrivanja i prijenosa podataka"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth i Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "U blizini će upotrebljavati lokaciju, mikrofon, Wi-Fi i Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Uključite U blizini"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/hu.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/hu.lproj/Localizable.strings new file mode 100755 index 0000000..de7bbd6 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/hu.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "NEARBY-ÉRZÉKELŐK"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Engedélyezés"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Elutasítás"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "További információ"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Engedélyezi a(z) %@ számára a Nearby funkció használatát?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Az eszközök egy halk, csaknem ultrahangos kódot vagy zenei hangokat játszanak le. Mikrofonja érzékeli ezeket a kódokat."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Néhány ember képes meghallani a csaknem ultrahangos tartományban mozgó hangokat."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Ha a rendszer kódot talált, elküldi azt a Google szervereinek, hogy összekapcsolja az eszközöket. A Google szervereihez nem érkezik hanganyag."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Párosítókódok küldése és fogadása"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Hang"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Párosítókódok cseréje, Wi-Fi-hálózatok összehasonlítása, illetve adatátvitel a Google szervereinek használatával."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Eszközök és közeli helyek felfedezése Bluetooth és Wi-Fi használatával."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Ideiglenes kapcsolat létesítése eszközök közötti adatátvitel céljából."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Párosítókód ideiglenes sugárzása alacsony energiaszintű Bluetooth-kapcsolat használatával."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Bekapcsolás felfedezés és adatátvitel céljából"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth és Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "A Nearby funkció a következőket használja: helyadatok, mikrofon, Wi-Fi és Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "A Nearby bekapcsolása"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/id.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/id.lproj/Localizable.strings new file mode 100755 index 0000000..50957fc --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/id.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSOR DI SEKITAR"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Izinkan"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Tolak"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Pelajari lebih lanjut"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Izinkan %@ menggunakan fitur Di Sekitar?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Perangkat akan memutar kode pendek yang mendekati frekuensi ultrasonik atau nada musik. Mikrofon akan digunakan untuk mendeteksi kode ini."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Mungkin ada beberapa orang yang dapat mendengar suara dalam rentang frekuensi mendekati ultrasonik."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Kode yang terdeteksi akan dikirimkan ke server Google untuk menghubungkan perangkat. Audio tidak dikirimkan ke server Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Kirim dan terima kode penyandingan"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Saling tukar kode penyandingan, bandingkan jaringan Wi-Fi, dan transfer data menggunakan server Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Temukan perangkat dan tempat-tempat terdekat menggunakan Bluetooth dan Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Buat sambungan sementara untuk mentransfer data antar perangkat."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Siarkan kode penyandingan untuk sementara melalui Bluetooth rendah energi."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Aktifkan agar dapat ditemukan dan untuk mentransfer data"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth & Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Fitur Di Sekitar akan menggunakan lokasi, mikrofon, Wi-Fi, dan Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Aktifkan Di Sekitar"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/it.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/it.lproj/Localizable.strings new file mode 100755 index 0000000..64b3641 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/it.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORI NELLE VICINANZE"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Consenti"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Nega"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Altre info"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Consentire a %@ di utilizzare la funzione Qui vicino?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "I dispositivi riproducono toni musicali o un breve codice quasi a ultrasuoni. Per rilevare questo codice viene utilizzato il microfono."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Alcune persone sono in grado di percepire suoni nella gamma quasi ultrasonica."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "L'eventuale codice rilevato viene inviato ai server di Google per collegare i dispositivi. Non verrà inviato audio ai server di Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Invia e ricevi codici di accoppiamento"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Scambiare codici di accoppiamento, confrontare le reti Wi-Fi e trasferire dati tramite i server di Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Rileva dispositivi e trova luoghi nelle vicinanze con Bluetooth e Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Stabilire una connessione temporanea per trasferire dati tra i dispositivi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Trasmettere temporaneamente un codice di accoppiamento tramite Bluetooth a bassa energia."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Attiva per il rilevamento e il trasferimento dei dati"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth e Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "La funzione Qui vicino utilizzerà la posizione, il microfono, il Wi-Fi e il Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Attiva Qui vicino"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/iw.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/iw.lproj/Localizable.strings new file mode 100755 index 0000000..f004ffa --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/iw.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "חיישנים קרובים"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "התר"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "דחה"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "למידע נוסף"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "‏האם לאשר לאפליקציה %@ להשתמש ב-Nearby?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "מכשירים משמיעים קוד קצר, כמעט על קולי, או טונים מוזיקליים. המיקרופון משמש לזיהוי הקוד הזה."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "יש אנשים שמסוגלים לשמוע קולות כמעט על-קוליים."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "‏אם נמצא קוד, הוא נשלח לשרתי Google כדי לחבר את המכשירים. לא נשלחת הקלטת אודיו אל השרתים של Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "שליחה וקבלה של קודי התאמה"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "אודיו"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "‏העבר קודי התאמה, השווה רשתות Wi-Fi והעבר נתונים באמצעות שרתי Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "‏אתר מכשירים ומקומות קרובים באמצעות Bluetooth ו-Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "צור חיבור זמני כדי להעביר נתונים בין מכשירים."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "‏שדר באופן זמני קוד התאמה באמצעות Bluetooth עם צריכת אנרגיה נמוכה."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "הפעלה לשם גילוי והעברת נתונים"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "‏Bluetooth ו-Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "‏התכונה Nearby תשתמש במיקום, במיקרופון, ב-Wi-Fi וב-Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "‏הפעלת Nearby"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ja.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ja.lproj/Localizable.strings new file mode 100755 index 0000000..4004c0f --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ja.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "付近のセンサー"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "許可"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "許可しない"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "詳細"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Nearby の使用を %@ に許可しますか?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "端末が超音波に近い短いコードまたは音声を再生します。このコードはマイクで検出されます。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "人によっては超音波に近い音声を聞き取れることがあります。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "検出されたコードは、端末を接続するためにGoogleサーバーに送信されます。Googleサーバーに音声は送信されません。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "ペア設定コードを送受信します"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "音声"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "ペア設定コードの交換、Wi-Fiネットワークの比較、Googleサーバーを使用したデータ転送を行います。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "BluetoothやWi-Fiを使用して端末や周辺のスポットを検出します。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "一時的な接続を確立して端末間でデータを転送します。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "BLE(Bluetooth Low Energy)を使用してペア設定コードを一時的にブロードキャストします。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "ON にして検出やデータ転送に使用します"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "BluetoothとWi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby では位置情報、マイク、Wi-Fi、Bluetooth が使用されます"; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "NearbyをONにする"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ko.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ko.lproj/Localizable.strings new file mode 100755 index 0000000..9c78065 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ko.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "주변 센서"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "허용"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "거부"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "자세히 알아보기"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "%@에서 Nearby를 사용하도록 허용하시겠습니까?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "기기에서 초음파에 가까운 짧은 코드 또는 고른음을 재생합니다. 이 코드를 감지하기 위해 마이크가 사용됩니다."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "일부 사람들은 초음파에 가까운 영역에서 소리를 들을 수도 있습니다."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "코드가 발견되면 Google 서버로 전송되어 기기를 연결합니다. 오디오는 Google 서버로 전송되지 않습니다."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "페어링 코드 주고받기"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "오디오"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Google 서버를 사용하여 페어링 코드를 교환하고 Wi-Fi 네트워크를 비교하고 데이터를 전송합니다."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "블루투스와 Wi-Fi를 사용하여 기기와 주변 장소를 검색합니다."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "일시적으로 연결을 설정하여 기기 간에 데이터를 전송합니다."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "일시적으로 블루투스 저전력을 사용하여 페어링 코드를 브로드캐스트합니다."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "탐색 및 데이터 전송을 위해 사용 설정"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "블루투스 및 Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby에서 위치, 마이크, Wi-Fi, 블루투스를 사용합니다."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Nearby 사용 설정"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ms.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ms.lproj/Localizable.strings new file mode 100755 index 0000000..ec8192c --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ms.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "PENDERIA BERDEKATAN"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Benarkan"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Tolak"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Ketahui lebih lanjut"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Benarkan %@ menggunakan Nearby?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Peranti memainkan kod pendek yang hampir ultrasonik atau nada muzik. Mikrofon anda digunakan untuk mengesan kod ini."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Sesetengah orang mungkin dapat mendengar bunyi dalam julat hampir ultrasonik."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Jika kod ditemui, kod ini dihantar kepada pelayan Google untuk menyambungkan peranti. Tiada audio dihantar ke pelayan Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Hantar dan terima kod berpasangan"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Tukar kod berpasangan, bandingkan rangkaian Wi-Fi dan pindahkan data menggunakan pelayan Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Temui peranti dan tempat berdekatan menggunakan Bluetooth serta Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Wujudkan sambungan sementara untuk memindahkan data antara peranti."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Siarkan kod berpasangan menggunakan tenaga rendah Bluetooth untuk sementara waktu."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Hidupkan untuk penemuan dan pemindahan data"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth & Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby akan menggunakan lokasi, mikrofon, Wi-Fi dan Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Hidupkan Nearby"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/nl.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/nl.lproj/Localizable.strings new file mode 100755 index 0000000..cbfb19f --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/nl.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSOREN IN DE BUURT"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Toestaan"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Weigeren"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Meer informatie"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Toestaan dat %@ Dichtbij gebruikt?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Apparaten spelen een korte, bijna ultrasone code of muziektonen af. De microfoon van je apparaat wordt gebruikt voor het detecteren van deze code."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Bepaalde mensen kunnen geluiden horen in het bijna ultrasonische bereik."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Als er een code wordt gevonden, wordt deze verzonden naar de Google-server om de apparaten te verbinden. Er wordt geen audio verzonden naar de Google-servers."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Koppelingscodes verzenden en ontvangen"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Koppelingscodes uitwisselen, wifi-netwerken vergelijken en gegevens overdragen via Google-servers."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Ontdek apparaten en plaatsen in de buurt via Bluetooth en wifi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Een tijdelijke verbinding maken om gegevens over te zetten tussen apparaten."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Tijdelijk een koppelingscode uitzenden via Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Inschakelen voor ontdekking en gegevensoverdracht"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth en wifi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Dichtbij maakt gebruik van de locatie, microfoon, wifi en Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "'Dichtbij' inschakelen"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/no.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/no.lproj/Localizable.strings new file mode 100755 index 0000000..e7a630a --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/no.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORER I NÆRHETEN"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Tillat"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Ikke tillat"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Finn ut mer"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Vil du la %@ bruke Like ved?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Enheter spiller av en kode med nesten ultralyd eller musikalske toner. Mikrofonen din brukes til å registrere denne koden."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Noen kan kanskje høre lydene som er nesten ultralyd."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Hvis koder blir funnet, sendes de til Google-tjenere for å koble til enhetene. Lyd sendes ikke til Google-tjenere."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Send og motta sammenkoblingskoder"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Lyd"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Utveksle tilkoblingskoder, sammenlign Wi-Fi-nettverk og overfør data med Google-tjenere."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Oppdag enheter og steder i nærheten med Bluetooth og Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Opprett en midlertidig tilkobling for å overføre data mellom enheter."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Kringkast midlertidig en tilkoblingskode med lavenergi-Bluetooth."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Slå på for oppdagelse og dataoverføringer"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth og Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Like ved bruker posisjon, mikrofon, Wi-Fi og Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Slå på Like ved"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/pl.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/pl.lproj/Localizable.strings new file mode 100755 index 0000000..df332cb --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/pl.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "CZUJNIKI W POBLIŻU"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Zezwól"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Odmów"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Więcej informacji"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Zezwolić aplikacji %@ na korzystanie z funkcji W pobliżu?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Urządzenia odtwarzają tony muzyczne lub krótki kod nadawany w częstotliwości bliskiej ultradźwiękowej. Wykrywa je mikrofon Twojego urządzenia."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Niektóre osoby mogą słyszeć dźwięki w częstotliwości bliskiej ultradźwiękowej."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Po odebraniu kod zostaje wysłany na serwery Google, by można było połączyć urządzenia. Na serwery Google nie są przesyłane żadne zarejestrowane dźwięki."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Wysyłanie i odbieranie kodów parowania"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Dźwięk"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Wymiana kodów parowania, porównywanie sieci Wi-Fi i przesyłanie danych przy użyciu serwerów Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Wykrywanie urządzeń i miejsc w pobliżu przez Bluetooth i Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Nawiązanie tymczasowego połączenia w celu przesłania danych między urządzeniami."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Tymczasowe przesyłanie kodu parowania przy użyciu technologii Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Włącz, by wykrywać urządzenia i przesyłać dane"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth i Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Funkcja W pobliżu używa lokalizacji, mikrofonu, Wi-Fi i Bluetootha."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Włącz funkcję W pobliżu"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/pt_BR.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/pt_BR.lproj/Localizable.strings new file mode 100755 index 0000000..93fcaef --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/pt_BR.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORES NAS PROXIMIDADES"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Permitir"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Negar"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Saiba mais"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Permitir que %@ use o Proximidade?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Os dispositivos reproduzem tons musicais ou um código curto quase ultrassônico. Seu microfone é usado para detectar esse código."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "É possível que algumas pessoas ouçam sons no alcance quase ultrassônico."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Se um código é encontrado, ele é enviado para os servidores do Google para conectar os dispositivos. Nenhum áudio é enviado para os servidores do Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Enviar e receber códigos de pareamento"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Áudio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Troque códigos de pareamento, compare redes Wi-Fi e transfira dados usando os servidores do Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Descobrir dispositivos e lugares próximos usando Bluetooth e Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Estabelecer uma conexão temporária para transferir dados entre dispositivos."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Transmitir temporariamente um código de pareamento usando Bluetooth de baixa energia."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Ativar a detecção e transferência de dados"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth e Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "O Proximidade usará o local, microfone, Wi-Fi e Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Ativar \"Proximidades\""; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/pt_PT.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/pt_PT.lproj/Localizable.strings new file mode 100755 index 0000000..39000ad --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/pt_PT.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORES DE PROXIMIDADE"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Permitir"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Recusar"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Saiba mais"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Permitir que o %@ utilize o Próximo?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Os dispositivos reproduzem um breve código quase ultrassónico ou tons musicais. O seu microfone é utilizado para detetar este código."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Algumas pessoas podem conseguir ouvir sons de amplitude quase ultrassónica."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Caso seja encontrado um código, é enviado para os servidores da Google para ligar os dispositivos. Não é enviado áudio para os servidores da Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Enviar e receber códigos de sincronização"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Áudio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Trocar códigos de sincronização, comparar redes Wi-Fi e transferir dados através dos servidores da Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Detete dispositivos e locais próximos através de Bluetooth e de Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Estabelecer uma ligação temporária para transferir dados entre dispositivos."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Difundir temporariamente um código de sincronização através do Bluetooth de baixo consumo."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Ativar para deteção e transferência de dados"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth e Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "O Próximo utiliza a localização, o microfone, o Wi-Fi e o Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Ativar o Próximo"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ro.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ro.lproj/Localizable.strings new file mode 100755 index 0000000..d0d4bea --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ro.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENZORI ÎN APROPIERE"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Permiteți"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Refuzați"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Aflați mai multe"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Permiteți aplicației %@ să folosească funcția În apropiere?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Dispozitivele vor reda un cod scurt apropiat de nivelul ultrasunetelor sau tonuri muzicale. Microfonul va fi folosit pentru a detecta acest cod."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Este posibil ca unele persoane să audă sunetele din intervalul apropiat de nivelul ultrasunetelor."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Dacă va fi detectat un cod, va fi trimis serverelor Google pentru a conecta dispozitivele. Serverelor Google nu le va fi trimis niciun conținut audio."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Trimiteți și primiți coduri de asociere"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Audio"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Faceți schimb de coduri de asociere, comparați rețele Wi-Fi și transferați date folosind serverele Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Găsiți dispozitive și locații în apropiere folosind Bluetooth și Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Stabiliți o conexiune temporară pentru a transfera date între dispozitive."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Difuzați temporar un cod de asociere folosind Bluetooth Low Energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Activați pentru funcția de descoperire și transferul de date"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth și Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Funcția În apropiere vă va folosi locația, microfonul, conexiunile Wi-Fi și Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Activați În apropiere"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/ru.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/ru.lproj/Localizable.strings new file mode 100755 index 0000000..defb709 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/ru.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "ДАТЧИКИ ФУНКЦИИ \"РЯДОМ\""; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Разрешить"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Запретить"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Подробнее"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Разрешить приложению \"%@\" использовать функцию \"Рядом\"?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Устройства воспроизводят мелодию или короткий сигнал, близкий к ультразвуку. Эти звуки распознаются вашим микрофоном."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Некоторые люди могут слышать высокочастотные звуки."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Полученный код передается на серверы Google, которые устанавливают соединение между устройствами. Аудиосигнал на серверы не отправляется."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Отправка и получение кодов подключения"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Аудио"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Обмен кодами подключения, сравнение точек доступа Wi-Fi и передача данных с помощью серверов Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Поиск устройств и мест рядом с помощью Bluetooth и Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Установка временного соединения для обмена данными между устройствами."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Временная передача кода подключения с помощью Bluetooth в режиме энергосбережения."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Включите, чтобы искать устройства и передавать данные"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth и Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Функция \"Рядом\" будет использовать данные о местоположении, микрофон, Wi-Fi и Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Включите функцию \"Рядом\""; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/sk.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/sk.lproj/Localizable.strings new file mode 100755 index 0000000..e3b6b9f --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/sk.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENZORY NABLÍZKU"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Povoliť"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Odmietnuť"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Ďalšie informácie"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Povoliť aplikácii %@ použiť funkciu Nablízku?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Zariadenia spustia krátky takmer nadzvukový kód alebo zvukové signály. Zaznamenajú sa pomocou vášho mikrofónu."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Niektorí ľudia môžu počuť zvuky aj v takmer ultrazvukovom rozsahu."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Rozpoznaný kód sa odošle na servery Google a použije na pripojenie k zariadeniam. Na servery Google nebude odosielaný žiadny zvuk."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Odosielanie a prijímanie kódov na párovanie"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Zvuk"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Vymieňajte párovacie kódy, porovnávajte siete Wi-Fi a prenášajte údaje pomocou serverov Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Objavujte zariadenia a miesta v okolí pomocou rozhrania Bluetooth a siete Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Vytvorte dočasné pripojenie na prenos údajov medzi zariadeniami."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Dočasne vysielajte párovací kód pomocou rozhrania Bluetooth s nízkou spotrebou energie."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Aktivácia možnosti nájdenia a prenosu údajov"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth a Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Funkcia Nablízku bude používať polohu, mikrofón, sieť Wi-Fi a rozhranie Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Zapnutie funkcie Nablízku"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/sv.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/sv.lproj/Localizable.strings new file mode 100755 index 0000000..c30132d --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/sv.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "SENSORER I NÄRHETEN"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Tillåt"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Neka"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Läs mer"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Vill du tillåta %@ att använda I närheten?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Enheten spelar upp en kort kod i nästintill ultraljud. Koden identifieras med hjälp av mikrofonen."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Det kan hända att vissa personer hör ljud som är nära ultraljudsfrekvensen."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Om koden kunde identifieras skickas den till Googles servrar för att ansluta till enheterna. Inget ljud skickas till Googles servrar."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Skicka och ta emot kopplingskoder"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Ljud"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Byt kopplingskoder, jämför Wi-Fi-nätverk och skicka data via Googles servrar."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Upptäck enheter och platser i närheten med hjälp av Bluetooth och Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Upprätta en tillfällig anslutning för att överföra data mellan enheter."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Sänd tillfälligt en kopplingskod via Bluetooth med låg energiförbrukning."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Aktivera för att hitta enheter och överföra data"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth och Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "I närheten använder plats, mikrofon, Wi-Fi och Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Aktivera I närheten"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/th.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/th.lproj/Localizable.strings new file mode 100755 index 0000000..fc1cf0a --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/th.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "เซ็นเซอร์ NEARBY"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "อนุญาต"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "ปฏิเสธ"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "เรียนรู้เพิ่มเติม"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "อนุญาตให้ %@ ใช้ Nearby ไหม"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "อุปกรณ์จะส่งรหัสในย่านความถี่ใกล้อัลตราโซนิกหรือเล่นเสียงเพลงสั้นๆ ระบบจะใช้ไมโครโฟนของคุณเพื่อตรวจหารหัสนี้"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "บางคนอาจได้ยินเสียงในย่านใกล้อัลตราโซนิกได้"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "หากพบรหัส ระบบจะส่งรหัสไปยังเซิร์ฟเวอร์ Google เพื่อเชื่อมต่ออุปกรณ์ โดยจะไม่มีการส่งเสียงไปยังเซิร์ฟเวอร์ Google"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "ส่งและรับรหัสการจับคู่"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "เสียง"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "แลกเปลี่ยนรหัสการจับคู่ เปรียบเทียบเครือข่าย Wi-Fi และโอนข้อมูลโดยใช้เซิร์ฟเวอร์ Google"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "สำรวจอุปกรณ์และสถานที่ใกล้เคียงโดยใช้บลูทูธและ Wi-Fi"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "ทำการเชื่อมต่อชั่วคราวเพื่อโอนข้อมูลระหว่างอุปกรณ์"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "กระจายสัญญาณรหัสการจับคู่ชั่วคราวโดยใช้บลูทูธพลังงานต่ำ"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "เปิดเพื่อการสำรวจและการโอนข้อมูล"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "บลูทูธและ Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Nearby จะใช้ตำแหน่ง, ไมโครโฟน, Wi-Fi และบลูทูธ"; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "เปิด Nearby"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/tr.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/tr.lproj/Localizable.strings new file mode 100755 index 0000000..b7e9747 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/tr.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "ETRAFIMDAKİ SENSÖRLER"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "İzin ver"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Reddet"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Daha fazla bilgi"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "%@ uygulamasının Etrafımda özelliğini kullanmasına izin verilsin mi?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Cihazlar, ultrasona yakın bir frekansla kısa bir kod veya müzik tonları yayınlar. Bu kodu algılamak için mikrofonunuz kullanılır."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Bazı kişiler ultrasona yakın aralıktaki sesleri duyabilirler."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Bir kod bulunursa, cihazları bağlamak için Google sunucularına gönderilir. Google sunucularına hiçbir bir ses gönderilmez."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Eşleme kodları gönderip alın"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Ses"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Eşleme kodları gönderip alınır, kablosuz ağlar karşılaştırılır ve veriler Google sunucuları kullanılarak aktarılır."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Bluetooth ve kablosuz bağlantı kullanarak cihazları ve yakındaki yerleri keşfedin."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Cihazlar arasında veri aktarmak için geçici bir bağlantı oluşturulur."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Bluetooth düşük enerji bağlantısıyla geçici olarak bir eşleme kodu yayınlanır."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Keşif ve veri aktarımı için açın"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth ve Kablosuz"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Etrafımda özelliği konum, mikrofon, Kablosuz bağlantı ve Bluetooth'u kullanır."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Etrafımda özelliğini aç"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/uk.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/uk.lproj/Localizable.strings new file mode 100755 index 0000000..8e0e673 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/uk.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "ДАТЧИКИ ПОРУЧ"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Дозволити"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Відхилити"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Докладніше"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Дозволити додатку %@ використовувати функцію \"Поруч\"?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Пристрої надсилають аудіосигнал або короткий код у майже ультразвуковому діапазоні. Його виявляє мікрофон вашого пристрою."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Деякі люди можуть чути звуки в майже ультразвуковому діапазоні."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Якщо код виявлено, він надсилається на сервери Google, щоб підключити пристрої. Аудіозаписи не надсилаються на сервери Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Надсилайте й отримуйте коди підключення"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Аудіо"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Обмінюйтеся кодами підключення, порівнюйте мережі Wi-Fi та передавайте дані через сервери Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Шукайте пристрої та місця поблизу за допомогою Bluetooth і Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Тимчасово підключайте пристрої, щоб передавати дані."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Тимчасово передавайте код підключення в енергоощадному режимі Bluetooth."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Увімкніть, щоб виявляти інші пристрої або передавати дані"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth і Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Функція \"Поруч\" використовуватиме місцезнаходження, мікрофон, Wi-Fi та Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Увімкнути функцію \"Поруч\""; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/vi.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/vi.lproj/Localizable.strings new file mode 100755 index 0000000..dcc3aaf --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/vi.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "CẢM BIẾN LÂN CẬN"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "Cho phép"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "Từ chối"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "Tìm hiểu thêm"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "Cho phép %@ sử dụng Lân cận?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "Thiết bị phát một mã ngắn gần mức siêu âm hoặc tiếng nhạc. Micrô của bạn được sử dụng để phát hiện mã này."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "Một số người có thể nghe được âm thanh trong phạm vi gần mức siêu âm."; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "Nếu tìm thấy mã, mã được gửi đến máy chủ của Google để kết nối các thiết bị. Không có âm thanh nào được gửi tới máy chủ của Google."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "Gửi và nhận mã ghép nối"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "Âm thanh"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "Trao đổi mã ghép nối, so sánh các mạng Wi-Fi và chuyển dữ liệu bằng máy chủ của Google."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "Khám phá thiết bị và địa điểm lân cận bằng cách sử dụng Bluetooth và Wi-Fi."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "Thiết lập kết nối tạm thời để chuyển dữ liệu giữa các thiết bị."; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "Tạm thời phát mã ghép nối bằng cách sử dụng Bluetooth low energy."; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "Bật để khám phá và chuyển dữ liệu"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "Bluetooth & Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "Tính năng Lân cận sẽ sử dụng vị trí, micrô, Wi-Fi và Bluetooth."; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "Bật Lân cận"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/zh_CN.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/zh_CN.lproj/Localizable.strings new file mode 100755 index 0000000..42c48ce --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/zh_CN.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "附近的传感器"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "允许"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "拒绝"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "了解详情"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "允许%@使用“附近”功能吗?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "设备会以接近超声波的频率播放简短的代码或乐音。系统会使用您的麦克风来检测该代码。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "有些人或许能够听到接近超声波频率范围内的声音。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "如果系统检测到配对码,则会将配对码发送至 Google 服务器,以便与设备建立连接。系统不会向 Google 服务器发送任何音频。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "发送和接收配对码"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "音频"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "通过 Google 服务器交换配对码、比较 WLAN 网络以及传输数据。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "使用蓝牙和无线局域网发现设备和附近的地点。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "建立临时连接,以便在设备之间传输数据。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "暂时使用蓝牙低功耗模式广播配对码。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "开启发现和数据传输功能"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "蓝牙和 WLAN 网络"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "“附近”功能将使用位置信息、麦克风、WLAN 和蓝牙。"; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "开启“附近”功能"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/zh_HK.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/zh_HK.lproj/Localizable.strings new file mode 100755 index 0000000..5ca85b4 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/zh_HK.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "「咫尺共享」感應器"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "允許"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "拒絕"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "瞭解詳情"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "要允許「%@」使用「咫尺共享」功能嗎?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "裝置會以接近超音波的頻率播放簡短代碼或樂音,而系統會使用麥克風偵測此代碼。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "有些人也許能夠聽到近超聲波的聲域。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "代碼一經發現,便會傳送至 Google 伺服器以連結裝置。系統不會向 Google 伺服器傳送任何音效檔案。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "傳送和接收配對碼"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "音效"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "交換配對碼、比較 Wi-Fi 網絡,並利用 Google 伺服器傳送資料。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "使用藍牙和 Wi-Fi 探索裝置及附近位置。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "在裝置間建立臨時的連結,以傳輸數據。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "使用低功耗藍牙廣播配對碼。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "主動探索並轉移資料"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "藍牙與 Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "「咫尺共享」功能會使用位置資訊、麥克風、Wi-Fi 和藍牙。"; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "開啟「咫尺共享」"; + diff --git a/src/ios/resources/GNSSharedResources.bundle/Resources/zh_TW.lproj/Localizable.strings b/src/ios/resources/GNSSharedResources.bundle/Resources/zh_TW.lproj/Localizable.strings new file mode 100755 index 0000000..b3c9792 --- /dev/null +++ b/src/ios/resources/GNSSharedResources.bundle/Resources/zh_TW.lproj/Localizable.strings @@ -0,0 +1,54 @@ +/* Header above a list of device sensors. Note the capitalization. (40 chars) */ +"GNSSharedNearbySensorsListTitle" = "附近的感應器"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonAllow" = "允許"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonDeny" = "拒絕"; + +/* Button on an alert view. (20 chars) */ +"GNSSharedPermissionAlertButtonLearnMore" = "瞭解詳情"; + +/* Title of an alert view or a screen. The %@ will be replaced with the name of the application. (80 chars) */ +"GNSSharedPermissionAlertTitle" = "要允許「%@」使用鄰近分享功能嗎?"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletOne" = "裝置會以接近超音波的頻率播放一組簡短代碼或一段樂音,而系統會使用麥克風偵測這組代碼。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletThree" = "有些人也許能聽到接近超音波頻率的聲音。"; + +/* Element of a sub-list describing how the audio sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsAudioBulletTwo" = "如果偵測到代碼,系統會把該組代碼傳送給 Google 伺服器,以便與裝置連線。系統並不會向 Google 伺服器傳送任何音訊。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsAudioSubtitle" = "傳送及接收配對碼"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsAudioTitle" = "音訊"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletFour" = "使用 Google 伺服器交換配對碼、比較 Wi-Fi 網路及傳輸資料。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletOne" = "使用藍牙和 Wi-Fi 尋找裝置和附近地點。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletThree" = "建立臨時連線以便在裝置之間傳輸資料。"; + +/* Element of a sub-list describing how the Bluetooth sensor is used. Will have a • character prepended. (200 chars) */ +"GNSSharedPermissionsRadioBulletTwo" = "暫時使用藍牙低功耗技術播送配對碼。"; + +/* Subtitle of an item in the list of device sensors (80 chars) */ +"GNSSharedPermissionsRadioSubtitle" = "開啟尋找和資料傳輸功能"; + +/* Title of an item in the list of device sensors. (30 chars) */ +"GNSSharedPermissionsRadioTitle" = "藍牙與 Wi-Fi"; + +/* Body text on a page describing the device sensors that the Nearby library needs. (250 chars) */ +"GNSSharedSensorPermissionDescription" = "鄰近分享功能會使用您的位置資訊、麥克風、Wi-Fi 和藍牙連線。"; + +/* Title in a screen header. (25 chars) */ +"GNSSharedTurnOnNearby" = "開啟鄰近分享功能"; + diff --git a/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/Contents.json b/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/Contents.json new file mode 100755 index 0000000..c63567f --- /dev/null +++ b/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images": [ + { + "filename": "ic_expand_more.png", + "idiom": "universal", + "scale": "1x" + }, + { + "filename": "ic_expand_more_2x.png", + "idiom": "universal", + "scale": "2x" + }, + { + "filename": "ic_expand_more_3x.png", + "idiom": "universal", + "scale": "3x" + } + ], + "info": { + "author": "xcode", + "template-rendering-intent": "template", + "version": 1 + } +} diff --git a/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more.png b/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more.png new file mode 100755 index 0000000000000000000000000000000000000000..feb85a775db5a0a38add95ebbdc4ac6f9129eb12 GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_*17f%<*kP60Ri75#pFCGaWWa;Ip zmrx3DS=6Y+YjKr%=|5&smqi-?`7b#HaPKNQ6t(EW6ya-40e(xwW)v;j%J5KuZ7~DG YOCH%@2P3>!0nKCZboFyt=akR{03QG+0ssI2 literal 0 HcmV?d00001 diff --git a/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more_2x.png b/src/ios/resources/ic_expand_more.xcassets/ic_expand_more.imageset/ic_expand_more_2x.png new file mode 100755 index 0000000000000000000000000000000000000000..d3ee65e9ab4f9a4a000f76b7158bf02df83e9a55 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}b0Dd`}n0kP61PXAg273J_p>nCU(F z7z_Vu)#FTIDy(mk6)Jx2XG-h%-`&xnZmwp{zr_5kp-!2dN$ZD2FB1!&-PY}r6T7W% z&vV4-$=RgG5}(o(KV=ohpZI+=>7KsW=QE?85-=~4H2&co*4w$JAjpR)uKyML{obZ$pN|0O9Nj*u5E ztlaBbmxwvv%k{TbwR^&&Xu|c zK0U#+O%{a~S*$!<-C4|{!q`4(nW$#sx)YiTs!yuU1x`p)`Ld(9uj`1V)ue`C2d)k- y$>j|q0^)NP>sYu)7W7RMDFD0UoaJ|RTZRobJoRes8|MSP!{F)a=d#Wzp$PyTVQEGH literal 0 HcmV?d00001 diff --git a/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/Contents.json b/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/Contents.json new file mode 100755 index 0000000..41e92d5 --- /dev/null +++ b/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images": [ + { + "filename": "ic_nearby_48pt.png", + "idiom": "universal", + "scale": "1x" + }, + { + "filename": "ic_nearby_48pt_2x.png", + "idiom": "universal", + "scale": "2x" + }, + { + "filename": "ic_nearby_48pt_3x.png", + "idiom": "universal", + "scale": "3x" + } + ], + "info": { + "author": "xcode", + "template-rendering-intent": "template", + "version": 1 + } +} diff --git a/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt.png b/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt.png new file mode 100755 index 0000000000000000000000000000000000000000..9936034065de1c5fc18977fc2d11f46ac9e86adb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}fiCPZ!6K3dXnBua+_g3b0%}b!bYH zWOJm~**Vi^Dl!;uj(Wc(V%E>~+7T%W(`>EpdJ?D^@C)*=G?0E zji~ItP}zUuVfb@*mAV^mSl^Y{HSBoBdJjld%+XV*Th#Ph_@(_$ff@hPjNcgezEI_I z=DRG+(9dz+TPatWOGPPP;P9vYM*1B+PL;tE%{zUb#5z5ZP0IKuaX>BQo;nb@K#^L> wJ@t}%^_+jCCYh(TSI?__G|l(gW`|%VgAG%chzIO&1O^0yr>mdKI;Vst0H3*n5&!@I literal 0 HcmV?d00001 diff --git a/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt_2x.png b/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt_2x.png new file mode 100755 index 0000000000000000000000000000000000000000..1cfad7ee02bf190cd6f3fbef5df3e5822f73ed89 GIT binary patch literal 605 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD0wg^q?%&M7z@*~o;uuoF`1S^Co^+su>qF(U zt5qe<0+)%pOnEz1vMk}2!_LHwr*?E2wJv+~=*RYF$9BoRyer6de!7HwB^Vgr^vwG- z&DX5*w6EW#6atz(=jth<*Sq`*p1o$N-sflVBa-uD;ybi7BsrtGG7$LDqxA!TdF6YL&5y)26R88!&D{5hEa(=bs} zt>QBy7n@$wg!k$kKkJ$%#LvDkZ+^|(2j{PI{`>^R$He6D5Q zdf|KTbrUA)8$ICeW^&lUc~#-WPu2dd)`cDyK7X|?{9qs@@TBH%qR6`7S1h*nbxM=t zy;xcl;wv--*PWi_cj5Ea>x-=p&R8$}=BL#`pkc@q{{>;rs(n)zJdXxaGZ#Fc4W#CS zsJ1^18{#HI#KF>?3#a5O@MwOiF;{GTZgcI=3pnK=*F3YFZh3-d+H?^3F1$7?QboLG&3Rz5 OVeoYIb6Mw<&;$T#!z9xH literal 0 HcmV?d00001 diff --git a/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt_3x.png b/src/ios/resources/ic_nearby_48pt.xcassets/ic_nearby_48pt.imageset/ic_nearby_48pt_3x.png new file mode 100755 index 0000000000000000000000000000000000000000..90869c3abb321fc806c7a13b06caabc1ac729c85 GIT binary patch literal 795 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q1xWh(YZ)^zFg@~gaSW+oe0zs^(;P>JBOmRY zb3RMxKYbyz@vOGX(;sY_E=O%WxD4mz`fW4Vn07DZdfBr7waxdd>IlOX7Y!BPdK2W@NAW^?fpl-9`8`r0E59=I~H|yTKV#jHY z{~NrYd8!!ocPjZG(wlYM<)_WW6E-(po^|d{m{+6p*+uDdittSJcQtcugl9Yu*8KP; ztIuEM2y=tK%F)R_CF|_u>?X?a&-dtapWAU@vRBDAJGoLNrhY5IMyS9tbb+Y(?(;j& zH}{@>DI{2N&vd!B%L7i1OD-()KDjLaXAalh({aFA!D{9C#r`hO1XYqgcL)kraJZ;{ zsr=#c$ficgQqE{11ApU-9dq5tfJP0garHx6mp21lMh6kf>Q zJ>jY|lYh2Ath?K5L+1yXyo(BT9E-v^ZPq%M@SHT|0McJLPHvt4SWuy=@kyH3M-PFo z9~v9h{%~RZ)v`9V;fMalwHfIjKg1{Twivm{$o-rBC6vWVaK8FGiHF@uhDvtlEvAY5 zSm~(r=rc=<{)gnLZbzQKJm{3NO?>mwj%}hUS^6i8d(95Xr?qzcuwi63Jg+C*`NQV8 zfUttl14Y4;A3t?p+<{mEDejJpV~UDEB{aAbX?x zlodAT1CNw+a@f3bVS$I$oDAzm_n93BlpS0iPgH&M!9!TE;tSA@eFrZAgT?>I^NDJY zK6?m$tXu+gL6A$0oTic;+zMBqG|=fCK