Skip to content

Commit

Permalink
Test transifex sync
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpezzo committed Apr 9, 2021
1 parent d7e1b69 commit f108bd7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/resources/i18n/ar.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"login": {
"username": "Username",
"username": "اسم المستخدم",
"password": "كلمة السر:",
"incorrectcredentials": "Invalid username or password",
"forgotpassword": "Forgot the password?",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"login": {
"username": "Username",
"username": "Nutzername",
"password": "Passwort",
"incorrectcredentials": "Invalid username or password",
"forgotpassword": "Forgot the password?",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"nav": {
"pharmacy": "Pharmacy",
"ward": "Ward *",
"ward": "Ward",
"billing": "Billing",
"summary": "Summary",
"opd": "OPD",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"login": {
"username": "Username",
"username": "Nombre de usuario",
"password": "Credenciales (Password)",
"incorrectcredentials": "Invalid username or password",
"forgotpassword": "Forgot the password?",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"login": {
"username": "Username",
"username": "Nom d'utilisateur",
"password": "Password",
"incorrectcredentials": "Invalid username or password",
"forgotpassword": "Forgot the password?",
Expand Down
4 changes: 2 additions & 2 deletions src/resources/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"login": {
"username": "Username",
"username": "Nome utente",
"password": "Password",
"incorrectcredentials": "Username o password non valide",
"incorrectcredentials": "Nome utente o password non valide",
"forgotpassword": "Hai dimenticato la password?",
"insertavalidusername": "Inserisci uno username valido",
"insertthepassword": "Inserisci una password valida",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/pt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"login": {
"username": "Username",
"username": "Nome do usuário",
"password": "Senha",
"incorrectcredentials": "Invalid username or password",
"forgotpassword": "Forgot the password?",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/i18n/sw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"login": {
"username": "Username",
"username": "Jina la mtumiaji",
"password": "Pasiwadi",
"incorrectcredentials": "Invalid username or password",
"forgotpassword": "Forgot the password?",
Expand Down

0 comments on commit f108bd7

Please sign in to comment.