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', editMessage: 'Edit Message Text',
emptyTopic: 'Empty Topic', emptyTopic: 'Empty Topic',
noTopics: 'No Topics',
notes: 'Notes', notes: 'Notes',
welcome: 'Welcome To Databag', welcome: 'Welcome To Databag',
@ -377,6 +378,7 @@ const Strings = [
editMessage: 'Modifier le Texte du Message', editMessage: 'Modifier le Texte du Message',
emptyTopic: 'Pas de Messages', emptyTopic: 'Pas de Messages',
notes: 'Notes', notes: 'Notes',
noTopics: 'Pas de Sujets',
welcome: 'Bienvenue Sur Databag', welcome: 'Bienvenue Sur Databag',
communication: 'Communication Pour l\'Internet Décentralisé', communication: 'Communication Pour l\'Internet Décentralisé',
@ -567,6 +569,7 @@ const Strings = [
editMessage: 'Editar Texto del Mensaje', editMessage: 'Editar Texto del Mensaje',
emptyTopic: 'Ningún Mensaje', emptyTopic: 'Ningún Mensaje',
notes: 'Notas', notes: 'Notas',
noTopics: 'No Hay Temas',
welcome: 'Bienvenido a Databag', welcome: 'Bienvenido a Databag',
communication: 'Comunicación para Internet Descentralizada', communication: 'Comunicación para Internet Descentralizada',
@ -757,6 +760,7 @@ const Strings = [
editMessage: 'Nachrichtentext Bearbeiten', editMessage: 'Nachrichtentext Bearbeiten',
emptyTopic: 'Keine Nachrichten', emptyTopic: 'Keine Nachrichten',
notes: 'Anmerkungen', notes: 'Anmerkungen',
noTopics: 'Keine Themen',
welcome: 'Willkommen bei Databag', welcome: 'Willkommen bei Databag',
communication: 'Kommunikation für das dezentrale Internet', communication: 'Kommunikation für das dezentrale Internet',
@ -932,6 +936,7 @@ const Strings = [
editMessage: 'Editar Texto da Mensagem', editMessage: 'Editar Texto da Mensagem',
emptyTopic: 'Sem Mensagens', emptyTopic: 'Sem Mensagens',
notes: 'Notas', notes: 'Notas',
noTopics: 'Sem Tópicos',
welcome: 'Bem-vindo ao DataBag', welcome: 'Bem-vindo ao DataBag',
communication: 'Comunicação para a Internet Descentralizada', 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}> <View style={styles.inputwrapper}>
<Ionicons style={styles.icon} name="search1" size={16} color={Colors.disabled} /> <Ionicons style={styles.icon} name="search1" size={16} color={Colors.disabled} />
<TextInput style={styles.inputfield} value={state.filter} onChangeText={actions.setFilter} <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>
</View> </View>
)} )}
{ state.channels.length == 0 && ( { state.channels.length == 0 && (
<View style={styles.notfound}> <View style={styles.notfound}>
<Text style={styles.notfoundtext}>No Topics Found</Text> <Text style={styles.notfoundtext}>{ state.strings.noTopics }</Text>
</View> </View>
)} )}
{ state.channels.length != 0 && ( { state.channels.length != 0 && (

6
todo
View File

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