From cba30aee47fe5e3bb5e364d75fa7010c6e052783 Mon Sep 17 00:00:00 2001 From: darken Date: Sat, 21 Jun 2025 14:48:39 +0200 Subject: [PATCH] Translate app store listings to various languages This commit translates the app's title, short description, and full description into several new languages for the app store listing. Specifically, it adds translations for: - Tamil (ta-IN) - Kurdish (kmr-TR) - Armenian (hy-AM) - Kyrgyz (ky-KG) - Swedish (sv-SE) - Uzbek (uz) - Telugu (te-IN) - Lao (lo-LA) - Icelandic (is-IS) - Slovenian (sl) - Macedonian (mk-MK) - Afrikaans (af) - Serbian (sr) - Zulu (zu) - Croatian (hr) - Basque (eu-ES) - Amharic (am) - Urdu (ur-IN) - Mongolian (mn-MN) - Latvian (lv) - Malayalam (ml-IN) - Filipino (fil) - Marathi (mr-IN) - Finnish (fi-FI) - Swahili (sw) - Georgian (ka-GE) - Thai (th) - Burmese (my-MM) - Romansh (rm) - Sardinian (sc-IT) - Bengali (bn-BD) - Nepali (ne-NP) - Bulgarian (bg) - Albanian (sq-AL) - Sinhala (si-LK) - Khmer (km-KH) - Galician (gl-ES) - Lithuanian (lt) - Danish (da-DK) - Kannada (kn-IN) --- .../metadata/android/af/short_description.txt | 2 +- fastlane/metadata/android/af/title.txt | 2 +- .../metadata/android/am/short_description.txt | 2 +- fastlane/metadata/android/bg/title.txt | 2 +- fastlane/metadata/android/bn-BD/title.txt | 2 +- fastlane/metadata/android/da-DK/title.txt | 2 +- fastlane/metadata/android/eu-ES/title.txt | 2 +- fastlane/metadata/android/fi-FI/title.txt | 2 +- fastlane/metadata/android/fil/title.txt | 2 +- .../android/gl-ES/full_description.txt | 26 +++++++++---------- .../android/gl-ES/short_description.txt | 2 +- fastlane/metadata/android/hr/title.txt | 2 +- fastlane/metadata/android/hy-AM/title.txt | 2 +- fastlane/metadata/android/is-IS/title.txt | 2 +- .../android/ka-GE/short_description.txt | 2 +- fastlane/metadata/android/ka-GE/title.txt | 2 +- .../android/km-KH/short_description.txt | 2 +- fastlane/metadata/android/km-KH/title.txt | 2 +- fastlane/metadata/android/kmr-TR/title.txt | 2 +- fastlane/metadata/android/kn-IN/title.txt | 2 +- .../android/ky-KG/full_description.txt | 26 +++++++++---------- .../android/ky-KG/short_description.txt | 2 +- fastlane/metadata/android/lo-LA/title.txt | 2 +- .../metadata/android/lt/short_description.txt | 2 +- fastlane/metadata/android/lt/title.txt | 2 +- .../metadata/android/lv/full_description.txt | 26 +++++++++---------- .../metadata/android/lv/short_description.txt | 2 +- fastlane/metadata/android/lv/title.txt | 2 +- .../android/mk-MK/full_description.txt | 26 +++++++++---------- .../android/mk-MK/short_description.txt | 2 +- fastlane/metadata/android/mk-MK/title.txt | 2 +- .../android/ml-IN/full_description.txt | 26 +++++++++---------- .../android/ml-IN/short_description.txt | 2 +- fastlane/metadata/android/ml-IN/title.txt | 2 +- .../android/mn-MN/short_description.txt | 2 +- fastlane/metadata/android/mn-MN/title.txt | 2 +- fastlane/metadata/android/mr-IN/title.txt | 2 +- .../android/my-MM/full_description.txt | 26 +++++++++---------- .../android/my-MM/short_description.txt | 2 +- fastlane/metadata/android/my-MM/title.txt | 2 +- .../android/ne-NP/full_description.txt | 26 +++++++++---------- .../android/ne-NP/short_description.txt | 2 +- fastlane/metadata/android/ne-NP/title.txt | 2 +- .../metadata/android/rm/full_description.txt | 26 +++++++++---------- .../metadata/android/rm/short_description.txt | 2 +- fastlane/metadata/android/rm/title.txt | 2 +- .../android/sc-IT/full_description.txt | 26 +++++++++---------- .../android/sc-IT/short_description.txt | 2 +- fastlane/metadata/android/sc-IT/title.txt | 2 +- .../android/si-LK/full_description.txt | 24 ++++++++--------- fastlane/metadata/android/si-LK/title.txt | 2 +- .../metadata/android/sl/full_description.txt | 26 +++++++++---------- .../metadata/android/sl/short_description.txt | 2 +- fastlane/metadata/android/sl/title.txt | 2 +- .../android/sq-AL/full_description.txt | 26 +++++++++---------- .../android/sq-AL/short_description.txt | 2 +- fastlane/metadata/android/sq-AL/title.txt | 2 +- .../metadata/android/sr/full_description.txt | 26 +++++++++---------- .../metadata/android/sr/short_description.txt | 2 +- fastlane/metadata/android/sr/title.txt | 2 +- .../android/sv-SE/full_description.txt | 26 +++++++++---------- .../android/sv-SE/short_description.txt | 2 +- fastlane/metadata/android/sv-SE/title.txt | 2 +- .../metadata/android/sw/full_description.txt | 26 +++++++++---------- .../metadata/android/sw/short_description.txt | 2 +- fastlane/metadata/android/sw/title.txt | 2 +- .../android/ta-IN/full_description.txt | 24 ++++++++--------- .../android/ta-IN/short_description.txt | 2 +- fastlane/metadata/android/ta-IN/title.txt | 2 +- .../android/te-IN/full_description.txt | 26 +++++++++---------- .../android/te-IN/short_description.txt | 2 +- fastlane/metadata/android/te-IN/title.txt | 2 +- .../metadata/android/th/full_description.txt | 19 +------------- .../metadata/android/th/short_description.txt | 2 +- fastlane/metadata/android/th/title.txt | 2 +- .../android/ur-IN/full_description.txt | 26 +++++++++---------- .../android/ur-IN/short_description.txt | 2 +- fastlane/metadata/android/ur-IN/title.txt | 2 +- .../metadata/android/uz/full_description.txt | 26 +++++++++---------- .../metadata/android/uz/short_description.txt | 2 +- fastlane/metadata/android/uz/title.txt | 2 +- .../metadata/android/zu/full_description.txt | 26 +++++++++---------- .../metadata/android/zu/short_description.txt | 2 +- fastlane/metadata/android/zu/title.txt | 2 +- 84 files changed, 322 insertions(+), 339 deletions(-) diff --git a/fastlane/metadata/android/af/short_description.txt b/fastlane/metadata/android/af/short_description.txt index 1ffcfeb9..e1931204 100644 --- a/fastlane/metadata/android/af/short_description.txt +++ b/fastlane/metadata/android/af/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod is 'n metgesel-toepassing vir AirPods op Android. diff --git a/fastlane/metadata/android/af/title.txt b/fastlane/metadata/android/af/title.txt index 2361a006..760ee4a9 100644 --- a/fastlane/metadata/android/af/title.txt +++ b/fastlane/metadata/android/af/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Metgesel vir AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/am/short_description.txt b/fastlane/metadata/android/am/short_description.txt index 1ffcfeb9..18016f54 100644 --- a/fastlane/metadata/android/am/short_description.txt +++ b/fastlane/metadata/android/am/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod ለኤርፖድስ የአንድሮይድ አጃቢ መተግበሪያ ነው። diff --git a/fastlane/metadata/android/bg/title.txt b/fastlane/metadata/android/bg/title.txt index 2361a006..23318985 100644 --- a/fastlane/metadata/android/bg/title.txt +++ b/fastlane/metadata/android/bg/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Спътник за AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/bn-BD/title.txt b/fastlane/metadata/android/bn-BD/title.txt index 2361a006..65ac5e0c 100644 --- a/fastlane/metadata/android/bn-BD/title.txt +++ b/fastlane/metadata/android/bn-BD/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - এয়ারপডসের সঙ্গী \ No newline at end of file diff --git a/fastlane/metadata/android/da-DK/title.txt b/fastlane/metadata/android/da-DK/title.txt index 2361a006..062bf382 100644 --- a/fastlane/metadata/android/da-DK/title.txt +++ b/fastlane/metadata/android/da-DK/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Ledsager til AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/eu-ES/title.txt b/fastlane/metadata/android/eu-ES/title.txt index 2361a006..95429bf4 100644 --- a/fastlane/metadata/android/eu-ES/title.txt +++ b/fastlane/metadata/android/eu-ES/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods laguntzailea \ No newline at end of file diff --git a/fastlane/metadata/android/fi-FI/title.txt b/fastlane/metadata/android/fi-FI/title.txt index 2361a006..462135a3 100644 --- a/fastlane/metadata/android/fi-FI/title.txt +++ b/fastlane/metadata/android/fi-FI/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Kumppani AirPodsille \ No newline at end of file diff --git a/fastlane/metadata/android/fil/title.txt b/fastlane/metadata/android/fil/title.txt index 2361a006..45b3119d 100644 --- a/fastlane/metadata/android/fil/title.txt +++ b/fastlane/metadata/android/fil/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Kasama para sa AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/gl-ES/full_description.txt b/fastlane/metadata/android/gl-ES/full_description.txt index aa240e52..4e5816e0 100644 --- a/fastlane/metadata/android/gl-ES/full_description.txt +++ b/fastlane/metadata/android/gl-ES/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod é unha aplicación complementaria para os AirPods. -Features: +Características: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Nivel de batería para os auriculares e estoxos. +* Estado de carga para os auriculares e estoxo. +* Información adicional sobre a conexión, micrófono e estoxo. +* Pode recibir e mostrar todos os dispositivos próximos. +* Detección de orella con reprodución/pausa automática. +* Conecta automaticamente o dispositivo e os AirPods. +* Mostra un aviso emerxente cando se abre o estoxo. -CAPod is ad-free. Some features require an in-app purchase. +CAPod non ten publicidade. Algunhas funcións requiren unha compra na aplicación. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +A maioría dos dispositivos AirPods e Beats populares son compatibles. +Se o teu dispositivo é similar a AirPods pero aínda non é compatible, envíame un correo breve. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Tes unha boa idea para unha nova función? Póñase en contacto! diff --git a/fastlane/metadata/android/gl-ES/short_description.txt b/fastlane/metadata/android/gl-ES/short_description.txt index 1ffcfeb9..8f167f06 100644 --- a/fastlane/metadata/android/gl-ES/short_description.txt +++ b/fastlane/metadata/android/gl-ES/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod é unha aplicación complementaria para AirPods en Android. diff --git a/fastlane/metadata/android/hr/title.txt b/fastlane/metadata/android/hr/title.txt index 2361a006..ac137565 100644 --- a/fastlane/metadata/android/hr/title.txt +++ b/fastlane/metadata/android/hr/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - pratilac za AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/hy-AM/title.txt b/fastlane/metadata/android/hy-AM/title.txt index 2361a006..b8d421b5 100644 --- a/fastlane/metadata/android/hy-AM/title.txt +++ b/fastlane/metadata/android/hy-AM/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods-ի ուղեկից \ No newline at end of file diff --git a/fastlane/metadata/android/is-IS/title.txt b/fastlane/metadata/android/is-IS/title.txt index 2361a006..ca2d94ef 100644 --- a/fastlane/metadata/android/is-IS/title.txt +++ b/fastlane/metadata/android/is-IS/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Félagi fyrir AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/ka-GE/short_description.txt b/fastlane/metadata/android/ka-GE/short_description.txt index 1ffcfeb9..b3f1ef4d 100644 --- a/fastlane/metadata/android/ka-GE/short_description.txt +++ b/fastlane/metadata/android/ka-GE/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod არის Android-ზე AirPods-ის თანამგზავრი აპლიკაცია. diff --git a/fastlane/metadata/android/ka-GE/title.txt b/fastlane/metadata/android/ka-GE/title.txt index 2361a006..b1dabbeb 100644 --- a/fastlane/metadata/android/ka-GE/title.txt +++ b/fastlane/metadata/android/ka-GE/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods-ის თანამგზავრი \ No newline at end of file diff --git a/fastlane/metadata/android/km-KH/short_description.txt b/fastlane/metadata/android/km-KH/short_description.txt index 1ffcfeb9..462d7332 100644 --- a/fastlane/metadata/android/km-KH/short_description.txt +++ b/fastlane/metadata/android/km-KH/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod ជាកម្មវិធីសម្រាប់ AirPods នៅលើ Android។ diff --git a/fastlane/metadata/android/km-KH/title.txt b/fastlane/metadata/android/km-KH/title.txt index 2361a006..c0b03e0a 100644 --- a/fastlane/metadata/android/km-KH/title.txt +++ b/fastlane/metadata/android/km-KH/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - សម្រាប់ AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/kmr-TR/title.txt b/fastlane/metadata/android/kmr-TR/title.txt index 2361a006..0a0a6b4f 100644 --- a/fastlane/metadata/android/kmr-TR/title.txt +++ b/fastlane/metadata/android/kmr-TR/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Hevalê AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/kn-IN/title.txt b/fastlane/metadata/android/kn-IN/title.txt index 2361a006..831ea3aa 100644 --- a/fastlane/metadata/android/kn-IN/title.txt +++ b/fastlane/metadata/android/kn-IN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods ಗೆ ಸಂಗಾತಿ \ No newline at end of file diff --git a/fastlane/metadata/android/ky-KG/full_description.txt b/fastlane/metadata/android/ky-KG/full_description.txt index aa240e52..c7d52bdf 100644 --- a/fastlane/metadata/android/ky-KG/full_description.txt +++ b/fastlane/metadata/android/ky-KG/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod – бул AirPods үчүн шериктеш колдонмо. -Features: +Функциялары: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Наушник жана каптар үчүн батарея деңгээли. +* Наушник жана каптын кубаттоо абалы. +* Байланыш, микрофон жана кап жөнүндө кошумча маалыматтар. +* Жакын жердеги бардык түзмөктөрдү кабыл алып, көрсөтө алат. +* Кулакка салынганын аныктоо менен автоматтык түрдө ойнотуу/токтотуу. +* Түзмөктү жана AirPods-ту автоматтык түрдө туташтыруу. +* Кап ачылганда калкыма терезени көрсөтүү. -CAPod is ad-free. Some features require an in-app purchase. +CAPod жарнамасыз. Кээ бир функциялар колдонмодогу сатып алууну талап кылат. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Эң популярдуу AirPods жана Beats түзмөктөрү колдоого алынат. +Эгер түзмөгүңүз AirPods-ко окшош болсо, бирок азырынча колдоого алынбаса, мага кыскача кат жөнөтүңүз. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Жаңы функция боюнча сонун идеяңыз барбы? Байланышка чыгыңыз! diff --git a/fastlane/metadata/android/ky-KG/short_description.txt b/fastlane/metadata/android/ky-KG/short_description.txt index 1ffcfeb9..fcbe8cea 100644 --- a/fastlane/metadata/android/ky-KG/short_description.txt +++ b/fastlane/metadata/android/ky-KG/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod – бул Android'деги AirPods үчүн шериктеш колдонмо. diff --git a/fastlane/metadata/android/lo-LA/title.txt b/fastlane/metadata/android/lo-LA/title.txt index 2361a006..14e69cd0 100644 --- a/fastlane/metadata/android/lo-LA/title.txt +++ b/fastlane/metadata/android/lo-LA/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - ຄູ່​ຮ່ວມ​ສຳ​ລັບ AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/lt/short_description.txt b/fastlane/metadata/android/lt/short_description.txt index 1ffcfeb9..91d6afe8 100644 --- a/fastlane/metadata/android/lt/short_description.txt +++ b/fastlane/metadata/android/lt/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod yra AirPods kompaniono programa, skirta Android. diff --git a/fastlane/metadata/android/lt/title.txt b/fastlane/metadata/android/lt/title.txt index 2361a006..532da1fd 100644 --- a/fastlane/metadata/android/lt/title.txt +++ b/fastlane/metadata/android/lt/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods kompanionas \ No newline at end of file diff --git a/fastlane/metadata/android/lv/full_description.txt b/fastlane/metadata/android/lv/full_description.txt index aa240e52..f2daff6d 100644 --- a/fastlane/metadata/android/lv/full_description.txt +++ b/fastlane/metadata/android/lv/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod ir pavadošā lietotne AirPods ierīcēm. -Features: +Funkcijas: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Akumulatora līmenis austiņām un maciņiem. +* Austiņu un maciņa uzlādes statuss. +* Papildu informācija par savienojumu, mikrofonu un maciņu. +* Var saņemt un rādīt visas tuvumā esošās ierīces. +* Ausu noteikšana ar automātisku atskaņošanu/pauzēšanu. +* Automātiski savienot tālruni un AirPods. +* Rādīt uznirstošo logu, kad maciņš ir atvērts. -CAPod is ad-free. Some features require an in-app purchase. +CAPod ir bez reklāmām. Dažas funkcijas prasa pirkumu lietotnē. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Tiek atbalstītas populārākās AirPods un Beats ierīces. +Ja jūsu ierīce ir līdzīga AirPods, bet vēl netiek atbalstīta, nosūtiet man īsu e-pastu. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Vai jums ir forša ideja jaunai funkcijai? Sazinieties ar mums! diff --git a/fastlane/metadata/android/lv/short_description.txt b/fastlane/metadata/android/lv/short_description.txt index 1ffcfeb9..92d06099 100644 --- a/fastlane/metadata/android/lv/short_description.txt +++ b/fastlane/metadata/android/lv/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod ir pavadošā lietotne AirPods ierīcēm Android platformā. diff --git a/fastlane/metadata/android/lv/title.txt b/fastlane/metadata/android/lv/title.txt index 2361a006..f663cac9 100644 --- a/fastlane/metadata/android/lv/title.txt +++ b/fastlane/metadata/android/lv/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods pavadonis \ No newline at end of file diff --git a/fastlane/metadata/android/mk-MK/full_description.txt b/fastlane/metadata/android/mk-MK/full_description.txt index aa240e52..1c061eb7 100644 --- a/fastlane/metadata/android/mk-MK/full_description.txt +++ b/fastlane/metadata/android/mk-MK/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod е придружна апликација за AirPods. -Features: +Карактеристики: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Ниво на батерија за слушалките и куќиштата. +* Статус на полнење за слушалките и куќиштето. +* Дополнителни информации за поврзувањето, микрофонот и куќиштето. +* Може да прима и прикажува сите уреди во близина. +* Детекција на уво со автоматска репродукција/пауза. +* Автоматски поврзете го уредот и AirPods. +* Прикажи скокачки прозорец кога куќиштето е отворено. -CAPod is ad-free. Some features require an in-app purchase. +CAPod е без реклами. Некои карактеристики бараат купување во апликација. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Поддржани се најпопуларните AirPods и Beats уреди. +Ако вашиот уред е сличен на AirPods, но сè уште не е поддржан, испратете ми краток мејл. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Имате одлична идеја за нова функција? Контактирајте не! diff --git a/fastlane/metadata/android/mk-MK/short_description.txt b/fastlane/metadata/android/mk-MK/short_description.txt index 1ffcfeb9..67e5235d 100644 --- a/fastlane/metadata/android/mk-MK/short_description.txt +++ b/fastlane/metadata/android/mk-MK/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod е придружна апликација за AirPods на Android. diff --git a/fastlane/metadata/android/mk-MK/title.txt b/fastlane/metadata/android/mk-MK/title.txt index 2361a006..2f2ec292 100644 --- a/fastlane/metadata/android/mk-MK/title.txt +++ b/fastlane/metadata/android/mk-MK/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Придружник за AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/ml-IN/full_description.txt b/fastlane/metadata/android/ml-IN/full_description.txt index aa240e52..52cffdee 100644 --- a/fastlane/metadata/android/ml-IN/full_description.txt +++ b/fastlane/metadata/android/ml-IN/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod എയർപോഡിനുള്ള കൂട്ടാളി ആപ്പ് ആണ്. -Features: +സവിശേഷതകൾ: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* പോഡുകളുടെയും കെയ്‌സുകളുടെയും ബാറ്ററി ലെവൽ. +* പോഡുകളുടെയും കെയ്‌സിന്റെയും ചാർജിംഗ് നില. +* കണക്ഷൻ, മൈക്രോഫോൺ, കെയ്‌സ് എന്നിവയെക്കുറിച്ചുള്ള അധിക വിവരങ്ങൾ. +* അടുത്തുള്ള എല്ലാ ഉപകരണങ്ങളും സ്വീകരിക്കാനും കാണിക്കാനും കഴിയും. +* യാന്ത്രിക പ്ലേ/താൽക്കാലികമായി നിർത്താനുള്ള ചെവി കണ്ടെത്തൽ. +* ഉപകരണവും എയർപോഡുകളും സ്വയമായി ബന്ധിപ്പിക്കുക. +* കെയ്‌സ് തുറക്കുമ്പോൾ പോപ്പപ്പ് കാണിക്കുക. -CAPod is ad-free. Some features require an in-app purchase. +CAPod പരസ്യരഹിതമാണ്. ചില സവിശേഷതകൾക്ക് ഇൻ-ആപ്പ് പർച്ചേസ് ആവശ്യമാണ്. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +ഏറ്റവും പ്രചാരമുള്ള എയർപോഡ്‌സും ബീറ്റ്സ് ഉപകരണങ്ങളും പിന്തുണയ്ക്കുന്നു. +നിങ്ങളുടെ ഉപകരണം എയർപോഡ്‌സിന് സമാനമാണെങ്കിലും ഇതുവരെ പിന്തുണയ്ക്കുന്നില്ലെങ്കിൽ, എനിക്ക് ഒരു ചെറിയ മെയിൽ അയയ്ക്കുക. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +ഒരു പുതിയ സവിശേഷതയ്ക്കായി നിങ്ങൾക്ക് ഒരു മികച്ച ആശയം ലഭിച്ചോ? ബന്ധപ്പെടുക! diff --git a/fastlane/metadata/android/ml-IN/short_description.txt b/fastlane/metadata/android/ml-IN/short_description.txt index 1ffcfeb9..35e8fe3b 100644 --- a/fastlane/metadata/android/ml-IN/short_description.txt +++ b/fastlane/metadata/android/ml-IN/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod Android-ൽ എയർപോഡിനുള്ള കൂട്ടാളി ആപ്പ് ആണ്. diff --git a/fastlane/metadata/android/ml-IN/title.txt b/fastlane/metadata/android/ml-IN/title.txt index 2361a006..14559240 100644 --- a/fastlane/metadata/android/ml-IN/title.txt +++ b/fastlane/metadata/android/ml-IN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - എയർപോഡിനുള്ള കൂട്ടാളി \ No newline at end of file diff --git a/fastlane/metadata/android/mn-MN/short_description.txt b/fastlane/metadata/android/mn-MN/short_description.txt index 1ffcfeb9..f996d3a2 100644 --- a/fastlane/metadata/android/mn-MN/short_description.txt +++ b/fastlane/metadata/android/mn-MN/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod бол Андройд дээрх AirPods-д зориулсан дагалдах програм юм. diff --git a/fastlane/metadata/android/mn-MN/title.txt b/fastlane/metadata/android/mn-MN/title.txt index 2361a006..4f2641f0 100644 --- a/fastlane/metadata/android/mn-MN/title.txt +++ b/fastlane/metadata/android/mn-MN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods хань \ No newline at end of file diff --git a/fastlane/metadata/android/mr-IN/title.txt b/fastlane/metadata/android/mr-IN/title.txt index 2361a006..2e3a3ee8 100644 --- a/fastlane/metadata/android/mr-IN/title.txt +++ b/fastlane/metadata/android/mr-IN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - एअरपॉड्ससाठी सोबती \ No newline at end of file diff --git a/fastlane/metadata/android/my-MM/full_description.txt b/fastlane/metadata/android/my-MM/full_description.txt index aa240e52..4eae07ff 100644 --- a/fastlane/metadata/android/my-MM/full_description.txt +++ b/fastlane/metadata/android/my-MM/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod သည် AirPods အတွက် အဖော်အက်ပ်တစ်ခုဖြစ်သည်။ -Features: +အင်္ဂါရပ်များ- -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* ပေါ့ဒ်များနှင့် ကေ့စ်များအတွက် ဘက်ထရီအဆင့်။ +* ပေါ့ဒ်များနှင့် ကေ့စ်အတွက် အားသွင်းမှုအခြေအနေ။ +* ချိတ်ဆက်မှု၊ မိုက်ခရိုဖုန်းနှင့် ကေ့စ်နှင့်ပတ်သက်သည့် ထပ်ဆောင်းအချက်အလက်များ။ +* အနီးနားရှိ စက်အားလုံးကို လက်ခံရရှိပြီး ပြသနိုင်သည်။ +* အလိုအလျောက် ဖွင့်/ခဏရပ်ခြင်းနှင့်အတူ နားထောက်ခြင်းကို သိရှိခြင်း။ +* ဖုန်းနှင့် AirPods ကို အလိုအလျောက် ချိတ်ဆက်ပါ။ +* ကေ့စ်ဖွင့်သောအခါ ပေါ့ပ်အပ်ကို ပြသပါ။ -CAPod is ad-free. Some features require an in-app purchase. +CAPod သည် ကြော်ငြာမပါဘဲဖြစ်သည်။ အချို့သောအင်္ဂါရပ်များသည် အက်ပ်အတွင်းဝယ်ယူမှုကို လိုအပ်သည်။ -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +လူကြိုက်အများဆုံး AirPods နှင့် Beats စက်များကို ပံ့ပိုးထားသည်။ +သင်၏စက်သည် AirPods နှင့် ဆင်တူသော်လည်း ပံ့ပိုးမှုမရှိသေးပါက၊ ကျွန်ုပ်အား အတိုချုပ်စာတစ်စောင် ပေးပို့ပါ။ -Got a cool idea for a new feature? Reach out! \ No newline at end of file +အင်္ဂါရပ်အသစ်အတွက် ကောင်းမွန်သောစိတ်ကူးရပါသလား။ ဆက်သွယ်လိုက်ပါ။ diff --git a/fastlane/metadata/android/my-MM/short_description.txt b/fastlane/metadata/android/my-MM/short_description.txt index 1ffcfeb9..797db67f 100644 --- a/fastlane/metadata/android/my-MM/short_description.txt +++ b/fastlane/metadata/android/my-MM/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod သည် Android တွင် AirPods အတွက် အဖော်အက်ပ်တစ်ခုဖြစ်သည်။ diff --git a/fastlane/metadata/android/my-MM/title.txt b/fastlane/metadata/android/my-MM/title.txt index 2361a006..d9aa53ce 100644 --- a/fastlane/metadata/android/my-MM/title.txt +++ b/fastlane/metadata/android/my-MM/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods အတွက် အဖော် \ No newline at end of file diff --git a/fastlane/metadata/android/ne-NP/full_description.txt b/fastlane/metadata/android/ne-NP/full_description.txt index aa240e52..787947ac 100644 --- a/fastlane/metadata/android/ne-NP/full_description.txt +++ b/fastlane/metadata/android/ne-NP/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod AirPods को लागि साथी अनुप्रयोग हो। -Features: +विशेषताहरु: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* पोडहरू र केसहरूको लागि ब्याट्री स्तर। +* पोडहरू र केसको लागि चार्ज स्थिति। +* जडान, माइक्रोफोन र केस बारे थप जानकारी। +* सबै नजिकका यन्त्रहरू प्राप्त गर्न र देखाउन सक्छ। +* स्वचालित प्ले/पजको साथ कान पत्ता लगाउने। +* फोन र AirPods स्वचालित रूपमा जडान गर्नुहोस्। +* केस खोल्दा पपअप देखाउनुहोस्। -CAPod is ad-free. Some features require an in-app purchase. +CAPod विज्ञापन-मुक्त छ। केही सुविधाहरूलाई इन-एप खरिद आवश्यक पर्दछ। -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +सबैभन्दा लोकप्रिय AirPods र Beats उपकरणहरू समर्थित छन्। +यदि तपाईंको उपकरण AirPods सँग मिल्दोजुल्दो छ तर अझै समर्थित छैन भने, मलाई छोटो मेल पठाउनुहोस्। -Got a cool idea for a new feature? Reach out! \ No newline at end of file +नयाँ सुविधाको लागि उत्कृष्ट विचार छ? सम्पर्क गर्नुहोस्! diff --git a/fastlane/metadata/android/ne-NP/short_description.txt b/fastlane/metadata/android/ne-NP/short_description.txt index 1ffcfeb9..74131fd3 100644 --- a/fastlane/metadata/android/ne-NP/short_description.txt +++ b/fastlane/metadata/android/ne-NP/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod Android मा AirPods को लागि साथी अनुप्रयोग हो। diff --git a/fastlane/metadata/android/ne-NP/title.txt b/fastlane/metadata/android/ne-NP/title.txt index 2361a006..3bd55136 100644 --- a/fastlane/metadata/android/ne-NP/title.txt +++ b/fastlane/metadata/android/ne-NP/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods को लागि साथी \ No newline at end of file diff --git a/fastlane/metadata/android/rm/full_description.txt b/fastlane/metadata/android/rm/full_description.txt index aa240e52..77efea5f 100644 --- a/fastlane/metadata/android/rm/full_description.txt +++ b/fastlane/metadata/android/rm/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod è in'app cumplementara per ils AirPods. -Features: +Caracteristicas: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Livell da batteria per ils pods e las chaschas. +* Status da chargia per ils pods e la chascha. +* Infurmaziuns supplementaras davart la connexiun, il microfon e la chascha. +* Po retschaiver e mussar tut ils apparats vischins. +* Detecziun d'ureglia cun reproducziun/pausa automatica. +* Cunectar automaticamain telefon e AirPods. +* Mussar popup cura che la chascha è averta. -CAPod is ad-free. Some features require an in-app purchase. +CAPod è senza reclama. Tschertas funcziuns pretendan in acquist en l'app. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Ils apparats ils pli populars dad AirPods e Beats vegnan sustegnids. +Sche tes apparat è sumegliant ad AirPods ma anc betg sustegnì, manda in curt email a mai. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Has ti in'idea schizzy per ina nova funcziun? Fa enconuschent! diff --git a/fastlane/metadata/android/rm/short_description.txt b/fastlane/metadata/android/rm/short_description.txt index 1ffcfeb9..5d935c63 100644 --- a/fastlane/metadata/android/rm/short_description.txt +++ b/fastlane/metadata/android/rm/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod è in'app cumplementara per AirPods sin Android. diff --git a/fastlane/metadata/android/rm/title.txt b/fastlane/metadata/android/rm/title.txt index 2361a006..0ca9b136 100644 --- a/fastlane/metadata/android/rm/title.txt +++ b/fastlane/metadata/android/rm/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Cunpogn per AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/sc-IT/full_description.txt b/fastlane/metadata/android/sc-IT/full_description.txt index aa240e52..13f9c1c1 100644 --- a/fastlane/metadata/android/sc-IT/full_description.txt +++ b/fastlane/metadata/android/sc-IT/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod est un'app cumpanzu pro is AirPods. -Features: +Caraterìsticas: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Livellu de bateria pro is pods e is casos. +* Istadu de càrriga pro is pods e su casu. +* Infurmatziones agiuntivas subra sa connessione, su microfonu e su casu. +* Podet retzire e ammustrare totu is dispositivus a curtzu. +* Detetziones de s'origa cun riproduidura/pàusa automàtica. +* Cunneti automàticamentu telefoneddu e AirPods. +* Ammùstida popup cando su casu est abertu. -CAPod is ad-free. Some features require an in-app purchase. +CAPod est chene publitzidades. Calicunas caraterìsticas rechedent un'acquistu intro de s'app. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Sa majoria de is dispositivus AirPods e Beats prus populares sunt agiudados. +Si su dispositivu tuo est sìmile a AirPods ma no est ancòra agiudadu, manda·mi unu curtu email. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Das un'idea bella pro una caraterìstica noa? Cuntata·nos! diff --git a/fastlane/metadata/android/sc-IT/short_description.txt b/fastlane/metadata/android/sc-IT/short_description.txt index 1ffcfeb9..733f6f98 100644 --- a/fastlane/metadata/android/sc-IT/short_description.txt +++ b/fastlane/metadata/android/sc-IT/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod est un'app cumpanzu pro AirPods in Android. diff --git a/fastlane/metadata/android/sc-IT/title.txt b/fastlane/metadata/android/sc-IT/title.txt index 2361a006..f3fab3dc 100644 --- a/fastlane/metadata/android/sc-IT/title.txt +++ b/fastlane/metadata/android/sc-IT/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Cumpanzu pro AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/si-LK/full_description.txt b/fastlane/metadata/android/si-LK/full_description.txt index 52fee46f..39e6feb7 100644 --- a/fastlane/metadata/android/si-LK/full_description.txt +++ b/fastlane/metadata/android/si-LK/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod යනු AirPods සඳහා සහකාර යෙදුමකි. විශේෂාංග: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* පොඩ්ස් සහ කේස් සඳහා බැටරි මට්ටම. +* පොඩ්ස් සහ කේස් සඳහා ආරෝපණ තත්ත්වය. +* සම්බන්ධතාවය, මයික්‍රෆෝනය සහ කේස් පිළිබඳ අමතර තොරතුරු. +* අසල ඇති සියලුම උපාංග ලබාගෙන පෙන්විය හැක. +* ස්වයංක්‍රීයව වාදනය/විරාමය සමඟ කන හඳුනා ගැනීම. +* දුරකථනය සහ AirPods ස්වයංක්‍රීයව සම්බන්ධ කරන්න. +* කේස් එක විවෘත කළ විට උත්පතන පෙන්වන්න. -CAPod is ad-free. Some features require an in-app purchase. +CAPod දැන්වීම් වලින් තොරයි. සමහර විශේෂාංග සඳහා යෙදුම-තුළ මිලදී ගැනීමක් අවශ්‍ය වේ. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +වඩාත් ජනප්‍රිය AirPods සහ Beats උපාංග සඳහා සහය දක්වයි. +ඔබගේ උපාංගය AirPods වලට සමාන නමුත් තවමත් සහය නොදක්වන්නේ නම්, මට කෙටි තැපෑලක් එවන්න. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +නව විශේෂාංගයක් සඳහා ඔබට හොඳ අදහසක් ලැබුණාද? අප හා සම්බන්ධ වන්න! diff --git a/fastlane/metadata/android/si-LK/title.txt b/fastlane/metadata/android/si-LK/title.txt index 2361a006..85547c53 100644 --- a/fastlane/metadata/android/si-LK/title.txt +++ b/fastlane/metadata/android/si-LK/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods සඳහා සහකාර \ No newline at end of file diff --git a/fastlane/metadata/android/sl/full_description.txt b/fastlane/metadata/android/sl/full_description.txt index aa240e52..4cd0217e 100644 --- a/fastlane/metadata/android/sl/full_description.txt +++ b/fastlane/metadata/android/sl/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod je spremljevalna aplikacija za AirPods. -Features: +Funkcije: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Nivo baterije za slušalke in ohišja. +* Status polnjenja za slušalke in ohišje. +* Dodatne informacije o povezavi, mikrofonu in ohišju. +* Lahko prejema in prikazuje vse bližnje naprave. +* Zaznavanje ušesa s samodejnim predvajanjem/pavzo. +* Samodejno povežite telefon in AirPods. +* Prikaži pojavno okno, ko se ohišje odpre. -CAPod is ad-free. Some features require an in-app purchase. +CAPod je brez oglasov. Nekatere funkcije zahtevajo nakup v aplikaciji. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Podprte so najbolj priljubljene naprave AirPods in Beats. +Če je vaša naprava podobna AirPods, vendar še ni podprta, mi pošljite kratko e-pošto. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Imate odlično idejo za novo funkcijo? Pišite nam! diff --git a/fastlane/metadata/android/sl/short_description.txt b/fastlane/metadata/android/sl/short_description.txt index 1ffcfeb9..b140663f 100644 --- a/fastlane/metadata/android/sl/short_description.txt +++ b/fastlane/metadata/android/sl/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod je spremljevalna aplikacija za AirPods na Androidu. diff --git a/fastlane/metadata/android/sl/title.txt b/fastlane/metadata/android/sl/title.txt index 2361a006..fe8bce0c 100644 --- a/fastlane/metadata/android/sl/title.txt +++ b/fastlane/metadata/android/sl/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Spremljevalec AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/sq-AL/full_description.txt b/fastlane/metadata/android/sq-AL/full_description.txt index aa240e52..8bd5b0c0 100644 --- a/fastlane/metadata/android/sq-AL/full_description.txt +++ b/fastlane/metadata/android/sq-AL/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod është një aplikacion shoqërues për AirPods. -Features: +Karakteristikat: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Nivel i baterisë për veshët dhe kutitë. +* Statusi i karikimit për veshët dhe kutinë. +* Info shtesë rreth lidhjes, mikrofonit dhe kutisë. +* Mund të marrë dhe shfaqë të gjitha pajisjet afër. +* Zbulimi i veshit me luajtje/pushim automatik. +* Lidh automatikisht telefonin dhe AirPods. +* Shfaqë pop-up kur kutia hapet. -CAPod is ad-free. Some features require an in-app purchase. +CAPod është pa reklama. Disa veçori kërkojnë blerje brenda aplikacionit. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Pajisjet më të njohura AirPods dhe Beats mbështeten. +Nëse pajisja juaj është e ngjashme me AirPods, por ende nuk mbështetet, më dërgoni një email të shkurtër. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Keni një ide të mrekullueshme për një veçori të re? Na kontaktoni! diff --git a/fastlane/metadata/android/sq-AL/short_description.txt b/fastlane/metadata/android/sq-AL/short_description.txt index 1ffcfeb9..964b01c3 100644 --- a/fastlane/metadata/android/sq-AL/short_description.txt +++ b/fastlane/metadata/android/sq-AL/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod është një aplikacion shoqërues për AirPods në Android. diff --git a/fastlane/metadata/android/sq-AL/title.txt b/fastlane/metadata/android/sq-AL/title.txt index 2361a006..8471aa37 100644 --- a/fastlane/metadata/android/sq-AL/title.txt +++ b/fastlane/metadata/android/sq-AL/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Shoqërues për AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/sr/full_description.txt b/fastlane/metadata/android/sr/full_description.txt index aa240e52..00ef7a01 100644 --- a/fastlane/metadata/android/sr/full_description.txt +++ b/fastlane/metadata/android/sr/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod je prateća aplikacija za AirPods. -Features: +Funkcije: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Nivo baterije za slušalice i kućišta. +* Status punjenja za slušalice i kućište. +* Dodatne informacije o povezivanju, mikrofonu i kućištu. +* Može da primi i prikaže sve obližnje uređaje. +* Detekcija uha sa automatskom reprodukcijom/pauzom. +* Automatski povežite telefon i AirPods. +* Prikaži iskačući prozor kada se kućište otvori. -CAPod is ad-free. Some features require an in-app purchase. +CAPod je bez oglasa. Neke funkcije zahtevaju kupovinu u aplikaciji. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Podržani su najpopularniji AirPods i Beats uređaji. +Ako je vaš uređaj sličan AirPods-u, ali još uvek nije podržan, pošaljite mi kratak e-mail. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Imate sjajnu ideju za novu funkciju? Kontaktirajte nas! diff --git a/fastlane/metadata/android/sr/short_description.txt b/fastlane/metadata/android/sr/short_description.txt index 1ffcfeb9..1a08b69c 100644 --- a/fastlane/metadata/android/sr/short_description.txt +++ b/fastlane/metadata/android/sr/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod je prateća aplikacija za AirPods na Androidu. diff --git a/fastlane/metadata/android/sr/title.txt b/fastlane/metadata/android/sr/title.txt index 2361a006..de45cbc7 100644 --- a/fastlane/metadata/android/sr/title.txt +++ b/fastlane/metadata/android/sr/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Pratilac za AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/sv-SE/full_description.txt b/fastlane/metadata/android/sv-SE/full_description.txt index aa240e52..8a0683c2 100644 --- a/fastlane/metadata/android/sv-SE/full_description.txt +++ b/fastlane/metadata/android/sv-SE/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod är en följeslagarapp för AirPods. -Features: +Funktioner: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Batterinivå för pods och fodral. +* Laddningsstatus för pods och fodral. +* Ytterligare information om anslutning, mikrofon och fodral. +* Kan ta emot och visa alla enheter i närheten. +* Örondetektering med automatisk uppspelning/paus. +* Anslut telefonen och AirPods automatiskt. +* Visa popup när fodralet öppnas. -CAPod is ad-free. Some features require an in-app purchase. +CAPod är annonsfri. Vissa funktioner kräver köp i appen. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +De mest populära AirPods- och Beats-enheterna stöds. +Om din enhet liknar AirPods men ännu inte stöds, skicka mig ett kort mail. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Har du en bra idé för en ny funktion? Hör av dig! diff --git a/fastlane/metadata/android/sv-SE/short_description.txt b/fastlane/metadata/android/sv-SE/short_description.txt index 1ffcfeb9..f772fffd 100644 --- a/fastlane/metadata/android/sv-SE/short_description.txt +++ b/fastlane/metadata/android/sv-SE/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod är en följeslagarapp för AirPods på Android. diff --git a/fastlane/metadata/android/sv-SE/title.txt b/fastlane/metadata/android/sv-SE/title.txt index 2361a006..282b6065 100644 --- a/fastlane/metadata/android/sv-SE/title.txt +++ b/fastlane/metadata/android/sv-SE/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Följeslagare för AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/sw/full_description.txt b/fastlane/metadata/android/sw/full_description.txt index aa240e52..465138b5 100644 --- a/fastlane/metadata/android/sw/full_description.txt +++ b/fastlane/metadata/android/sw/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod ni programu rafiki ya AirPods. -Features: +Vipengele: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Kiwango cha betri kwa vifurushi na kesi. +* Hali ya kuchaji kwa vifurushi na kesi. +* Maelezo ya ziada kuhusu muunganisho, maikrofoni na kesi. +* Inaweza kupokea na kuonyesha vifaa vyote vilivyo karibu. +* Kugundua sikio na uchezaji/sitisha otomatiki. +* Unganisha simu na AirPods kiotomatiki. +* Onyesha popup wakati kesi inafunguliwa. -CAPod is ad-free. Some features require an in-app purchase. +CAPod haina matangazo. Baadhi ya vipengele vinahitaji ununuzi wa ndani ya programu. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Vifaa maarufu vya AirPods na Beats vinatumika. +Ikiwa kifaa chako kinafanana na AirPods lakini bado hakijaungwa mkono, nitumie barua pepe fupi. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Je, una wazo zuri la kipengele kipya? Wasiliana! diff --git a/fastlane/metadata/android/sw/short_description.txt b/fastlane/metadata/android/sw/short_description.txt index 1ffcfeb9..d94bee96 100644 --- a/fastlane/metadata/android/sw/short_description.txt +++ b/fastlane/metadata/android/sw/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod ni programu rafiki ya AirPods kwenye Android. diff --git a/fastlane/metadata/android/sw/title.txt b/fastlane/metadata/android/sw/title.txt index 2361a006..ff43e869 100644 --- a/fastlane/metadata/android/sw/title.txt +++ b/fastlane/metadata/android/sw/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Rafiki kwa AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/ta-IN/full_description.txt b/fastlane/metadata/android/ta-IN/full_description.txt index 4a7718d9..549a0823 100644 --- a/fastlane/metadata/android/ta-IN/full_description.txt +++ b/fastlane/metadata/android/ta-IN/full_description.txt @@ -1,18 +1,18 @@ -சி. எ. பாட் ஏர்பாட்ஸ்க்கு ஒரு துணை செயலி. +CAPod ஆனது ஏர்பாட்ஸ்களுக்கான ஒரு துணை செயலி. அம்சங்கள்: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* பாட்ஸ் மற்றும் கேஸ்களுக்கான பேட்டரி நிலை. +* பாட்ஸ் மற்றும் கேஸ்களுக்கான சார்ஜிங் நிலை. +* இணைப்பு, ஒலிவாங்கி மற்றும் கேஸ் பற்றிய கூடுதல் தகவல்கள். +* அருகிலுள்ள அனைத்து சாதனங்களையும் பெறலாம் மற்றும் காட்டலாம். +* தானியங்கி இயக்கம்/இடைநிறுத்தத்துடன் காது கண்டறிதல். +* தானாகவே தொலைபேசி மற்றும் ஏர்பாட்ஸை இணைக்கவும். +* கேஸ் திறக்கும்போது பாப்அப் காட்டவும். -CAPod is ad-free. Some features require an in-app purchase. +CAPod விளம்பரம் இல்லாதது. சில அம்சங்களுக்கு பயன்பாட்டு வாங்குதல் தேவைப்படுகிறது. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +மிகவும் பிரபலமான ஏர்பாட்ஸ் மற்றும் பீட்ஸ் சாதனங்கள் ஆதரிக்கப்படுகின்றன. +உங்கள் சாதனம் ஏர்பாட்ஸை ஒத்ததாக இருந்தால், ஆனால் இன்னும் ஆதரிக்கப்படவில்லை என்றால், எனக்கு ஒரு சிறிய மின்னஞ்சலை அனுப்பவும். -Got a cool idea for a new feature? Reach out! \ No newline at end of file +புதிய அம்சத்திற்கான அருமையான யோசனை கிடைத்ததா? அணுகவும்! diff --git a/fastlane/metadata/android/ta-IN/short_description.txt b/fastlane/metadata/android/ta-IN/short_description.txt index 1ffcfeb9..94163b30 100644 --- a/fastlane/metadata/android/ta-IN/short_description.txt +++ b/fastlane/metadata/android/ta-IN/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod ஆனது ஆண்ட்ராய்டில் ஏர்பாட்ஸ்களுக்கான ஒரு துணை செயலியாகும். diff --git a/fastlane/metadata/android/ta-IN/title.txt b/fastlane/metadata/android/ta-IN/title.txt index 2361a006..2edf778a 100644 --- a/fastlane/metadata/android/ta-IN/title.txt +++ b/fastlane/metadata/android/ta-IN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - ஏர்பாட்ஸிற்கான துணை செயலி \ No newline at end of file diff --git a/fastlane/metadata/android/te-IN/full_description.txt b/fastlane/metadata/android/te-IN/full_description.txt index aa240e52..3bd25d47 100644 --- a/fastlane/metadata/android/te-IN/full_description.txt +++ b/fastlane/metadata/android/te-IN/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod అనేది AirPods కోసం ఒక సహచర అనువర్తనం. -Features: +లక్షణాలు: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* పాడ్స్ మరియు కేసుల కోసం బ్యాటరీ స్థాయి. +* పాడ్స్ మరియు కేసుల కోసం ఛార్జింగ్ స్థితి. +* కనెక్షన్, మైక్రోఫోన్ మరియు కేసు గురించి అదనపు సమాచారం. +* సమీపంలోని అన్ని పరికరాలను స్వీకరించవచ్చు మరియు చూపించవచ్చు. +* స్వయంచాలకంగా ప్లే/పాజ్ తో చెవి గుర్తింపు. +* ఫోన్ మరియు AirPods లను స్వయంచాలకంగా కనెక్ట్ చేయండి. +* కేసు తెరిచినప్పుడు పాప్‌అప్ చూపించు. -CAPod is ad-free. Some features require an in-app purchase. +CAPod ప్రకటన రహితం. కొన్ని ఫీచర్లకు అప్లికేషన్లో కొనుగోలు అవసరం. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +అత్యంత ప్రజాదరణ పొందిన AirPods మరియు బీట్స్ పరికరాలు మద్దతు ఇవ్వబడతాయి. +మీ పరికరం AirPods వలెనే ఉంటే, కానీ ఇంకా మద్దతు ఇవ్వకపోతే, నాకు చిన్న ఇమెయిల్ పంపండి. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +కొత్త ఫీచర్ కోసం మంచి ఆలోచన వచ్చిందా? సంప్రదించండి! diff --git a/fastlane/metadata/android/te-IN/short_description.txt b/fastlane/metadata/android/te-IN/short_description.txt index 1ffcfeb9..68fd974d 100644 --- a/fastlane/metadata/android/te-IN/short_description.txt +++ b/fastlane/metadata/android/te-IN/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod Android లో AirPods కోసం ఒక సహచర అనువర్తనం. diff --git a/fastlane/metadata/android/te-IN/title.txt b/fastlane/metadata/android/te-IN/title.txt index 2361a006..7eeb7b2c 100644 --- a/fastlane/metadata/android/te-IN/title.txt +++ b/fastlane/metadata/android/te-IN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods కోసం సహచరుడు \ No newline at end of file diff --git a/fastlane/metadata/android/th/full_description.txt b/fastlane/metadata/android/th/full_description.txt index aa240e52..7b747342 100644 --- a/fastlane/metadata/android/th/full_description.txt +++ b/fastlane/metadata/android/th/full_description.txt @@ -1,18 +1 @@ -CAPod is a companion app for AirPods. - -Features: - -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. - -CAPod is ad-free. Some features require an in-app purchase. - -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. - -Got a cool idea for a new feature? Reach out! \ No newline at end of file +CAPod เป็นแอปสำหรับ AirPods\n\nคุณสมบัติ:\n\n* ระดับแบตเตอรี่สำหรับพ็อดและเคส\n* สถานะการชาร์จสำหรับพ็อดและเคส\n* ข้อมูลเพิ่มเติมเกี่ยวกับการเชื่อมต่อ ไมโครโฟน และเคส\n* สามารถรับและแสดงอุปกรณ์ใกล้เคียงทั้งหมด\n* การตรวจจับหูพร้อมเล่น/หยุดอัตโนมัติ\n* เชื่อมต่อโทรศัพท์และ AirPods โดยอัตโนมัติ\n* แสดงป๊อปอัปเมื่อเปิดเคส\n\nCAPod ไม่มีโฆษณา คุณสมบัติบางอย่างต้องมีการซื้อในแอป\n\nรองรับอุปกรณ์ AirPods และ Beats ที่ได้รับความนิยมมากที่สุด\nหากอุปกรณ์ของคุณคล้ายกับ AirPods แต่ยังไม่รองรับ โปรดส่งอีเมลสั้นๆ ถึงฉัน\n\nมีไอเดียเจ๋งๆ สำหรับฟีเจอร์ใหม่ไหม? ติดต่อเรา!\n diff --git a/fastlane/metadata/android/th/short_description.txt b/fastlane/metadata/android/th/short_description.txt index 1ffcfeb9..146ea976 100644 --- a/fastlane/metadata/android/th/short_description.txt +++ b/fastlane/metadata/android/th/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod เป็นแอปสำหรับ AirPods บน Android diff --git a/fastlane/metadata/android/th/title.txt b/fastlane/metadata/android/th/title.txt index 2361a006..e6a6d2b6 100644 --- a/fastlane/metadata/android/th/title.txt +++ b/fastlane/metadata/android/th/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - เพื่อนสำหรับ AirPods \ No newline at end of file diff --git a/fastlane/metadata/android/ur-IN/full_description.txt b/fastlane/metadata/android/ur-IN/full_description.txt index aa240e52..a8cce4bb 100644 --- a/fastlane/metadata/android/ur-IN/full_description.txt +++ b/fastlane/metadata/android/ur-IN/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod AirPods کے لیے ایک ساتھی ایپ ہے۔ -Features: +خصوصیات: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* پوڈز اور کیسز کے لیے بیٹری کی سطح۔ +* پوڈز اور کیس کے لیے چارجنگ کی حیثیت۔ +* کنکشن، مائکروفون اور کیس کے بارے میں اضافی معلومات۔ +* قریبی تمام آلات کو وصول اور دکھا سکتا ہے۔ +* خودکار پلے/پاز کے ساتھ ایئر کا پتہ لگانا۔ +* خود بخود فون اور AirPods کو جوڑیں۔ +* کیس کھولنے پر پاپ اپ دکھائیں۔ -CAPod is ad-free. Some features require an in-app purchase. +CAPod اشتہار سے پاک ہے۔ کچھ خصوصیات کو درون ایپ خریداری کی ضرورت ہے۔ -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +سب سے زیادہ مقبول AirPods اور Beats آلات تعاون یافتہ ہیں۔ +اگر آپ کا آلہ AirPods سے ملتا جلتا ہے لیکن ابھی تک تعاون یافتہ نہیں ہے، تو مجھے ایک مختصر ای میل بھیجیں۔ -Got a cool idea for a new feature? Reach out! \ No newline at end of file +کیا آپ کے پاس نئی خصوصیت کے لیے کوئی زبردست خیال ہے؟ رابطہ کریں! diff --git a/fastlane/metadata/android/ur-IN/short_description.txt b/fastlane/metadata/android/ur-IN/short_description.txt index 1ffcfeb9..5e55eb9b 100644 --- a/fastlane/metadata/android/ur-IN/short_description.txt +++ b/fastlane/metadata/android/ur-IN/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod Android پر AirPods کے لیے ایک ساتھی ایپ ہے۔ diff --git a/fastlane/metadata/android/ur-IN/title.txt b/fastlane/metadata/android/ur-IN/title.txt index 2361a006..bde8d2f9 100644 --- a/fastlane/metadata/android/ur-IN/title.txt +++ b/fastlane/metadata/android/ur-IN/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods کے لیے ساتھی \ No newline at end of file diff --git a/fastlane/metadata/android/uz/full_description.txt b/fastlane/metadata/android/uz/full_description.txt index aa240e52..cd9b0973 100644 --- a/fastlane/metadata/android/uz/full_description.txt +++ b/fastlane/metadata/android/uz/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod - AirPods uchun hamroh ilova. -Features: +Xususiyatlari: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Podlar va qutilar uchun batareya darajasi. +* Podlar va quti uchun zaryadlash holati. +* Ulanish, mikrofon va quti haqida qo'shimcha ma'lumotlar. +* Yaqindagi barcha qurilmalarni qabul qilishi va ko'rsatishi mumkin. +* Avtomatik ijro/pauza bilan quloqni aniqlash. +* Telefon va AirPod'larni avtomatik ravishda ulang. +* Quti ochilganda popup ko'rsatish. -CAPod is ad-free. Some features require an in-app purchase. +CAPod reklamalarsiz. Ba'zi xususiyatlar ilova ichidagi xaridni talab qiladi. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Eng mashhur AirPods va Beats qurilmalari qo'llab-quvvatlanadi. +Agar sizning qurilmangiz AirPods'ga o'xshash bo'lsa, lekin hali qo'llab-quvvatlanmagan bo'lsa, menga qisqa xabar yuboring. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Yangi funksiya uchun ajoyib g'oyangiz bormi? Bog'laning! diff --git a/fastlane/metadata/android/uz/short_description.txt b/fastlane/metadata/android/uz/short_description.txt index 1ffcfeb9..bb8e6813 100644 --- a/fastlane/metadata/android/uz/short_description.txt +++ b/fastlane/metadata/android/uz/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod - Android-da AirPods uchun hamroh ilova. diff --git a/fastlane/metadata/android/uz/title.txt b/fastlane/metadata/android/uz/title.txt index 2361a006..d444588f 100644 --- a/fastlane/metadata/android/uz/title.txt +++ b/fastlane/metadata/android/uz/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - AirPods uchun hamroh \ No newline at end of file diff --git a/fastlane/metadata/android/zu/full_description.txt b/fastlane/metadata/android/zu/full_description.txt index aa240e52..6204dbc9 100644 --- a/fastlane/metadata/android/zu/full_description.txt +++ b/fastlane/metadata/android/zu/full_description.txt @@ -1,18 +1,18 @@ -CAPod is a companion app for AirPods. +CAPod uhlelo lokusebenza oluhambisana ne-AirPods. -Features: +Izici: -* Battery level for pods and cases. -* Charging status for pods and case. -* Additional infos about connection, microphone and case. -* Can receive and show all nearby devices. -* Ear detection with automatic play/pause. -* Automatically connect phone and AirPods. -* Show popup when case is opened. +* Izinga lebhethri lama-pod nama-case. +* Isimo sokushaja se-pods ne-case. +* Ulwazi olwengeziwe mayelana nokuxhumeka, imakrofoni, ne-case. +* Inga thola futhi ibonise wonke amadivayisi aseduze. +* Ukutholwa kwendlebe ngokudlala/ukuma isikhashana okuzenzakalelayo. +* Xhuma ifoni ne-AirPods ngokuzenzakalela. +* Khombisa i-popup uma i-case ivuliwe. -CAPod is ad-free. Some features require an in-app purchase. +I-CAPod ayinazo izikhangiso. Ezinye izici zidinga ukuthenga ngaphakathi nohlelo. -Most popular AirPods and Beats devices are supported. -If your device is similar to AirPods but not yet supported, send me a short mail. +Amadivayisi amaningi adumile e-AirPods ne-Beats ayasekelwa. +Uma idivayisi yakho ifana ne-AirPods kodwa ingakasekelwa, ngithumele i-imeyili emfushane. -Got a cool idea for a new feature? Reach out! \ No newline at end of file +Unombono omuhle wesici esisha? Xhumana! diff --git a/fastlane/metadata/android/zu/short_description.txt b/fastlane/metadata/android/zu/short_description.txt index 1ffcfeb9..a39badf2 100644 --- a/fastlane/metadata/android/zu/short_description.txt +++ b/fastlane/metadata/android/zu/short_description.txt @@ -1 +1 @@ -CAPod is a companion app for AirPods on Android. \ No newline at end of file +CAPod uhlelo lokusebenza oluhambisana ne-AirPods ku-Android. diff --git a/fastlane/metadata/android/zu/title.txt b/fastlane/metadata/android/zu/title.txt index 2361a006..2297e2b1 100644 --- a/fastlane/metadata/android/zu/title.txt +++ b/fastlane/metadata/android/zu/title.txt @@ -1 +1 @@ -CAPod - Companion for AirPods \ No newline at end of file +CAPod - Umngane we-AirPods \ No newline at end of file