-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ar(feat) [DPCP-37]: Localization Part 2: Dictionaries (#42)
* ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization * ar(feat) [DPCP-37]: Localization
- Loading branch information
1 parent
6e68b88
commit 9a5d2bd
Showing
65 changed files
with
532 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Vítejte" | ||
}, | ||
"SignIn": { | ||
"continue": "Pokračovat", | ||
"continue with": "Pokračovat s", | ||
"sign in": "Přihlásit", | ||
"sign out": "Odhlásit", | ||
"your email": "Váš e-mail" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Výběr zaměstnanců" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Willkommen" | ||
}, | ||
"SignIn": { | ||
"continue": "Weiter", | ||
"continue with": "Weiter mit", | ||
"sign in": "Anmelden", | ||
"sign out": "Abmelden", | ||
"your email": "Deine E-Mail" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Auswahl des Personals" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Welcome" | ||
}, | ||
"SignIn": { | ||
"continue": "Continue", | ||
"continue with": "Continue with", | ||
"sign in": "Sign in", | ||
"sign out": "Sign out", | ||
"your email": "Your email" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Staff Picks" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Welcome" | ||
}, | ||
"SignIn": { | ||
"continue": "Continue", | ||
"continue with": "Continue with", | ||
"sign in": "Sign in", | ||
"sign out": "Sign out" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Staff Picks" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Bienvenido" | ||
}, | ||
"SignIn": { | ||
"continue": "Continuar", | ||
"continue with": "Continuar con", | ||
"sign in": "Iniciar sesión", | ||
"sign out": "Cerrar sesión", | ||
"your email": "Tu correo electrónico" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Selecciones del personal" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Tere tulemast" | ||
}, | ||
"SignIn": { | ||
"continue": "Jätka", | ||
"continue with": "Jätka", | ||
"sign in": "Logi sisse", | ||
"sign out": "Logi välja", | ||
"your email": "Sinu e-post" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Töötajate valikud" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Bienvenue" | ||
}, | ||
"SignIn": { | ||
"continue": "Continuer", | ||
"continue with": "Continuer avec", | ||
"sign in": "Se connecter", | ||
"sign out": "Se déconnecter", | ||
"your email": "Votre adresse e-mail" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Choix du personnel" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Benvenuto" | ||
}, | ||
"SignIn": { | ||
"continue": "Prosegue", | ||
"continue with": "Prosegue con", | ||
"sign in": "Accedi", | ||
"sign out": "Scollega", | ||
"your email": "La sua mail" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Preferiti dello Staff" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "ようこそ" | ||
}, | ||
"SignIn": { | ||
"continue": "続行", | ||
"continue with": "続行する", | ||
"sign in": "サインイン", | ||
"sign out": "ログアウト", | ||
"your email": "あなたのメール" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "スタッフおすすめ" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Witaj" | ||
}, | ||
"SignIn": { | ||
"continue": "Kontynuuj", | ||
"continue with": "Kontynuuj z", | ||
"sign in": "Zaloguj się", | ||
"sign out": "Wyloguj się", | ||
"your email": "Twój adres email" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Wybór pracowników" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"NavBar": { "welcome": "Bem-vindo" }, | ||
"SignIn": { | ||
"continue": "Continuar", | ||
"continue with": "Continuar com", | ||
"sign in": "Entrar", | ||
"sign out": "Sair", | ||
"your email": "Seu email" | ||
}, | ||
"CardGrid": { "staff picks": "Escolhas da Equipe" } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Bine ai venit" | ||
}, | ||
"SignIn": { | ||
"continue": "Continuați", | ||
"continue with": "Continuați cu", | ||
"sign in": "Conectați-vă", | ||
"sign out": "Deconectați-vă", | ||
"your email": "Adresa ta de email" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Alegerile personalului" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Добро пожаловать" | ||
}, | ||
"SignIn": { | ||
"continue": "Продолжить", | ||
"continue with": "Продолжить с", | ||
"sign in": "Войти", | ||
"sign out": "Выйти", | ||
"your email": "Ваш электронный адрес" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Выбор персонала" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"NavBar": { | ||
"welcome": "Välkommen" | ||
}, | ||
"SignIn": { | ||
"continue": "Fortsätt", | ||
"continue with": "Fortsätt med", | ||
"sign in": "Logga in", | ||
"sign out": "Logga ut", | ||
"your email": "Din e-post" | ||
}, | ||
"CardGrid": { | ||
"staff picks": "Personals val" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.