Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import LocalizedStrings from 'react-native-localization'
  2. //ga0RGNYHvNM5d0SLGQfpQWAPGJ8=
  3. //(granspot)
  4.  
  5. let strings = new LocalizedStrings({
  6.    
  7.     en: {
  8.         spotted_from_your_phone: 'Spotted from your phone',
  9.         signup: 'Sign up',
  10.         already_have_an_account: 'I already have an account',
  11.         forgot: 'Forgot password?',
  12.         by_using: 'By using Granspot you agree to our',
  13.         terms: 'Terms',
  14.         and: 'and',
  15.         privacy: 'Privacy Policy',
  16.         signup_with: 'Signup with',
  17.         phone_number: 'Phone Number',
  18.         cancel: 'Cancel',
  19.         confirm: 'Confirm',
  20.         enter_with: 'Enter with',
  21.         post: 'Post',
  22.         addText: 'Type here...',
  23.         showMore: 'Show more',
  24.         selectPhoto: 'Select one picture',
  25.         noNotification: 'You doesn`t have new notifications',
  26.         email: 'Email',
  27.         hi: 'Hi',
  28.         do_you_have: 'Do you have',
  29.         followers: 'followers',
  30.         register_profile: 'Hi. Register your profile.',
  31.         insert_image: 'Insert picture',
  32.         full_name: 'Full name',
  33.         birthday: 'Birthday',
  34.         gender: 'Gender',
  35.         username: 'Username',
  36.         password: 'Password',
  37.         confirmation: 'Password confirmation',
  38.         next: 'Next',
  39.         formatDate: "MM/DD/YYYY",
  40.         male: 'Male',
  41.         female: 'Female',
  42.         other: 'Other'
  43.     },  
  44.  
  45.     pt: {
  46.         spotted_from_your_phone: 'Flagrado do seu celular.',
  47.         signup: 'Cadastrar',
  48.         already_have_an_account: 'Já possuo uma conta',
  49.         forgot: 'Esqueceu sua senha?',
  50.         by_using: 'Usando o Granspot você concorda com nossos',
  51.         terms: 'Termos',
  52.         and: 'e',
  53.         privacy: 'Politica de Privacidade',
  54.         signup_with: 'Entrar com',
  55.         phone_number: 'Número de telefone',
  56.         cancel: 'Cancelar',
  57.         confirm: 'Confirmar',
  58.         enter_with: 'Acesse com',
  59.         post: 'Publicar',
  60.         addText: 'Digitar aqui...',
  61.         showMore: 'Exibir mais',
  62.         selectPhoto: 'Selecione uma imagem',
  63.         noNotification: 'Você não possui novas notificações',
  64.         email: 'Email',
  65.         hi: 'Olá',
  66.         do_you_have: 'Você têm',
  67.         followers: 'assinantes',
  68.         register_profile: 'Olá, registre seu perfil.',
  69.         insert_image: 'Inserir imagem',
  70.         full_name: 'Nome completo',
  71.         birthday: 'Data de nascimento',
  72.         gender: 'Genero',
  73.         username: 'Usuário',
  74.         password: 'Senha',
  75.         confirmation: 'Senha Confirmação',
  76.         next: 'Próximo',
  77.         formatDate: 'DD/MM/YYYY',
  78.         male: 'Masculino',
  79.         female: 'Female',
  80.         other: 'Outro'
  81.     },
  82.  
  83.     es: {
  84.         spotted_from_your_phone: 'Flagrado do seu celular.',
  85.         signup: 'Cadastrar',
  86.         already_have_an_account: 'Já possuo uma conta',
  87.         forgot: 'Esqueceu sua senha?',
  88.         by_using: 'Usando o Granspot você concorda com nossos',
  89.         terms: 'Termos',
  90.         and: 'e',
  91.         privacy: 'Politica de Privacidade',
  92.         signup_with: 'Entrar com',
  93.         phone_number: 'Número de telefone',
  94.         cancel: 'Cancelar',
  95.         confirm: 'Confirmar',
  96.         enter_with: 'Acesse com',
  97.         post: 'Publicar',
  98.         addText: 'Digitar aqui...',
  99.         showMore: 'Exibir mais',
  100.         selectPhoto: 'Selecione uma imagem',
  101.         noNotification: 'Você não possui novas notificações',
  102.         email: 'Email',
  103.         hi: 'Olá',
  104.         do_you_have: 'Você têm',
  105.         followers: 'assinantes',
  106.         register_profile: 'Olá, registre seu perfil.',
  107.         insert_image: 'Inserir imagem',
  108.         full_name: 'Nome completo',
  109.         birthday: 'Data de nascimento',
  110.         gender: 'Genero',
  111.         username: 'Usuário',
  112.         password: 'Senha',
  113.         confirmation: 'Senha Confirmação',
  114.         next: 'Próximo',
  115.         formatDate: 'DD/MM/YYYY',
  116.         male: 'Masculino',
  117.         female: 'Female',
  118.         other: 'Outro'
  119.     }
  120.  
  121. })
  122.  
  123. export default strings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement