Skip to content

Commit f316972

Browse files
committed
feat: modify strings for notepad edit subcommand
1 parent fb48eec commit f316972

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

app/src/main/res/values-es/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,5 @@
576576
<string name="terminal_text_color_reset">Reiniciar color del tema del texto de la terminal.</string>
577577
<string name="terminal_text_color_set_to"> Color del texto de la terminal establecido a #%1$s</string>
578578
<string name="no_sound_effects_found">No se encontraron efectos de sonido personalizados!</string>
579+
<string name="edit_note">Edit Note (%1$s)</string>
579580
</resources>

app/src/main/res/values-it/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,5 @@
576576
<string name="terminal_text_color_reset">Il colore del testo del terminale è stato reimpostato al tema.</string>
577577
<string name="terminal_text_color_set_to">Il colore del testo del terminale è stato impostato a #%1$s</string>
578578
<string name="no_sound_effects_found">Nessun suono personalizzato è stato trovato!</string>
579+
<string name="edit_note">Edit Note (%1$s)</string>
579580
</resources>

app/src/main/res/values-ru/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,5 @@
576576
<string name="terminal_text_color_reset">Цвет текста терминала сброшен до темы.</string>
577577
<string name="terminal_text_color_set_to">Цвет текста треминала был изменён на #%1$s</string>
578578
<string name="no_sound_effects_found">Пользовательские звуковые эффекты не найдены!</string>
579+
<string name="edit_note">Edit Note (%1$s)</string>
579580
</resources>

app/src/main/res/values-uk/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,5 @@
576576
<string name="terminal_text_color_reset">Terminal text color reset to theme.</string>
577577
<string name="terminal_text_color_set_to">Terminal text color set to #%1$s</string>
578578
<string name="no_sound_effects_found">No custom sound effects found!</string>
579+
<string name="edit_note">Edit Note (%1$s)</string>
579580
</resources>

app/src/main/res/values/strings.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
<string name="playing_sound_effect">Playing sound effect: %1$s...</string>
563563
<string name="sfx_not_found">The specified sound effect (\'%1$s\') is not found. Add it to the internal storage of the app via \'settings\'.</string>
564564
<string name="cmd_notepad_title"><![CDATA[notepad [list / new <name> / read <name> / delete <name>]]]></string>
565-
<string name="cmd_notepad_help"><![CDATA[A simple in-app notepad to take quick notes on the go. Use the `notepad list` command to view all your notes. To create a new note, type `notepad new <note_name>`. To read an existing note, use `notepad read <note_name>`. If you want to delete a note, use the `notepad delete <note_name>` command.]]></string>
565+
<string name="cmd_notepad_help"><![CDATA[A simple in-app notepad to take quick notes on the go. Use the `notepad list` command to view all your notes. To create a new note, type `notepad new <note_name>`. To read an existing note, use `notepad read <note_name>` and to edit a note, use the `notepad edit <note_name>` command. If you want to delete a note, use the `notepad delete <note_name>` command.]]></string>
566566
<string name="no_notes_found">No notes found...</string>
567567
<string name="notepad">Notepad:</string>
568568
<string name="note_exists">A note by this name already exists! Please use a different name.</string>
@@ -576,4 +576,5 @@
576576
<string name="terminal_text_color_reset">Terminal text color reset to theme.</string>
577577
<string name="terminal_text_color_set_to">Terminal text color set to #%1$s</string>
578578
<string name="no_sound_effects_found">No custom sound effects found!</string>
579+
<string name="edit_note">Edit Note (%1$s)</string>
579580
</resources>

0 commit comments

Comments
 (0)