Login with
This commit is contained in:
parent
09ef565e08
commit
d05dc507d2
|
@ -144,7 +144,6 @@ export default {
|
|||
Connecting: 'Verbinden ...',
|
||||
Contact_us: 'Kontaktiere uns',
|
||||
Contact_your_server_admin: 'Kontaktieren Sie Ihren Server-Administrator.',
|
||||
Continue_with: 'Weitermachen mit',
|
||||
Copied_to_clipboard: 'In die Zwischenablage kopiert!',
|
||||
Copy: 'Kopieren',
|
||||
Permalink: 'Permalink',
|
||||
|
|
|
@ -144,7 +144,6 @@ export default {
|
|||
Connecting: 'Connecting...',
|
||||
Contact_us: 'Contact us',
|
||||
Contact_your_server_admin: 'Contact your server admin.',
|
||||
Continue_with: 'Continue with',
|
||||
Copied_to_clipboard: 'Copied to clipboard!',
|
||||
Copy: 'Copy',
|
||||
Permalink: 'Permalink',
|
||||
|
|
|
@ -139,7 +139,6 @@ export default {
|
|||
Connecting: 'Conectando...',
|
||||
Contact_us: 'Contactar',
|
||||
Contact_your_server_admin: 'Contacta con el administrador.',
|
||||
Continue_with: 'Continuar con',
|
||||
Copied_to_clipboard: 'Copiado al portapapeles!',
|
||||
Copy: 'Copiar',
|
||||
Permalink: 'Enlace permanente',
|
||||
|
|
|
@ -124,7 +124,6 @@ export default {
|
|||
Connect: 'Se connecter',
|
||||
Connected: 'Connecté',
|
||||
Connecting: 'Connexion ...',
|
||||
Continue_with: 'Continuer avec',
|
||||
Copied_to_clipboard: 'Copié dans le presse-papier!',
|
||||
Copy: 'Copier',
|
||||
Permalink: 'Lien permanent',
|
||||
|
|
|
@ -141,7 +141,6 @@ export default {
|
|||
Connecting: 'Connessione...',
|
||||
Contact_us: 'Contattaci',
|
||||
Contact_your_server_admin: 'Contatta l\'amministratore.',
|
||||
Continue_with: 'Continua con',
|
||||
Copied_to_clipboard: 'Copiato in Appunti!',
|
||||
Copy: 'Copia',
|
||||
Permalink: 'Permalink',
|
||||
|
|
|
@ -158,7 +158,6 @@ export default {
|
|||
Connecting: '接続中...',
|
||||
Contact_us: 'お問い合わせ',
|
||||
Contact_your_server_admin: 'サーバー管理者にお問い合わせください。',
|
||||
Continue_with: '次でログイン: ',
|
||||
Copied_to_clipboard: 'クリップボードにコピー!',
|
||||
Copy: 'コピー',
|
||||
Permalink: 'パーマリンク',
|
||||
|
|
|
@ -141,7 +141,6 @@ export default {
|
|||
Connecting: 'Aan het verbinden...',
|
||||
Contact_us: 'Contact opnemen',
|
||||
Contact_your_server_admin: 'Neem contact op met je server admin.',
|
||||
Continue_with: 'Ga verder met',
|
||||
Copied_to_clipboard: 'Gekopïeerd naar klembord!',
|
||||
Copy: 'Kopïeer',
|
||||
Permalink: 'Permalink',
|
||||
|
|
|
@ -145,7 +145,6 @@ export default {
|
|||
Connected: 'Conectado',
|
||||
connecting_server: 'conectando no servidor',
|
||||
Connecting: 'Conectando...',
|
||||
Continue_with: 'Entrar com',
|
||||
Contact_your_server_admin: 'Contate o administrador do servidor.',
|
||||
Copied_to_clipboard: 'Copiado para a área de transferência!',
|
||||
Copy: 'Copiar',
|
||||
|
|
|
@ -124,7 +124,6 @@ export default {
|
|||
Connect: 'Ligar',
|
||||
Connected: 'Ligado',
|
||||
Connecting: 'A ligar...',
|
||||
Continue_with: 'Continuar com',
|
||||
Copied_to_clipboard: 'Copiado para a área de transferência!',
|
||||
Copy: 'Copiar',
|
||||
Permalink: 'Link permanente',
|
||||
|
|
|
@ -136,7 +136,6 @@ export default {
|
|||
Connecting: 'Соединение...',
|
||||
Contact_us: 'Связаться с нами',
|
||||
Contact_your_server_admin: 'Свяжитесь с администратором сервера.',
|
||||
Continue_with: 'Продолжить с',
|
||||
Copied_to_clipboard: 'Скопировано в буфер обмена!',
|
||||
Copy: 'Копировать',
|
||||
Permalink: 'Постоянная ссылка',
|
||||
|
|
|
@ -124,7 +124,6 @@ export default {
|
|||
Connect: '连接',
|
||||
Connected: '已连接',
|
||||
Connecting: '连接中',
|
||||
Continue_with: '继续采用',
|
||||
Copied_to_clipboard: '复制到剪贴板',
|
||||
Copy: '复制',
|
||||
Permalink: '永久链接',
|
||||
|
|
|
@ -62,7 +62,7 @@ const styles = StyleSheet.create({
|
|||
fontSize: 16
|
||||
},
|
||||
serviceName: {
|
||||
...sharedStyles.textBold
|
||||
...sharedStyles.textSemibold
|
||||
},
|
||||
registerDisabled: {
|
||||
...sharedStyles.textRegular,
|
||||
|
@ -108,6 +108,14 @@ const styles = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
marginBottom: 32
|
||||
},
|
||||
dontHaveAccount: {
|
||||
...sharedStyles.textRegular,
|
||||
fontSize: 13
|
||||
},
|
||||
createAccount: {
|
||||
...sharedStyles.textSemibold,
|
||||
fontSize: 13
|
||||
},
|
||||
});
|
||||
|
||||
const SERVICE_HEIGHT = 58;
|
||||
|
@ -461,7 +469,7 @@ class LoginSignupView extends React.Component {
|
|||
} else {
|
||||
buttonText = (
|
||||
<>
|
||||
{I18n.t('Continue_with')} <Text style={styles.serviceName}>{name}</Text>
|
||||
{I18n.t('Login_with')} <Text style={styles.serviceName}>{name}</Text>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue