Skip to content

Commit

Permalink
Merge pull request #1607 from weblate/weblate-catima-catima
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
TheLastProject authored Oct 27, 2023
2 parents eeb7edd + 650ad23 commit e76c821
Show file tree
Hide file tree
Showing 62 changed files with 178 additions and 18 deletions.
4 changes: 3 additions & 1 deletion app/src/debug/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="app_name">Depuración de Catima</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,11 @@
<string name="show_balance">إظهار التوازن</string>
<string name="settings_keep_screen_on_summary">تعطيل مهلة الشاشة أثناء عرض البطاقة</string>
<string name="balanceParsingFailed">رصيد غير صالح</string>
<string name="card_id_must_not_be_empty">يجب ألا يكون معرف البطاقة فارغا</string>
<string name="add_a_card_in_a_different_way">أضف بطاقة بطريقة مختلفة</string>
<string name="manually_enter_barcode_instructions">أدخل رقم الهوية أو النص الموجود على بطاقتك واضغط على الرمز الشريطي الذي يشبه الموجود على بطاقتك.</string>
<string name="action_more_options">خيارات أخرى</string>
<string name="enter_card_id">أدخل رقم الهوية أو النص الموجود على بطاقتك</string>
<string name="addWithoutBarcode">إضافة بدون باركود</string>
<string name="field_must_not_be_empty">يجب ألا يكون الحقل فارغا</string>
</resources>
18 changes: 17 additions & 1 deletion app/src/main/res/values-mr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" xmlns:tools="http://schemas.android.com/tools">
<string name="noCardExistsError">ते कार्ड सापडले नाही</string>
<string name="barcodeImageDescriptionWithType">बारकोड <xliff:g>%s</xliff:g> चित्र</string>
<string name="save">सेव्ह करा</string>
Expand Down Expand Up @@ -62,4 +62,20 @@
<string name="note">टिप्पणी</string>
<string name="action_add">समाविष्ट</string>
<string name="deleteTitle">कार्ड हटवा</string>
<string name="about_title_fmt">विषयक <xliff:g id="app_name">%s</xliff:g></string>
<string name="debug_version_fmt">Version: <xliff:g id="version">%s</xliff:g></string>
<string name="app_copyright_old">Based on Loyalty Card Keychain
\ncopyright © 2016–2020 Branden Archer</string>
<string name="app_copyright_short">Copyright © Sylvia van Os and contributors</string>
<string name="importOptionFilesystemExplanation">सिस्टममधून आयात करण्यासाठी बॅकअप फाइल निवडा.</string>
<string name="about">विषयक</string>
<string name="importOptionFilesystemButton">फाइल सिस्टम मधुन निवडा</string>
<string name="importOptionApplicationButton">अन्य अँप निवडा</string>
<string name="app_copyright_fmt" tools:ignore="PluralsCandidate">Copyright © 2019–<xliff:g>%d</xliff:g> Sylvia van Os and contributors</string>
<string name="importOptionApplicationExplanation">फाईल उगाढण्यासाठी कोणतेही दुसरे अँप किव्वा फाईल मॅनेजर सिलेक्ट करा .</string>
<string name="app_license">कॉपीलिफ्ट libre software, licensed GPLv3+</string>
<string name="selectBarcodeTitle">बारकोड निवडा</string>
<string name="app_libraries">Libre third-party libraries: <xliff:g id="app_libraries_list">%s</xliff:g></string>
<string name="app_resources">Libre third-party resources: <xliff:g id="app_resources_list">%s</xliff:g></string>
<string name="importOptionApplicationTitle">फाईल निवडण्यासाठी दुसरी अँप वापरा</string>
</resources>
12 changes: 6 additions & 6 deletions fastlane/metadata/android/es-ES/changelogs/111.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Soporte para idioma árabe
- Mostrar el número de tarjetas archivadas en la vista general de grupo
- Corrección de errores en el análisis de saldos (las cartas no se podían guardar en árabe y otros idiomas con números no occidentales)
- Corrección cuando un tema personalizado no se aplica correctamente a las pantallas principales
- Soporte de idioma árabe
- Mostrar el número de tarjetas archivadas en vista general de grupo
- Corrección de errores en el análisis de saldos (no se podían guardar tarjetas en árabe y otros idiomas con números no occidentales)
- Corrección de tema personalizado no se aplicaba correctamente a la pantalla principal
- Mejoras en la pantalla de selección de tarjetas
- Corrección del fallo al salir de la vista de tarjeta en diseños RTL para tarjetas con caducidad o saldo
- Corrección del fallo de la flecha para volver en la vista de tarjeta que apunta en la dirección incorrecta en diseños RTL
- Corrección error de cierre al salir de la vista de tarjeta en diseños RTL para tarjetas con caducidad o saldo
- Corrección de la flecha para volver en la vista de tarjeta que apunta en la dirección incorrecta en diseños RTL
2 changes: 1 addition & 1 deletion fastlane/metadata/android/es-ES/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Evitar el error al rotar la pantalla en la primera ejecución del asistente.
- Evita el cierre forzado al rotar la pantalla en la primera ejecución del asistente.
4 changes: 2 additions & 2 deletions fastlane/metadata/android/es-ES/changelogs/122.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Mantén presionada el icono de la tarjeta en la vista de actividades para cambiarlo.
- Mejorado el estilo de los botones en la pantalla de grupos.
- Mantener presionado el icono de la tarjeta en la vista de actividades para cambiarlo.
- Mejorado el estilo de los botones en la pantalla de Grupos.
- Se arregló que aparecieran códigos de barras largos causando que escalen a nada.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/es-ES/changelogs/125.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Un manejo más agradecido a raíz de un encabezado sin colores
- Un manejo más elegante de colores de encabezado faltantes
4 changes: 2 additions & 2 deletions fastlane/metadata/android/es-ES/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Un cambio en la versión v0.11 redució el uso de memoria en el dibujado de los códigos de barras, pero afectó a las dimensiones de los códigos de barras. Ahora está cambiado para mantener las dimensiones mientras reducen el uso de memoria. (pull #126 (https://github.com/brarcher/loyalty-card-locker/pull/126))
- Actualizadas las traducciones Alemanas y Francesas. (pull #122 (https://github.com/brarcher/loyalty-card-locker/pull/122), pull #124 (https://github.com/brarcher/loyalty-card-locker/pull/124), pull #125 (https://github.com/brarcher/loyalty-card-locker/pull/125))
- Un cambio en la versión v0.11 redujo el uso de memoria en la generación de códigos de barras, pero afectó las dimensiones. Se cambió para mantener las dimensiones mientras se reduce el uso de memoria. (pull #126 (https://github.com/brarcher/loyalty-card-locker/pull/126))
- Actualizadas las traducciones en alemán y francés. (pull #122 (https://github.com/brarcher/loyalty-card-locker/pull/122), pull #124 (https://github.com/brarcher/loyalty-card-locker/pull/124), pull #125 (https://github.com/brarcher/loyalty-card-locker/pull/125))
8 changes: 4 additions & 4 deletions fastlane/metadata/android/es-ES/changelogs/130.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Arreglos menores a la UI.
- Arreglos válidos de las fechas de expiración cuando se está reiniciando cuando se rota la tarjeta de edición de pantalla.
- Arreglado un crash cuando se rota la pantalla mientras el selector de color se muestra.
- Arreglos de importación a la Stocard.
- Arreglos menores a la UI
- Arreglos válidos de las fechas de expiración reiniciándose cuando se rota la pantalla de edición de tarjeta
- Arreglado un cierre forzado cuando se rota la pantalla mientras el selector de color se muestra
- Arreglos de importación a la Stocard
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/131.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Se movió "Modo Archivo" al menú de "Opciones de pantalla" (antes llamado "Mostrar detalles")
- Soporte al lenguaje por aplicación de Android 13
- Incorporación de la política de privacidad, registro de cambios y licencia en la aplicación
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/132.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Refinado la secuencia de "Añadir tarjeta"
- Mejora de la secuencia de validación
- Reparación de caso de borde causando un estado invalido de la UI haciendo que se muestre el archivo
- Usar el tema o color de la tarjeta para la barra de navegación (Android 8.1+)
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Opción de bloquear orientación de la pantalla añadida cuando se muestra una tarjeta. Si esta bloqueada, la pantalla volteará a su orientación "natural" y rotación de esta será bloqueada. (pull #128 (https://github.com/brarcher/loyalty-card-locker/pull/128))
- Si una tarjeta es seleccionada de la pantalla principal pero no carga, la aplicación falla y enseña un mensaje. (pull #132 (https://github.com/brarcher/loyalty-card-locker/pull/132))
- Caso arreglado donde los ID's de disposición para el asistente de introducción no podían encontrarse. (pull #128 (https://github.com/brarcher/loyalty-card-locker/pull/128))
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Soporte para atajos de aplicación añadidos (Android 7.1+), donde las tarjetas usadas recientemente aparecerán como atajos. (pull #145 (https://github.com/brarcher/loyalty-card-locker/pull/145))
- Widget añadido que trabaja como un atajo de aplicación fijado, para dispositivos debajo de Android 7.1. (pull #142 (https://github.com/brarcher/loyalty-card-locker/pull/142))
5 changes: 5 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Traducciones añadidas
- Polaco (pull #232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
- Español (pull #232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
- Eslovaco (pull #232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
- Traducciones actualizadas (pull #239 (https://github.com/brarcher/loyalty-card-locker/pull/239))
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Traducciones en español arregladas (pull #244 (https://github.com/brarcher/loyalty-card-locker/pull/244))
- Traducciones actualizadas (pull #244 (https://github.com/brarcher/loyalty-card-locker/pull/244))
14 changes: 14 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- Ahora con soporte oficial de la siguiente lista de códigos de barras tipos 1D y 2D:
- AZTEC
- CODABAR
- CODE_39
- CODE_128
- DATA_MATRIX
- EAN_8
- EAN_13
- ITF
- PDF_417
- QR_CODE
- UPC_A

- Los códigos de barras generados son mas largos, mas fáciles de escanear por un dispositivo de escaneo
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Nueva opción del control del brillo al mostrar un código de barras (pull #259 (https://github.com/brarcher/loyalty-card-locker/pull/259))
- Traducciones a griego (pull #252 (https://github.com/brarcher/loyalty-card-locker/pull/252))
- Traducciones a esloveno (pull #260 (https://github.com/brarcher/loyalty-card-locker/pull/260))
- Traducciones actualizadas (pull #260 (https://github.com/brarcher/loyalty-card-locker/pull/260), pull #254 (https://github.com/brarcher/loyalty-card-locker/pull/254))
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Arreglado el crear una nueva carta con poner el código de barras manualmente (issue #272 (https://github.com/brarcher/loyalty-card-locker/issues/272))
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Problema arreglado con el compartir tarjetas sin el color de fondo (#343 (https://github.com/brarcher/loyalty-card-locker/pull/343))
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- El doble toque en sobre una tarjeta ahora lo mueve al tope de la pantalla (#348 (https://github.com/brarcher/loyalty-card-locker/pull/348))
- Añadir un espacio en blanco al rededor de los códigos de barras para mejorar el escaneo en modo oscuro (#328 (https://github.com/brarcher/loyalty-card-locker/issues/328))
- Botones de importación arreglados. (#346 (https://github.com/brarcher/loyalty-card-locker/pull/346))
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Arreglado código de barras centrado al salir de pantalla completa (#351 (https://github.com/brarcher/loyalty-card-locker/pull/351))
- Permitir la selección de la ubicación de la copia de respaldo (#352 (https://github.com/brarcher/loyalty-card-locker/pull/352))
- Traducciones actualizadas (#357 (https://github.com/brarcher/loyalty-card-locker/pull/357)) & (#362 (https://github.com/brarcher/loyalty-card-locker/pull/362))
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Traducción holandesa
- Permitir la edición del campo de nombre después de añadir la tarjeta de recompensas
- Campo de notas opcionales añadido
- Resolver todos los problemas identificados por FindBugs y requerir que todos los problemas de FindBugs sean resueltos antes de aceptar la solicitud de incorporación de cambios
6 changes: 6 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/40.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Renombrar a Catima
- Introducción eliminada
- Botones de acción añadidas
- Cierre repentino al abrir la pantalla Acerca de en Android 5 arreglado
- Soporte de favoritos añadido
- Reparación de la rotación automática desactivada siendo ignorado
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Bordes redondeados a los iconos de tarjetas en vista principal añadido
- Soporte a entradas de agrupación añadido
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Cierre forzado en búsqueda sin grupos arreglado
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- UI de edición mejorado
- Opción del color del texto de encabezado eliminada (ahora generado automáticamente basado en el brillo)
- Traducciones actualizadas
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/44.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Cambio entre grupos en pantalla principal añadido
- Cierre forzado de las tarjetas sin color de encabezado arreglado
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Pantalla principal siendo cambiada por deslizamientos verticales arreglado
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Recordar pestaña del grupo de activos entre pantallas y sesiones
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Mover pantalla Acerca de a su propia actividad
- Preguntar al usuario si quiere usar su camara o insertar manualmente el ID en añadir/editar tarjeta
- Hacer el orden del grupo manual en vez de forzarlo alfabéticamente
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Traducciones mejoradas
- Pequeños arreglos a la UI
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- हर जगह लागू न होने वाले मैन्युअल भाषा चयन को ठीक करें
- क्षेत्रहीन लोकेल पर संपादन दृश्य में क्रैश को ठीक करें
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- कार्ड विवरण विस्तार स्थिति सहेजें
- मामूली यूआई सुधार
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- बारकोड के लिए अमान्य मान पर दिखने वाले ग्रे ब्लॉक को ठीक करें
- स्टोकार्ड आयात में सुधार
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- एकल वर्ण के रूप में दिखाए जा रहे कुछ वर्णों के अनुक्रम को ठीक करें
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/107.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
स्टोकार्ड आयात सुधार
5 changes: 5 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/108.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- कार्ड डुप्लिकेशन सुविधा जोड़ें
- 1970 से पहले की समाप्ति तिथि चुनने की अनुमति न दें (उन्होंने वैसे भी कभी काम नहीं किया)
- कार्ड संग्रहित करने के लिए समर्थन जोड़ें
- हटाएँ को संपादन से दृश्य में ले जाएँ
- नई रोटेशन लॉक सेटिंग के पक्ष में रोटेशन लॉक आइकन हटाएं
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/109.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- "नो बारकोड" बटन पर टेक्स्ट के गलत रंग को ठीक करें
7 changes: 7 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-अरबी भाषा समर्थन
-समूह अवलोकन में संग्रहीत कार्डों की संख्या प्रदर्शित करें
-शेष विश्लेषण बग्स को ठीक करें (अरबी और अन्य भाषाओं में गैर-पश्चिमी संख्याओं के साथ कार्ड सहेजने में दिक्कत)
-पसंदीदा थीम को मुख्य स्क्रीन पर सही ढंग से ना लागू होने को ठीक करे
-चयनित कार्डों की प्रदर्शन को सुधारें
-समाप्ति या संतुलन वाले कार्डों के लिए आरटीएल लेआउट में कार्ड दृश्य छोड़ने पर क्रैश को ठीक करें
-आरटीएल लेआउट में कार्ड दृश्य में गलत दिशा में पोइंट करने वाली पिछली तीर को ठीक करें
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/112.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-कस्टम हेडर सेट करने की संभावना को अधिक दिखाई देने दें
3 changes: 3 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/113.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-वफादारी कार्ड दृश्य में पिछला और अगला बटन जोड़ें
-संपादन बटन पर पूर्ववर्ती रंग को ठीक करें
-सहेजने वाले फ्लॉपी डिस्क आइकन को चेकमार्क से बदलें
3 changes: 3 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/114.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-एंड्राइड 13 के लिए एकरंगी आइकन जोड़ें
-पहले लॉन्च स्क्रीन को बेहतर बनाएं
-फीडमी आयात सुधारे
4 changes: 4 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/115.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-लम्बे दबाव पर गैलरी में इमेज को खोलें
-संवादों में मटेरियल स्टाइल लागू करें
-Catima पर इमेज साझा करके कार्ड बनाने का समर्थन
-कार्ड स्क्रीन पर त्वरित खर्च बटन जोड़ें
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/117.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-अनावश्यक अनुमतियों को हटाएँ
-एंड्राइड 13 को लक्ष्य बनाएँ
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/118.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-कार्ड की प्रारंभिक वैधता सेट करने का समर्थन करें
-स्टोकार्ड आयात को ठीक करें (स्टोकार्ड का निर्यात प्रारूप बदल गया है)
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/119.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-अधिक उपकरणों पर मटेरियल यू रंगों का उपयोग करें (गूगल पुस्तकालय अपडेट)
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-पहली रन इंट्रो विज़ार्ड में स्क्रीन को पलटने पर होने वाले क्रैश को रोकें।
3 changes: 3 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- मुख्य और वफादारी कार्ड दृश्य स्क्रीनों का पूर्ण रीडिजाइन
- सेटिंग्स स्क्रीन के लिए मैटेरियल यू डिजाइन
- कैमरा ऐप अक्षम होने पर "फोटो लें" का उपयोग करते समय होने वाले क्रैश को ठीक करें
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/121.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-उपयोग की गई पुस्तकालयों को अपडेट करें
3 changes: 3 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/122.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- देखें गतिविधि में कार्ड आइकन पर लंबी दबाव डालकर उसे बदलें
- समूह स्क्रीन में बटन स्टाइलिंग को सुधारें
- लंबी बारकोड मानों को ठीक करें, जो बारकोड के ना होने पर स्केल डाउन हो कर शुन्य हो जाते है
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hi-IN/changelogs/123.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-लघु यूआई सुधार
-वर्गाकार स्क्रीन वाले डिवाइसों पर नया डिजाइन लागू ना होने की समस्या को ठीक करें
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/125.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- गायब हैडर रंगों के साथ ज्यादा सुगमता से निपटें
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/126.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-विभिन्न आरटीएल सुधार
1 change: 1 addition & 0 deletions fastlane/metadata/android/hi-IN/changelogs/128.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-दुर्लभ क्रैश को ठीक करें
Loading

0 comments on commit e76c821

Please sign in to comment.