Skip to content

Commit

Permalink
Add Vietnamese (vi) and Romanian (ro) (paypal#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike McKenna authored May 19, 2020
1 parent cefb925 commit e260ed4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/funding/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,19 @@ export const componentContent : ContentMap = {
SaferTag: () => <Text optional>Ödeme yapmanın daha güvenli ve kolay yolu</Text>,
Pay: ({ logo }) => <Fragment>{ logo }<Text optional> ile Öde</Text></Fragment>,
BuyNow: ({ logo }) => <Fragment>{ logo }<Text optional> Hemen Satın Alın</Text></Fragment>
},
vi: {
Checkout: ({ logo }) => <Fragment>{ logo }<Text optional> Thanh toán</Text></Fragment>,
Subscribe: ({ logo }) => <Fragment>{ logo }<Text optional> Đăng ký</Text></Fragment>,
SaferTag: () => <Text optional>Cách thanh toán an toàn hơn, dễ dàng hơn</Text>,
Pay: ({ logo }) => <Fragment><Text optional>Thanh toán bằng </Text>{ logo }</Fragment>,
BuyNow: ({ logo }) => <Fragment>{ logo }<Text optional> Mua ngay</Text></Fragment>
},
ro: {
Checkout: ({ logo }) => <Fragment>{ logo }<Text optional> Checkout</Text></Fragment>,
Subscribe: ({ logo }) => <Fragment>{ logo }<Text optional> Abonează-te</Text></Fragment>,
SaferTag: () => <Text optional>Modalitatea sigură și ușoară de plată</Text>,
Pay: ({ logo }) => <Fragment><Text optional>Plătește cu </Text>{ logo }</Fragment>,
BuyNow: ({ logo }) => <Fragment>{ logo }<Text optional> Cumpără acum</Text></Fragment>
}
};
6 changes: 6 additions & 0 deletions src/ui/buttons/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,11 @@ export const buttonContent : ButtonContentMap = {
},
tr: {
PoweredBy: ({ logoColor }) => <Fragment><Text>Çalıştıran </Text><PayPalLogo logoColor={ logoColor } /></Fragment>
},
vi: {
PoweredBy: ({ logoColor }) => <Fragment><Text>Được hỗ trợ bởi </Text><PayPalLogo logoColor={ logoColor } /></Fragment>
},
ro: {
PoweredBy: ({ logoColor }) => <Fragment><Text>Cu tehnologia </Text><PayPalLogo logoColor={ logoColor } /></Fragment>
}
};
8 changes: 8 additions & 0 deletions src/zoid/checkout/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,13 @@ export const containerContent : ContentMap = {
cs: {
windowMessage: 'Nezobrazuje se vám bezpečný prohlížeč PayPal? Pomůžeme vám okno znovu otevřít, abyste mohli nákup dokončit',
continueMessage: 'Pokračovat'
},
vi: {
windowMessage: 'Bạn không thấy trình duyệt PayPal bảo mật? Chúng tôi sẽ giúp bạn mở lại cửa sổ để hoàn tất giao dịch mua hàng',
continueMessage: 'Nhấp để tiếp tục'
},
ro: {
windowMessage: 'Nu vezi browser-ul securizat PayPal? Te vom ajuta să lansezi din nou fereastra pentru a finaliza achiziția',
continueMessage: 'Dă clic pentru a continua'
}
};

0 comments on commit e260ed4

Please sign in to comment.