muba-posting 9.0.20 → 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 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/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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "9.0.20",
3
+ "version": "9.0.21",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {