translating placeholder

This commit is contained in:
balzack 2023-10-06 22:45:33 -07:00
parent a23008d4ea
commit 1294e80523
3 changed files with 13 additions and 2 deletions

View File

@ -186,6 +186,7 @@ const Strings = [
editMessage: 'Edit Message Text',
emptyTopic: 'Empty Topic',
noTopics: 'No Topics',
notes: 'Notes',
welcome: 'Welcome To Databag',
@ -377,6 +378,7 @@ const Strings = [
editMessage: 'Modifier le Texte du Message',
emptyTopic: 'Pas de Messages',
notes: 'Notes',
noTopics: 'Pas de Sujets',
welcome: 'Bienvenue Sur Databag',
communication: 'Communication Pour l\'Internet Décentralisé',
@ -567,6 +569,7 @@ const Strings = [
editMessage: 'Editar Texto del Mensaje',
emptyTopic: 'Ningún Mensaje',
notes: 'Notas',
noTopics: 'No Hay Temas',
welcome: 'Bienvenido a Databag',
communication: 'Comunicación para Internet Descentralizada',
@ -757,6 +760,7 @@ const Strings = [
editMessage: 'Nachrichtentext Bearbeiten',
emptyTopic: 'Keine Nachrichten',
notes: 'Anmerkungen',
noTopics: 'Keine Themen',
welcome: 'Willkommen bei Databag',
communication: 'Kommunikation für das dezentrale Internet',
@ -932,6 +936,7 @@ const Strings = [
editMessage: 'Editar Texto da Mensagem',
emptyTopic: 'Sem Mensagens',
notes: 'Notas',
noTopics: 'Sem Tópicos',
welcome: 'Bem-vindo ao DataBag',
communication: 'Comunicação para a Internet Descentralizada',

View File

@ -67,13 +67,13 @@ export function Channels({ cardId, channelId, navigation, openConversation, dmCh
<View style={styles.inputwrapper}>
<Ionicons style={styles.icon} name="search1" size={16} color={Colors.disabled} />
<TextInput style={styles.inputfield} value={state.filter} onChangeText={actions.setFilter}
autoCapitalize="none" placeholderTextColor={Colors.disabled} placeholder="Topics" />
autoCapitalize="none" placeholderTextColor={Colors.disabled} placeholder={state.strings.topics} />
</View>
</View>
)}
{ state.channels.length == 0 && (
<View style={styles.notfound}>
<Text style={styles.notfoundtext}>No Topics Found</Text>
<Text style={styles.notfoundtext}>{ state.strings.noTopics }</Text>
</View>
)}
{ state.channels.length != 0 && (

6
todo
View File

@ -3,3 +3,9 @@ rotate screen mangles profile
registry showing stale handle for unknown contact
show disabled notifications if node disabled
warn if federated hostname fails
fdroid modal blur
block restore activity
fdroid keyboard overlap
contact sort
fdroid edit profile detail button text center