-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug 【RC3766】The dropdown list should show all matching entities 【…
…RC3789】Tab name should be "Compose Text" instead of "SMS" (#149) * adjust UI in dropdownlist * rename tab name to compose text * delete wrong translation * add spaces * codacy * rename typeanytosend to typemessage * add files
- Loading branch information
1 parent
55f45c1
commit 19dbeca
Showing
19 changed files
with
67 additions
and
54 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
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 |
---|---|---|
@@ -1,11 +1,7 @@ | ||
export default { | ||
sendMessageFrom: 'Nachricht senden von', | ||
from: 'Von', | ||
to: 'An', | ||
enterNameOrNumber: 'Nummer oder Name eingeben', | ||
typeAnyToSend: 'Geben Sie beliebigen Text zum Senden ein.', | ||
send: 'Senden', | ||
from: 'Von', | ||
typeMessage: 'Nachricht eingeben ...', | ||
noSMSSenderNumber: `Sie haben keine gültige Telefonnummer, um SMS zu versenden. | ||
Wenden Sie sich an Ihren Kontoadministrator.`, | ||
send: 'Senden', | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
export default { | ||
sendMessageFrom: 'Send Message From', | ||
from: 'From', | ||
to: 'To', | ||
enterNameOrNumber: 'Enter Number or Name', | ||
typeAnyToSend: 'Type any text to send', | ||
send: 'Send', | ||
from: 'From', | ||
typeMessage: 'Type message...', | ||
noSMSSenderNumber: `You don't have valid phone number to send SMS from. | ||
Please contact your account administrator.`, | ||
send: 'Send', | ||
}; |
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 |
---|---|---|
@@ -1,11 +1,7 @@ | ||
export default { | ||
sendMessageFrom: 'Envoyer un message de', | ||
from: 'De', | ||
to: 'À', | ||
enterNameOrNumber: 'Saisir le numéro ou le nom', | ||
typeAnyToSend: 'Entrer le texte à envoyer', | ||
send: 'Envoyer', | ||
from: 'De', | ||
typeMessage: 'Entrer le message...', | ||
noSMSSenderNumber: `Vous ne possédez pas un numéro de téléphone valide à partir duquel envoyer des textos. | ||
Veuillez communiquer avec votre administrateur de compte.`, | ||
send: 'Envoyer', | ||
}; |
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 |
---|---|---|
@@ -1,11 +1,7 @@ | ||
export default { | ||
sendMessageFrom: 'Envoyer un message de', | ||
from: 'De', | ||
to: 'À', | ||
enterNameOrNumber: 'Saisir le numéro ou le nom', | ||
typeAnyToSend: 'Saisir un texte à envoyer', | ||
send: 'Envoyer', | ||
from: 'De', | ||
typeMessage: 'Saisie du message...', | ||
noSMSSenderNumber: `Vous ne pouvez pas envoyer de SMS depuis votre numéro de téléphone. | ||
Veuillez contacter votre administrateur de compte.`, | ||
send: 'Envoyer', | ||
}; |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export default { | ||
typeAnyToSend: 'Geben Sie beliebigen Text zum Senden ein.', | ||
send: 'Senden', | ||
}; |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export default { | ||
typeAnyToSend: 'Type any text to send', | ||
send: 'Send', | ||
}; |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export default { | ||
typeAnyToSend: 'Type any text to send', | ||
send: 'Send', | ||
}; |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export default { | ||
typeAnyToSend: 'Type any text to send', | ||
typeMessage: 'Type message...', | ||
send: 'Send', | ||
}; |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export default { | ||
typeAnyToSend: 'Entrer le texte à envoyer', | ||
send: 'Envoyer', | ||
}; |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export default { | ||
typeAnyToSend: 'Saisir un texte à envoyer', | ||
send: 'Envoyer', | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default { | ||
selectMatchedName: 'Select a record' | ||
selectMatchedName: 'Select a Matching Record' | ||
}; |
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
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
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