@umituz/react-native-localization 1.5.4 → 1.5.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-localization",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "Universal localization system for React Native apps with i18n support",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -1,12 +1,18 @@
1
1
  {
2
+ "title": "Welcome",
3
+ "subtitle": "Sign in to your account or continue as guest",
2
4
  "welcomeBack": "Welcome Back",
3
5
  "loginSubtitle": "Sign in to sync your flashcards across devices",
4
6
  "email": "Email",
7
+ "emailPlaceholder": "Enter your email",
5
8
  "password": "Password",
9
+ "passwordPlaceholder": "Enter your password",
6
10
  "enterPassword": "Enter your password",
11
+ "signIn": "Sign In",
7
12
  "login": "Login",
8
13
  "createAccount": "Create Account",
9
14
  "continueAsGuest": "Continue as Guest",
15
+ "dontHaveAccount": "Don't have an account?",
10
16
  "register": "Register",
11
17
  "displayName": "Display Name",
12
18
  "enterDisplayName": "Enter your name",