muba-posting 9.0.19 → 9.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Publish3.js +1 -0
- package/Publish5.js +2 -2
- package/commonStyles.js +2 -13
- package/locales/ar.json +1 -0
- package/locales/en.json +1 -0
- package/locales/es.json +1 -0
- package/locales/fr.json +1 -0
- package/locales/it.json +1 -0
- package/locales/nl.json +1 -0
- package/package.json +1 -1
package/Publish3.js
CHANGED
|
@@ -40,6 +40,7 @@ export default class Publish3 extends React.Component {
|
|
|
40
40
|
conditionOptions: {
|
|
41
41
|
elements: [
|
|
42
42
|
{ value: 'NEW', label: strings('setup.new') },
|
|
43
|
+
{ value: 'NEVER_USED', label: strings('setup.neverUsed') },
|
|
43
44
|
{ value: 'GOOD', label: strings('setup.good') },
|
|
44
45
|
{ value: 'REFORM', label: strings('setup.reform') },
|
|
45
46
|
],
|
package/Publish5.js
CHANGED
|
@@ -374,7 +374,7 @@ export default class Publish5 extends React.Component {
|
|
|
374
374
|
onPress={(value) => this.onChangeFeature(value, feature.name)}
|
|
375
375
|
extraField={<View>
|
|
376
376
|
{feature.name == 'terrace' && this.state.showTerraceSurface &&
|
|
377
|
-
<View style={[commonStyles.row, {
|
|
377
|
+
<View style={[commonStyles.row, { paddingVertical: 2, paddingHorizontal: 5 }]} >
|
|
378
378
|
<View style={commonStyles.col8}>
|
|
379
379
|
<InputText
|
|
380
380
|
value={this.state.terraceSurface}
|
|
@@ -398,7 +398,7 @@ export default class Publish5 extends React.Component {
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
{feature.name == 'garden' && this.state.showGardenSurface &&
|
|
401
|
-
<View style={[commonStyles.row, {
|
|
401
|
+
<View style={[commonStyles.row, { paddingVertical: 2, paddingHorizontal: 5 }]} >
|
|
402
402
|
<View style={commonStyles.col8}>
|
|
403
403
|
<InputText
|
|
404
404
|
value={this.state.gardenSurface}
|
package/commonStyles.js
CHANGED
|
@@ -509,15 +509,6 @@ export default StyleSheet.create({
|
|
|
509
509
|
borderColor: '#bcbcbc',
|
|
510
510
|
borderWidth: 1,
|
|
511
511
|
borderRadius: 5,
|
|
512
|
-
...(I18nManager.isRTL
|
|
513
|
-
? {
|
|
514
|
-
borderTopLeftRadius: 0,
|
|
515
|
-
borderBottomLeftRadius: 0,
|
|
516
|
-
}
|
|
517
|
-
: {
|
|
518
|
-
borderTopRightRadius: 0,
|
|
519
|
-
borderBottomRightRadius: 0,
|
|
520
|
-
}),
|
|
521
512
|
backgroundColor: '#fff'
|
|
522
513
|
},
|
|
523
514
|
|
|
@@ -526,15 +517,13 @@ export default StyleSheet.create({
|
|
|
526
517
|
borderColor: '#bcbcbc',
|
|
527
518
|
borderWidth: 1,
|
|
528
519
|
borderRadius: 5,
|
|
529
|
-
borderStartWidth: 0,
|
|
530
520
|
paddingStart: 15,
|
|
531
521
|
height: 35,
|
|
532
522
|
width: '100%',
|
|
533
523
|
justifyContent: 'center',
|
|
534
524
|
backgroundColor: '#fff',
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
bottom: 0
|
|
525
|
+
bottom: 0,
|
|
526
|
+
marginStart: 3
|
|
538
527
|
},
|
|
539
528
|
|
|
540
529
|
unitText: {
|
package/locales/ar.json
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"noPromoteTitle": "عذرا! لا تتوفرون على إعلانات {{product}} متوفرة",
|
|
72
72
|
"noPromoteSubtitle": "إذا كنتم ترغبون في إعادة شحن حسابكم ، فاتصلوا بنا: {{countryPhone}}",
|
|
73
73
|
"new": "جديد",
|
|
74
|
+
"neverUser": "لم يُسكن من قبل / مُجدد",
|
|
74
75
|
"good": "حالة جيدة",
|
|
75
76
|
"reform": "للتجديد",
|
|
76
77
|
"L1": "أقل من سنة",
|
package/locales/en.json
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"noPromoteTitle": "Sorry! You have no more {{product}} ads available",
|
|
72
72
|
"noPromoteSubtitle": "If you want to recharge your account, contact us: {{countryPhone}}",
|
|
73
73
|
"new": "New",
|
|
74
|
+
"neverUsed": "Never occupied / renovated",
|
|
74
75
|
"good": "Good condition",
|
|
75
76
|
"reform": "Due for reform",
|
|
76
77
|
"L1": "Less than 1 year",
|
package/locales/es.json
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"noPromoteTitle": "Lo sentimos! No dispones de más {{product}} anuncios disponibles",
|
|
72
72
|
"noPromoteSubtitle": "Si deseas recargar tu cuenta, contáctanos: {{countryPhone}}",
|
|
73
73
|
"new": "Nuevo",
|
|
74
|
+
"neverUsed": "Nunca habitado / reformado",
|
|
74
75
|
"good": "Buen estado",
|
|
75
76
|
"reform": "A reformar",
|
|
76
77
|
"L1": "Menos de 1 año",
|
package/locales/fr.json
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"noPromoteTitle": "Désolé! Vous n'avez plus d'annonces {{product}} disponible",
|
|
72
72
|
"noPromoteSubtitle": "Si vous souhaitez recharger votre compte, contactez-nous: {{countryPhone}}",
|
|
73
73
|
"new": "Nouveau",
|
|
74
|
+
"neverUsed": "Jamais utilisé / rénové",
|
|
74
75
|
"good": "Bon état",
|
|
75
76
|
"reform": "À rénover",
|
|
76
77
|
"L1": "Moins d'un an",
|
package/locales/it.json
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"noPromoteTitle": "Non hai altri {{product}} annunci disponibili",
|
|
72
72
|
"noPromoteSubtitle": "Contattaci per ricaricare il tuo account: {{countryPhone}}",
|
|
73
73
|
"new": "Nuovo",
|
|
74
|
+
"neverUsed": "Mai abitato / ristrutturato",
|
|
74
75
|
"good": "Buone condizioni",
|
|
75
76
|
"reform": "Da ristrutturare",
|
|
76
77
|
"L1": "Meno di 1 anno",
|
package/locales/nl.json
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"noPromoteTitle": "Sorry, u hebt geen {{product}}-advertenties meer",
|
|
72
72
|
"noPromoteSubtitle": "Als u uw account wilt heractiveren, kunt u ons bellen op: {{countryPhone}}",
|
|
73
73
|
"new": "Nieuw",
|
|
74
|
+
"neverUsed": "Nooit bewoond / gerenoveerd",
|
|
74
75
|
"good": "In goede staat",
|
|
75
76
|
"reform": "Moet verbouwd worden",
|
|
76
77
|
"L1": "Minder dan 1 jaar",
|