Skip to content

Commit

Permalink
Merge branch 'marketplace' into register-i18n-components
Browse files Browse the repository at this point in the history
* marketplace:
  Fix for errors while viewing orders made with Braintree (#2659)
  Fix translation issues on PDP and RTL placement for Tooltips (#2642)

# Conflicts:
#	imports/plugins/core/ui/client/components/divider/divider.js
  • Loading branch information
jshimko committed Aug 15, 2017
2 parents 8dd6b58 + fb22db8 commit cf4bc7b
Show file tree
Hide file tree
Showing 106 changed files with 701 additions and 9,727 deletions.
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "إعدادت الحساب"
},
"settings": {
"continue": "استمر",
"cancel": "إلغاء",
"changeOwner": "تغير المالك",
"changeShopOwnerWarn": "أنت على وشك تغيير مالك المحل. سيتم استبدال المالك الحالي",
"changeMktOwnerWarn": "أنت على وشك تغيير مالك ماركتبليس. سيتم استبدال المالك الحالي",
"accountsSettingsLabel": "الحسابات",
"accountsSettingsTitle": "الحسابات",
"accountsSettingsDescription": "إعدادت الحساب"
},
"groupsInvite": {
"name": "جون سميث",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "لا يمكنك دعوة مستخدم بشكل مباشر كمالك. الترويج للمشرف الحالي"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Настройки на профила"
},
"settings": {
"continue": "Продължавам",
"cancel": "Отмени",
"changeOwner": "Промяна на собственика",
"changeShopOwnerWarn": "На път сте да промените собственика на магазина. Сегашният собственик ще бъде заменен",
"changeMktOwnerWarn": "На път сте да промените собственика на Marketplace. Сегашният собственик ще бъде заменен",
"accountsSettingsLabel": "Профили",
"accountsSettingsTitle": "Профили",
"accountsSettingsDescription": "Настройки на профила"
},
"groupsInvite": {
"name": "Джон Смит",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Не можете директно да каните потребител като собственик. Насърчаване на съществуващ администратор"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Nastavení účtu"
},
"settings": {
"continue": "Pokračovat",
"cancel": "Zrušit",
"changeOwner": "Změnit majitele",
"changeShopOwnerWarn": "Chystáte se změnit majitele obchodu. Aktuální majitel bude nahrazen",
"changeMktOwnerWarn": "Chystáte se změnit majitele Marketplace. Aktuální majitel bude nahrazen",
"accountsSettingsLabel": "účty",
"accountsSettingsTitle": "účty",
"accountsSettingsDescription": "Nastavení účtu"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Nemůžete přímo pozvat uživatele jako vlastníka. Propagujte existujícího administrátora"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Kontoeinstellungen"
},
"settings": {
"continue": "Fortsetzen",
"cancel": "Abbrechen",
"changeOwner": "Besitzer wechseln",
"changeShopOwnerWarn": "Sie sind dabei, den Ladenbesitzer zu wechseln. Der derzeitige Besitzer wird ersetzt",
"changeMktOwnerWarn": "Sie sind dabei, den Marktbesitzer zu wechseln. Der derzeitige Besitzer wird ersetzt",
"accountsSettingsLabel": "Buchhaltung",
"accountsSettingsTitle": "Buchhaltung",
"accountsSettingsDescription": "Kontoeinstellungen"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Sie können einen Benutzer nicht direkt als Besitzer einladen. Fördern Sie einen vorhandenen Admin"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Ρυθμίσεις λογαριασμού"
},
"settings": {
"continue": "Συνεχίζω",
"cancel": "Ακύρωση",
"changeOwner": "Αλλαγή ιδιοκτήτη",
"changeShopOwnerWarn": "Πρόκειται να αλλάξετε τον ιδιοκτήτη του καταστήματος. Ο τρέχων κάτοχος θα αντικατασταθεί",
"changeMktOwnerWarn": "Πρόκειται να αλλάξετε τον κάτοχο του Marketplace. Ο τρέχων κάτοχος θα αντικατασταθεί",
"accountsSettingsLabel": "λογαριασμοί",
"accountsSettingsTitle": "λογαριασμοί",
"accountsSettingsDescription": "Ρυθμίσεις λογαριασμού"
},
"groupsInvite": {
"name": "Τζον Σμιθ",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Δεν μπορείτε να καλέσετε απευθείας έναν χρήστη ως κάτοχο. Προωθήστε έναν υπάρχοντα διαχειριστή"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Configuraciones De La Cuenta"
},
"settings": {
"continue": "Continuar",
"cancel": "Cancelar",
"changeOwner": "Cambio de propietario",
"changeShopOwnerWarn": "Estás a punto de cambiar el dueño de la tienda. El propietario actual será reemplazado",
"changeMktOwnerWarn": "Está a punto de cambiar el propietario de Marketplace. El propietario actual será reemplazado",
"accountsSettingsLabel": "Cuentas",
"accountsSettingsTitle": "Cuentas",
"accountsSettingsDescription": "Configuraciones De La Cuenta"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "No puede invitar directamente a un usuario como propietario. Promover un administrador existente"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Paramètres de compte"
},
"settings": {
"continue": "Continuer",
"cancel": "Annuler",
"changeOwner": "Change Owner",
"changeShopOwnerWarn": "Vous allez changer le propriétaire de la boutique. Le propriétaire actuel sera remplacé",
"changeMktOwnerWarn": "Vous êtes sur le point de changer le propriétaire du marché. Le propriétaire actuel sera remplacé",
"accountsSettingsLabel": "Comptes",
"accountsSettingsTitle": "Comptes",
"accountsSettingsDescription": "Paramètres de compte"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Vous ne pouvez pas inviter directement un utilisateur en tant que propriétaire. Promouvoir un administrateur existant"
}
}
}
Expand Down
10 changes: 9 additions & 1 deletion imports/plugins/core/accounts/server/i18n/he.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[{
"i18n": "he",
"ns": "reaction-accounts",
"translation": { }
"translation": {
"reaction-accounts": {
"admin": {
"settings": {
"cancel": "בטל"
}
}
}
}
}]
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Postavke računa"
},
"settings": {
"continue": "Nastaviti",
"cancel": "Prekini",
"changeOwner": "Promijeni vlasnika",
"changeShopOwnerWarn": "Namjeravate promijeniti vlasnika trgovine. Sadašnji vlasnik bit će zamijenjen",
"changeMktOwnerWarn": "Namjeravate promijeniti vlasnika tržišta. Sadašnji vlasnik bit će zamijenjen",
"accountsSettingsLabel": "Računi",
"accountsSettingsTitle": "Računi",
"accountsSettingsDescription": "Postavke računa"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Ne možete izravno pozvati korisnika kao vlasnika. Promicanje postojećeg administratora"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Fiók beállítások"
},
"settings": {
"continue": "folytatódik",
"cancel": "Mégse",
"changeOwner": "Tulajdonos megváltoztatása",
"changeShopOwnerWarn": "Ön módosítani kívánja a Shop tulajdonost. A jelenlegi tulajdonost kicserélik",
"changeMktOwnerWarn": "Ön megváltoztatja a Marketplace tulajdonosát. A jelenlegi tulajdonost kicserélik",
"accountsSettingsLabel": "Fiókok",
"accountsSettingsTitle": "Fiókok",
"accountsSettingsDescription": "Fiók beállítások"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Nem közvetlenül hívhatja meg a felhasználót tulajdonosként. Támogat egy meglévő adminisztrátort"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Impostazioni dell 'account"
},
"settings": {
"continue": "Continuare",
"cancel": "Annulla",
"changeOwner": "Cambiare proprietario",
"changeShopOwnerWarn": "Stai per cambiare il proprietario del negozio. L'attuale proprietario verrà sostituito",
"changeMktOwnerWarn": "Stai per cambiare il proprietario del Marketplace. L'attuale proprietario verrà sostituito",
"accountsSettingsLabel": "Conti",
"accountsSettingsTitle": "Conti",
"accountsSettingsDescription": "Impostazioni dell 'account"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Non puoi invitare direttamente un utente come proprietario. Promuovere un amministratore esistente"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/my.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "အကောင့်ဆက်တင်များ"
},
"settings": {
"continue": "ဆက်လက်",
"cancel": "ပယ်ဖျက်ပါ",
"changeOwner": "ပြောင်းလဲမှုကိုပိုင်ရှင်",
"changeShopOwnerWarn": "သင်ကဆိုင်ပိုင်ရှင်တစ်ဦးကိုပြောင်းလဲခန့်ရှိပါသည်။ လက်ရှိပိုင်ရှင်အစားထိုးသွားမည်",
"changeMktOwnerWarn": "သင်က Marketplace ပိုင်ရှင်ပြောင်းပေးဖို့အကြောင်းကိုဖြစ်ကြသည်။ လက်ရှိပိုင်ရှင်အစားထိုးသွားမည်",
"accountsSettingsLabel": "ငွေစာရင်း",
"accountsSettingsTitle": "ငွေစာရင်း",
"accountsSettingsDescription": "အကောင့်ဆက်တင်များ"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "သငျသညျကိုတိုက်ရိုက်ပိုင်ရှင်အဖြစ်အသုံးပြုသူတစ်ဦးကိုဖိတ်ခေါ်လို့မရပါဘူး။ ရှိပြီးသား admin ရဲ့မြှင့်တင်ရန်"
}
}
}
Expand Down
10 changes: 9 additions & 1 deletion imports/plugins/core/accounts/server/i18n/nb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[{
"i18n": "nb",
"ns": "reaction-accounts",
"translation": { }
"translation": {
"reaction-accounts": {
"admin": {
"settings": {
"cancel": "Avbryt"
}
}
}
}
}]
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Account instellingen"
},
"settings": {
"continue": "Voortzetten",
"cancel": "Annuleren",
"changeOwner": "Wijzig eigenaar",
"changeShopOwnerWarn": "U gaat op de hoogte van de Winkel eigenaar. De huidige eigenaar wordt vervangen",
"changeMktOwnerWarn": "Je staat op het punt om de Marketplace-eigenaar te veranderen. De huidige eigenaar wordt vervangen",
"accountsSettingsLabel": "Rekeningen",
"accountsSettingsTitle": "Rekeningen",
"accountsSettingsDescription": "Account instellingen"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "U kunt geen gebruiker als eigenaar uitnodigen. Bevorder een bestaande admin"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Ustawienia konta"
},
"settings": {
"continue": "Kontynuować",
"cancel": "Anulować",
"changeOwner": "Zmień właściciela",
"changeShopOwnerWarn": "Zamierzasz zmienić właściciela sklepu. Aktualny właściciel zostanie zastąpiony",
"changeMktOwnerWarn": "Zamierzasz zmienić właściciela Marketplace. Aktualny właściciel zostanie zastąpiony",
"accountsSettingsLabel": "Konta",
"accountsSettingsTitle": "Konta",
"accountsSettingsDescription": "Ustawienia konta"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Nie możesz bezpośrednio zaprosić użytkownika jako właściciela. Promuj istniejącego administratora"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Configurações da conta"
},
"settings": {
"continue": "Continuar",
"cancel": "Cancelar",
"changeOwner": "Alterar proprietário",
"changeShopOwnerWarn": "Você está prestes a mudar o proprietário da loja. O proprietário atual será substituído",
"changeMktOwnerWarn": "Você está prestes a mudar o proprietário do Marketplace. O proprietário atual será substituído",
"accountsSettingsLabel": "Contas",
"accountsSettingsTitle": "Contas",
"accountsSettingsDescription": "Configurações da conta"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Você não pode convidar diretamente um usuário como proprietário. Promover um administrador existente"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Setările contului"
},
"settings": {
"continue": "Continua",
"cancel": "Anulează",
"changeOwner": "Schimbați proprietarul",
"changeShopOwnerWarn": "Sunteți pe punctul de a schimba proprietarul magazinului. Actualul proprietar va fi înlocuit",
"changeMktOwnerWarn": "Sunteți pe punctul de a schimba proprietarul Marketplace. Actualul proprietar va fi înlocuit",
"accountsSettingsLabel": "Conturi",
"accountsSettingsTitle": "Conturi",
"accountsSettingsDescription": "Setările contului"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Nu puteți invita direct un utilizator ca proprietar. Promovați un administrator existent"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Настройки аккаунта"
},
"settings": {
"continue": "Продолжать",
"cancel": "Отмена",
"changeOwner": "Изменить владельца",
"changeShopOwnerWarn": "Вы собираетесь изменить владельца магазина. Текущий владелец будет заменен",
"changeMktOwnerWarn": "Вы собираетесь изменить владельца Marketplace. Текущий владелец будет заменен",
"accountsSettingsLabel": "Счета",
"accountsSettingsTitle": "Счета",
"accountsSettingsDescription": "Настройки аккаунта"
},
"groupsInvite": {
"name": "Джон Смит",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Вы не можете напрямую приглашать пользователя в качестве владельца. Продвигать существующего администратора"
}
}
}
Expand Down
8 changes: 7 additions & 1 deletion imports/plugins/core/accounts/server/i18n/sl.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"accountsDescription": "Nastavitve računa"
},
"settings": {
"continue": "Naprej",
"cancel": "Prekliči",
"changeOwner": "Spremeni lastnika",
"changeShopOwnerWarn": "Pravkar boste spremenili lastnika trgovine. Trenutni lastnik bo zamenjal",
"changeMktOwnerWarn": "Spremenili boste lastnika trga. Trenutni lastnik bo zamenjal",
"accountsSettingsLabel": "računi",
"accountsSettingsTitle": "računi",
"accountsSettingsDescription": "Nastavitve računa"
},
"groupsInvite": {
"name": "John Smith",
"email": "[email protected]"
"email": "[email protected]",
"inviteOwnerError": "Ne morete neposredno povabiti uporabnika kot lastnika. Spodbujanje obstoječega skrbnika"
}
}
}
Expand Down
Loading

0 comments on commit cf4bc7b

Please sign in to comment.