diff options
Diffstat (limited to 'configs/translations.js')
-rw-r--r-- | configs/translations.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/translations.js b/configs/translations.js index 9e1d110..8e086d9 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -70,7 +70,7 @@ const translations = { notes_updated_error: 'Could not update note', notes_removed: 'Note was removed', notes_removed_error: 'Could not remove note', - notes_remove_confirm: 'Do you want to remove note?', + notes_remove_confirm: 'Do you want to remove note?' }, pl: { register_user: 'Zarejestruj użytkownika', @@ -143,7 +143,7 @@ const translations = { notes_updated_error: 'Błąd podczas zapisu zmian w notatce', notes_removed: 'Usunięto notatkę', notes_removed_error: 'Błąd podczas usuwania notatki', - notes_remove_confirm: 'Czy na pewno chcesz usunąć notatkę?', + notes_remove_confirm: 'Czy na pewno chcesz usunąć notatkę?' }, es: { register_user: 'Registrar al usuario', @@ -216,7 +216,7 @@ const translations = { notes_updated_error: 'Error al guardar cambios en la nota', notes_removed: 'Nota eliminada', notes_removed_error: 'Error al eliminar la nota', - notes_remove_confirm: '¿Estás seguro de que deseas eliminar la nota?', + notes_remove_confirm: '¿Estás seguro de que deseas eliminar la nota?' }, de: { register_user: 'Registrieren Sie den Benutzer', @@ -289,7 +289,7 @@ const translations = { notes_updated_error: 'Fehler beim Speichern der Änderungen an der Notiz', notes_removed: 'Notiz gelöscht', notes_removed_error: 'Fehler beim Löschen der Notiz', - notes_remove_confirm: 'Möchten Sie die Notiz wirklich löschen? ', + notes_remove_confirm: 'Möchten Sie die Notiz wirklich löschen? ' } } |